From d2a5752b6ed0048216ead3d53e694bb8b84b6e34 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 10 Apr 2016 18:51:18 -0400 Subject: move data to its folder --- graphit | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphit') diff --git a/graphit b/graphit index 177c040..f40ab2e 100755 --- a/graphit +++ b/graphit @@ -1,6 +1,8 @@ #! /usr/bin/gnuplot -name=system("echo $data") -set title name -plot name with linespoints notitle +filename=system("echo $data") +set title filename +set key outside +#plot name with linespoints notitle +plot for [col=1:3] filename using 0:col with lines notitle pause -1 -- cgit v1.2.3