2d.gnu 1.03 KB
set title "aspect = 1.0   produced by autofill"
set grid
set xlabel "area (pix)"
set ylabel "(pix/sec)" -1

plot "noaa_nozb.data" using 1:5 with lines, \
"aa_nozb.data" using 1:5 with lines, \
"noaa_zb.data" using 1:5 with lines, \
"aa_zb.data" using 1:5 with lines, \
"ci8.data" using 1:5 with lines

pause -1 "hit return to output postscript"

set term post land
set output "2d_f1.ps"
replot

set term X11
set ylabel "usec per tri"
plot "noaa_nozb.data" using 1:4 with lines, \
"aa_nozb.data" using 1:4 with lines, \
"noaa_zb.data" using 1:4 with lines, \
"aa_zb.data" using 1:4 with lines, \
"ci8.data" using 1:4 with lines

pause -1 "hit return to output postscript"

set term post land
set output "2d_t1.ps"
replot

set term X11
set ylabel "tri pre frame"
plot "noaa_nozb.data" using 1:3 with lines, \
"aa_nozb.data" using 1:3 with lines, \
"noaa_zb.data" using 1:3 with lines, \
"aa_zb.data" using 1:3 with lines, \
"ci8.data" using 1:3 with lines

pause -1 "hit return to output postscript"

set term post land
set output "2d_n1.ps"
replot

quit