Index: mttroot/mtt/bin/trans/gdat2ps ================================================================== --- mttroot/mtt/bin/trans/gdat2ps +++ mttroot/mtt/bin/trans/gdat2ps @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.7 1996/08/26 13:04:43 peterg +## Changed $() to ``. +## # Revision 1.6 1996/08/16 14:51:21 peter # Put in some cosmetic postscript options. # ## Revision 1.5 1996/08/15 09:37:58 peter ## Parameters in title. @@ -36,13 +39,13 @@ ############################################################### echo Creating $1.ps gnuplot << EOF - set terminal postscript eps color "Times-Roman" 24 + set terminal postscript eps monochrome "Times-Roman" 24 set size 1.5,1.5 set output '$1.ps' set grid set title "`date` $2 " plot '$1.gdat' with lines exit EOF