File: sirius-m-zoom.gnuplot

package info (click to toggle)
hkl 5.0.0.2456-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,696 kB
  • sloc: ansic: 25,256; python: 4,325; haskell: 3,794; cpp: 976; makefile: 700; sh: 179; perl: 133; xml: 90; lisp: 54
file content (13 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
set terminal svg
set output "sirius-m-zoom.svg"
set title '[0,0,1] -> [0,0,6] s1/s2 (starting point) 10/100 (steps)'
set xlabel 'l'

set ylabel 'kphi m1'
set ytics nomirror

set y2label 'kphi m2'
set y2tics
plot \
     'm1-101.dat' using 3:7 axis x1y1 with lp title 'm1-100',\
     'm2-101.dat' using 3:7 axis x1y2 with lp title 'm2-100'