summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-02 20:25:45 -0300
committerdrebs <drebs@riseup.net>2016-05-02 20:44:20 -0300
commit31b527a9acc8607e5e03927b3b646b7c832e7058 (patch)
tree0198120076f62027bbbaf70eed6358df012d4cde /graphit
parent9c1dc66c057dee764e80af875cb60a75e8e3aca4 (diff)
refactor and make complete test run with script
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