From 2a883e94dd75b0d40eae11a08d3df6951e5c6758 Mon Sep 17 00:00:00 2001 From: andmarti1424 Date: Fri, 28 Apr 2017 19:02:23 -0300 Subject: Renamed plot files. Fix when pausing and resuming ncurses ui. --- src/plot_line | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/plot_line (limited to 'src/plot_line') diff --git a/src/plot_line b/src/plot_line new file mode 100644 index 0000000..21adf6b --- /dev/null +++ b/src/plot_line @@ -0,0 +1,13 @@ +set terminal dumb enhanced +#set terminal caca driver ncurses color enhanced size 80,43 inverted charset ascii + +set datafile separator "," +set key autotitle columnhead + +plot filename +#plot filename with linespoints +#plot filename using 1:2 with linespoints #1=x 2=y + +#plot filename using 1:2 with linespoints linetype rgb "red",\ +# filename using 1:3 with linespoints linetype rgb "cyan",\ +# filename using 1:4 with linespoints linetype rgb "white" -- cgit v1.2.3