aa_nozb.gnu
676 Bytes
set title "aa=1 zb=0 cf=0 bl=1 2c=1 produced by autofill"
set parametric
set xlabel "area (pixels)" ,-1
set ylabel "aspect (x/y)"
set zlabel "fill rate (pixels/sec)" 8,1
splot "aa_nozb.data" using 1:2:5 with lines
pause -1 "hit return to output postscript"
set term post land
set output "aa_nozb_f.ps"
replot
set term X11
set zlabel "usec per tri"
splot "aa_nozb.data" using 1:2:4 with lines
pause -1 "hit return to output postscript"
set term post land
set output "aa_nozb_t.ps"
replot
set term X11
set zlabel "n tris"
splot "aa_nozb.data" using 1:2:3 with lines
pause -1 "hit return to output postscript"
set term post land
set output "aa_nozb_n.ps"
replot
quit