# locus01.gp set terminal png font VeraBd 15 size 1024,620 \ 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 1.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 10 lt 1 lw 1.0 lc rgb "#0000E0" set style line 11 lt 1 lw 1.0 lc rgb "#008080" set style line 12 lt 1 lw 1.0 lc rgb "#00E000" set style line 13 lt 1 lw 1.0 lc rgb "#808000" set style line 14 lt 1 lw 1.0 lc rgb "#E00000" set style line 15 lt 1 lw 1.0 lc rgb "#800080" set mxtics 5 set mytics 5 set yrange [-1.1:1.1] set xrange [-2.1:2.1] set size ratio (1.1/2.1) set grid xtics ytics mxtics mytics ls 3 , ls 4 set key Left set key spacing 1.2 set key at graph 0.60, graph 0.70 set key title "eccentricity" set title 'eccentric orbit deviation from circular orbit' set xlabel 'tangential deviation divided by e' set ylabel 'radial deviation divided by e' set output 'locus01.png' plot 'locus01.dat' using 1:2 w li ls 10 ti "0.001", \ '' using 3:4 w li ls 11 ti "0.003", \ '' using 5:6 w li ls 12 ti "0.01", \ '' using 7:8 w li ls 13 ti "0.03", \ '' using 9:10 w li ls 14 ti "0.1", \ '' using 11:12 w li ls 15 ti "0.3"