# generated from Regatta::generatePlot () set output "out.eps" set terminal postscript eps color 24 set arrow from 0,-0.5 to 0,0 set arrow from 0,0 to 0,-0.5 plot [-4:4] [-4:4]'-' title "yachts" w p 3, '-' title "convex hull of yachts" w l 2, '-' title "sharks" w p 7, '-' title "convex hull of sharks" w l 4 -3 0 3 0 0 3 0 1 END -3 0 3 0 0 3 -3 0 END 0 -0.5 -3 -3 3 -3 0 -2 END -3 -3 3 -3 0 -0.5 -3 -3 END pause 1 " The picture was saved to out.eps.\n"