lyx_mirror/lib/examples/gnuplot-example.gp
Uwe Stöhr 2f44afcb75 gnuplot.lyx: add missing makefile entries
- also adapt style to match existing examples (e.g. the filename)
2017-05-08 23:29:25 +02:00

5 lines
75 B
Gnuplot

set grid
set xlabel "Sample"
set ylabel "My Value"
plot exp(-x) t 'Titles'