File: gnuplot-example.gp

package info (click to toggle)
lyx 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116,892 kB
  • sloc: cpp: 399,285; ansic: 106,433; python: 26,894; sh: 6,712; makefile: 5,468; pascal: 2,053; objc: 1,020; perl: 777; tcl: 163; xml: 153; sed: 16
file content (4 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (6)
1
2
3
4
set grid
set xlabel "Sample"
set ylabel "My Value"
plot exp(-x) t 'Titles'