# set terminal canvas solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "circles_5" jsdir "." # set output 'circles.5.js' unset key set size ratio -1 1,1 set title "Delaunay triangulation of Hemisphere points, some empty circles in red" r = 0.01 types = 6 keyx = -137.0 keyy = -15.0 keyr = 25.0 i = 5 plot 'empty-circles.dat' with circles lw 2 lc rgb "red", 'delaunay-edges.dat' with lines lc rgb "forest-green", 'hemisphr.dat' u (100*$1):(100*$2) with points pt 7 lc rgb "black"