On Fri, Feb 28, 2003 at 02:04:45PM -0700, Broderick Wood wrote:
> Except that the ps file(s) generate by "amplot -p -l amdump*" is a B/W ps file.
>
> Is there an option is the amplot that I am missing?
Try this patch.
Jean-Louis
--
Jean-Louis Martineau email: [EMAIL PROTECTED]
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7 Fax: (514) 343-5834
--- 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";