summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-05-02 20:13:19 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-05-02 20:13:19 -0400
commit01e2a72ce30f0fbb4a027d3246a8ba16e00ae197 (patch)
tree22fc0d2b7016d34d48fad45c88349b0103cd8308 /graphit
parent71a21f8fa46e8ea834fe3381abdadde59788d37b (diff)
parentf72a3bf28f4bf001106ad4d42ae7eb4f61b77828 (diff)
Merge remote-tracking branch 'kali-github/pr/2'
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