# set terminal canvas solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "fillcrvs_7" jsdir "." # set output 'fillcrvs.7.js' set format x "" set format y "" set grid nopolar set grid xtics nomxtics ytics nomytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault linetype 0 linewidth 0.500, linetype 0 linewidth 0.500 set object 1 rect from graph 0, 0, 0 to graph 1, 1, 0 set object 1 behind lw 1.0 fc rgb "#afffff" fillstyle solid 1.00 border lt -1 set title "world.dat plotted with filledcurves" set xrange [ -180.000 : 180.000 ] noreverse nowriteback set yrange [ -70.0000 : 80.0000 ] noreverse nowriteback set lmargin 1 plot 'world.dat' with filledcurve notitle fs solid 1.0 lc rgb 'dark-goldenrod'