summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-10 18:51:18 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-10 18:51:18 -0400
commitd2a5752b6ed0048216ead3d53e694bb8b84b6e34 (patch)
tree0af1b093031e3db85321ae0208e46b0c4989b514 /graphit
parentc5de6f188dac491f114861648aafb30737da131f (diff)
move data to its folder
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphit b/graphit
index 177c040..f40ab2e 100755
--- a/graphit
+++ b/graphit
@@ -1,6 +1,8 @@
#! /usr/bin/gnuplot
-name=system("echo $data")
-set title name
-plot name with linespoints notitle
+filename=system("echo $data")
+set title filename
+set key outside
+#plot name with linespoints notitle
+plot for [col=1:3] filename using 0:col with lines notitle
pause -1