]> git.lyx.org Git - features.git/blob - lib/examples/example_gnuplot.gp
gnuplot script example added to lib/examples
[features.git] / lib / examples / example_gnuplot.gp
1 set grid
2 set xlabel "Sample"
3 set ylabel "My Value"
4 plot exp(-x) t 'Titles'