From 31b527a9acc8607e5e03927b3b646b7c832e7058 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 2 May 2016 20:25:45 -0300 Subject: refactor and make complete test run with script --- graphit | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 graphit (limited to 'graphit') diff --git a/graphit b/graphit deleted file mode 100755 index 0c809c0..0000000 --- a/graphit +++ /dev/null @@ -1,9 +0,0 @@ -#! /usr/bin/gnuplot - -filename=system("echo $data") -set title filename -set key outside -#plot name with linespoints notitle -#plot filename using 1:2 with linespoints title columnheader -plot for [col=2:5] filename using 1:col with linespoints title columnheader -pause -1 -- cgit v1.2.3