no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | linux_cli_live_plot_using_gnuplot [08.05.2020 19:29] (current) – created Pascal Suter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== linux cli live plot using gnuplot ====== | ||
| + | thanks to [[http:// | ||
| + | |||
| + | write data to '' | ||
| + | while true; do echo -e " | ||
| + | |||
| + | gnuplot script to display update a graph on the command line every second, save this to | ||
| + | < | ||
| + | set yrange [60:85] | ||
| + | set xrange [1:60] | ||
| + | set terminal dumb | ||
| + | plot " | ||
| + | pause 1 | ||
| + | reread | ||
| + | </ | ||
| + | |||
| + | run the plot: | ||
| + | | ||
| + | |||