summaryrefslogtreecommitdiff
path: root/graphit
blob: f40ab2e5cc61e3a22ad1411bf1567f5aaf260340 (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/gnuplot

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