File: sirius-m-zoom.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 (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'