summaryrefslogtreecommitdiff
path: root/graphit
blob: 0c809c0440dc91446002927354dbe42cf8083ab6 (plain)
1
2
3
4
5
6
7
8
9
#! /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