summaryrefslogtreecommitdiffstats
path: root/src/plot_line
diff options
context:
space:
mode:
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"