summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphit b/graphit
new file mode 100755
index 0000000..177c040
--- /dev/null
+++ b/graphit
@@ -0,0 +1,6 @@
+#! /usr/bin/gnuplot
+
+name=system("echo $data")
+set title name
+plot name with linespoints notitle
+pause -1