summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphit b/graphit
deleted file mode 100755
index 0c809c0..0000000
--- a/graphit
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /usr/bin/gnuplot
-
-filename=system("echo $data")
-set title filename
-set key outside
-#plot name with linespoints notitle
-#plot filename using 1:2 with linespoints title columnheader
-plot for [col=2:5] filename using 1:col with linespoints title columnheader
-pause -1