lyx_mirror/lib/examples/External_Material/gnuplot-example.gp
Juergen Spitzmueller d3ec77c633 Reorganize templates and example folders
Re-structure and rename files in a transparent way. Most template/example
names now correspond to the (verbose GUI) name of their layouts.

Note that this, most prominently, also changes [LANG/]splash.lyx to
something less insiderish, namely "Welcome.lyx".
2019-03-19 07:13:18 +01:00

5 lines
75 B
Gnuplot

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