[doc] add the gnuplot files.
[hkl.git] / Documentation / figures / sirius-m-zoom.gnuplot
blobed2c47f231f6a854f58e119ede4c16f6a6116888
1 set terminal svg
2 set output "sirius-m-zoom.svg"
3 set title '[0,0,1] -> [0,0,6] s1/s2 (starting point) 10/100 (steps)'
4 set xlabel 'l'
6 set ylabel 'kphi m1'
7 set ytics nomirror
9 set y2label 'kphi m2'
10 set y2tics
11 plot \
12      'm1-101.dat' using 3:7 axis x1y1 with lp title 'm1-100',\
13      'm2-101.dat' using 3:7 axis x1y2 with lp title 'm2-100'