mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
d3ec77c633
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".
5 lines
75 B
Gnuplot
5 lines
75 B
Gnuplot
set grid
|
|
set xlabel "Sample"
|
|
set ylabel "My Value"
|
|
plot exp(-x) t 'Titles'
|