]> git.lyx.org Git - lyx.git/blob - lib/examples/gnuplot-example.gp
Math.lyx: update the section about subequations.lyx
[lyx.git] / lib / examples / gnuplot-example.gp
1 set grid
2 set xlabel "Sample"
3 set ylabel "My Value"
4 plot exp(-x) t 'Titles'