# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'mask_pm3d.1.png' unset key set view map scale 1 set style data lines set xtics border in scale 0,0 mirror norotate autojustify set ytics border in scale 0,0 mirror norotate autojustify set ztics border in scale 0,0 nomirror norotate autojustify set cbtics border in scale 0,0 mirror norotate autojustify set rtics border in scale 0,0 nomirror norotate autojustify set title "Convex hull constructed around scattered points" set xrange [ -30.0000 : 25.0000 ] noreverse set yrange [ -30.0000 : 25.0000 ] noreverse set lmargin at screen 0.2 set bmargin at screen 0.1 set rmargin at screen 0.8 set tmargin at screen 0.9 set palette rgbformulae 33, 13, 10 NO_ANIMATION = 1 ## Last datafile plotted: "mask_pm3d.dat" plot 'mask_pm3d.dat' using 1:2 convexhull with lines title "Convex hull"