# gnuplot command file incline3.gp
set terminal png font VeraBd 16 size 1600,559 \
             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 4.0 lc rgb "#C0FFEE"
set style line  4 lt 1 lw 2.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 "#000000"
set style line  8 lt 1 lw 1.0 lc rgb "#e04040"
set style line  9 lt 1 lw 1.0 lc rgb "#40e040"
set style line 10 lt 1 lw 1.0 lc rgb "#8080e0"
set style line 11 lt 1 lw 1.0 lc rgb "#a020a0"
set style line 12 lt 1 lw 1.0 lc rgb "#a0a020"
set style line 13 lt 1 lw 1.0 lc rgb "#20a0a0"
set style line 14 lt 1 lw 1.0 lc rgb "#a06020"
set style line 15 lt 1 lw 1.0 lc rgb "#60a020"
set style line 16 lt 1 lw 1.0 lc rgb "#20a060"
set style line 17 lt 1 lw 1.0 lc rgb "#2020e0"
set style line 18 lt 1 lw 2.0 lc rgb "#ff0000"
set style line 19 lt 1 lw 2.0 lc rgb "#0000ff"

set mxtics 10
set mytics  5
set grid xtics ytics mxtics mytics ls 3 , ls 4
set xrange [-177.0:43.0]
set yrange [-2.0:60.0]
set nokey 

set title  'Incline'
set xlabel 'horizontal distance in km'
set ylabel 'vertical distance in km'
set output 'incline3.png'
plot 'incline3.dat'    using 1:8  w li ls 19, \
     ''                using 1:2  w li ls 18
