fixbb *.eps
awk -f pm3dCompress.awk _original_.ps >reduced.ps
gnuplot> set out "|awk -f pm3dConvertToImage.awk >image.ps" ~/work$ awk -f pm3dConvertToImage.awkimage.ps
gpsavediff [gnuplot_save_file]If no file given, then take standard input. Result is printed on standard output. Examples:
~/work$ gpsavediff sinc.gp >new_sinc.gp gnuplot> save "|gpsavediff >sinc.gp"
set contour base; set cntrparam levels 15; unset surface set table "contour.dat" splot x*x+y*y unset table !awk -f label_contours.awk -v nth=10 textcolor=-1 inclt=1 contour.dat >tmp.gp reset; set key outside left; load "tmp.gp"