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

name=system("echo $data")
set title name
plot name  with linespoints notitle
pause -1