]> git.lyx.org Git - lyx.git/blob - lib/examples/gnuplot-example.gp
Big changes to ja/sweave/lyx and ja/knitr.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'