PageRenderTime 24ms CodeModel.GetById 15ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/graph2.gnuplot.template

https://bitbucket.org/maciekpacut/evo
Unknown | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | b1cee11baaeea28ff6c23c613b773af7 MD5 | raw file
1f(x)=o
2set autoscale
3set terminal postscript eps
4set size 0.5,0.5
5set style line 1 lt 1 lc rgb "black" lw 1
6set style line 2 lt 1 lc rgb "red" lw 1
7plot 'graph.dat' using 1:2 notitle with lines ls 1, \
8     'graph.dat' using 1:3 notitle with lines ls 2, \
9     f(x) notitle with lines