# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "world_1" jsdir "." # set output 'world.1.js' set format x "%D %E" geographic set format y "%D %N" geographic unset key set style data lines set yzeroaxis set title "Gnuplot Correspondences\ngeographic coordinate system" set xrange [ -180.000 : 180.000 ] noreverse nowriteback set yrange [ -90.0000 : 90.0000 ] noreverse nowriteback x = 0.0 ## Last datafile plotted: "world.cor" plot 'world.dat' with lines lc rgb "blue" , 'world.cor' with points lt 1 pt 2