summaryrefslogtreecommitdiffstats
path: root/src/plot_line
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-28 19:02:23 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-28 19:02:23 -0300
commit2a883e94dd75b0d40eae11a08d3df6951e5c6758 (patch)
tree2c2ae99b95b6d1725f294ace44df2e312b93fc5a /src/plot_line
parentc00342ef22c3155611bcc28ddef33e341aa990c8 (diff)
Renamed plot files. Fix when pausing and resuming ncurses ui.
Diffstat (limited to 'src/plot_line')
-rw-r--r--src/plot_line13
1 files changed, 13 insertions, 0 deletions
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"