Plot realtime and stored data from the command-line with GNU Plot
Tool to plot realtime and stored data from the command-line
feedgnuplot$ tail -f data.txt | feedgnuplot --stream --lines$ feedgnuplot --data data.csv --lines --xlabel 'Time' --ylabel 'Value'$ cat numbers.txt | feedgnuplot --histogram 0 --style histogram