--- amplot/amplot.awk.orig 2002-12-30 11:23:47.000000000 -0500 +++ amplot/amplot.awk 2003-02-28 17:50:37.000000000 -0500 @@ -485,8 +485,8 @@ if (gnuplot==0) { printf "set output \"%s.ps\"\n",fil >>"title"; - if(paper==1) printf "set term postscript landscape \"Times-Roman\" 10\n" >>"title"; - else printf "set term postscript portrait \"Times-Roman\" 10\n" >>"title"; + if(paper==1) printf "set term postscript landscape color \"Times-Roman\" 10\n" >>"title"; + else printf "set term postscript portrait color \"Times-Roman\" 10\n" >>"title"; } printf "set ylabel """";" >>"title"; # make sure there is no ylabel fmt= "set label %d \"%s\" at "third_col", %d\n";