# set terminal svg size 600,400 dynamic enhanced fname 'arial' fsize 10 mousing name "circles_5" butt solid # set output 'circles.5.svg' 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"