plot.gnu 320 Bytes
set title "aa=0 zb=0 cfb=1 blnk=0  produced by autofill"

set parametric
set xlabel "area (pixels)" ,-1
set ylabel "aspect (x/y)"
set zlabel "fill rate (pixels/sec)" 8,1

splot "noaa_nozb.data" using 1:2:5 with lines

pause -1 "hit return to output postscript"

set term post land
set output "noaa_nozb.ps"
replot

quit