summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-01 17:22:10 -0300
committerdrebs <drebs@riseup.net>2016-05-01 21:49:59 -0300
commit9051ed41e24e98f644b139bff6afc76c184731f0 (patch)
treef8a41e8a2cb7a50ed1bc01bee13dbc74677b16be /graphit
parentbd113c72a3a37c91806dd2cbf0cf8fd47949a2f4 (diff)
stop server after test
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphit b/graphit
index 250b99e..92ea0e7 100755
--- a/graphit
+++ b/graphit
@@ -5,5 +5,5 @@ set title filename
set key outside
#plot name with linespoints notitle
#plot filename using 1:2 with linespoints title columnheader
-plot for [col=2:4] filename using 1:col with lines title columnheader
+plot for [col=2:4] filename using 1:col with linespoints title columnheader
pause -1