mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
2f44afcb75
- also adapt style to match existing examples (e.g. the filename)
5 lines
75 B
Gnuplot
5 lines
75 B
Gnuplot
set grid
|
|
set xlabel "Sample"
|
|
set ylabel "My Value"
|
|
plot exp(-x) t 'Titles'
|