feedgnuplot

Plot realtime and stored data from the command-line with GNU Plot

brewmacoslinux
Try with needOr install directly
Source

About

Tool to plot realtime and stored data from the command-line

Commands

feedgnuplot

Examples

Plot realtime data from a data stream$ tail -f data.txt | feedgnuplot --stream --lines
Plot multiple columns from a CSV file with labels$ feedgnuplot --data data.csv --lines --xlabel 'Time' --ylabel 'Value'
Create a histogram from numeric data$ cat numbers.txt | feedgnuplot --histogram 0 --style histogram