# XXXXX3.gp - gnuplot command file for eccentricity mod set terminal png font VeraBd 14 size 960,400 \ xffffff x000000 xc0ffee xc0ffee xe00000 \ xe00000 x000080 x202020 x202080 x2020e0 \ x206020 x206080 x2060e0 x20a020 x20a080 \ x20a0e0 x20e020 x20e080 x20e0e0 x602020 \ x602080 x6020e0 x606020 x606080 x6060e0 \ x60a020 x60a080 x60a0e0 x60e020 x60e080 \ x60e0e0 xa02020 xa02080 xa020e0 xa06020 \ xa06080 xa060e0 xa0a020 xa0a080 xa0a0e0 \ xa0e020 xa0e080 xa0e0e0 xe02020 xe02080 \ xe020e0 xe06020 xe06080 xe060e0 xe0a020 \ xe0a080 xe0a0e0 xe0e020 xe0e080 xe0e0e0 set style line 1 lt 1 lw 1.0 lc rgb "#ffffff" set style line 2 lt 1 lw 2.0 lc rgb "#000000" set style line 3 lt 1 lw 2.0 lc rgb "#C0FFEE" set style line 4 lt 1 lw 1.0 lc rgb "#C0FFEE" set style line 5 lt 1 lw 1.0 lc rgb "#E00000" set style line 6 lt 1 lw 1.0 lc rgb "#000080" set style line 7 lt 1 lw 3.0 lc rgb "#202020" set style line 8 lt 1 lw 2.0 lc rgb "#e02020" set style line 9 lt 1 lw 2.0 lc rgb "#20e020" set style line 10 lt 1 lw 3.0 lc rgb "#2020e0" set nokey set grid xtics ytics mxtics mytics ls 3 , ls 4 set mxtics 5 set mytics 2 set output 'XXXXXla.png' set title 'magnetic latitude versus L shell' set ylabel '|latitude|' set xlabel 'L shell' set autoscale plot 'XXXXXs.dat' using 2:4 pt 13 ps 0.5 lc rgb "#000000" set output 'XXXXXhh.png' set title 'histogram versus L shell' set format y "%4.2f" set ylabel 'probability' plot 'XXXXXh.dat' using 2:1 w li ls 2 set mytics 5 set output 'XXXXXsh.png' set multiplot set autoscale set key at 150,1.96 set size 0.50, 1.0 set origin -0.05, 0.0 set title 'XXXXX L shell versus longitude' set xtics 90 set mxtics 9 set xrange [ -180:180.0 ] set xlabel 'east longitude' set format y " " set ylabel 'L shell' offset 2 plot 'XXXXXs.dat' using 1:8 w li ls 9 t 'apogee' , \ '' using 1:2 w li ls 8 t 'perigee' unset key set size 0.65, 1.0 set origin 0.37, 0.0 set title 'histogram versus L shell' set xtics 0.2 set mxtics 4 set format y "%4.2f" set format x "%3.1f" set xlabel 'probability' unset ylabel set xrange [ 0.0:2.1 ] plot 'XXXXXh.dat' using 1:2 w li ls 2