From 9051ed41e24e98f644b139bff6afc76c184731f0 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 1 May 2016 17:22:10 -0300 Subject: stop server after test --- graphit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphit') 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 -- cgit v1.2.3