summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-01 21:26:12 -0300
committerdrebs <drebs@riseup.net>2016-05-01 21:50:44 -0300
commitec9fec4fd18f0530828f13228a81bdafa72dbfe6 (patch)
tree0252031a5c37b731cc4cfeb1958f6534925cc5bc /graphit
parenta4b80ff24950b927fa30baa9996609ee13e47c83 (diff)
add phases
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphit b/graphit
index 92ea0e7..0c809c0 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 linespoints title columnheader
+plot for [col=2:5] filename using 1:col with linespoints title columnheader
pause -1