File: plot_spectrum.gp

package info (click to toggle)
votca-xtp 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 161,092 kB
  • sloc: xml: 402,359; cpp: 77,512; python: 896; sh: 240; ansic: 120; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
set xlabel "energy [eV]"
set ylabel "a.u."


plot "spectrum.dat" u 1:2 w l t "gaussian","" u 1:4 w l t "lorentzian"
pause -1