File: sirius-m.gnuplot

package info (click to toggle)
hkl 5.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,992 kB
  • sloc: ansic: 57,080; haskell: 5,996; sh: 4,991; cpp: 1,846; makefile: 1,129; python: 925; xml: 76; lisp: 55
file content (10 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
set terminal svg
set output "sirius-m.svg"
set title '[0,0,1] -> [0,0,6] s1/s2 (starting point) 10/100 (steps)'
set xlabel 'l'
set ylabel 'kphi'
plot \
     'm1-11.dat' u 3:7 w lp t 'm1-10',\
     'm2-11.dat' u 3:7 w lp t 'm2-10',\
     'm1-101.dat' u 3:7 w lp t 'm1-100',\
     'm2-101.dat' u 3:7 w lp t 'm2-100'