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