/doc/graph2.gnuplot.template

https://bitbucket.org/maciekpacut/evo · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · b1cee11baaeea28ff6c23c613b773af7 MD5 · raw file

  1. f(x)=o
  2. set autoscale
  3. set terminal postscript eps
  4. set size 0.5,0.5
  5. set style line 1 lt 1 lc rgb "black" lw 1
  6. set style line 2 lt 1 lc rgb "red" lw 1
  7. plot '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