Index: mttroot/mtt/bin/trans/gdat2fig ================================================================== --- mttroot/mtt/bin/trans/gdat2fig +++ mttroot/mtt/bin/trans/gdat2fig @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 2000/12/28 12:29:52 peterg +## Initial revision +## ## Revision 1.8 1997/12/07 18:45:44 peterg ## Set to monochrome (not colour). This gives clearer plots. ## ## Revision 1.7 1996/08/26 13:04:43 peterg ## Changed $() to ``. @@ -46,10 +49,11 @@ gnuplot << EOF set terminal fig color portrait fontsize 16 size 20 10 metric set output '$1.fig' set grid set title "MTT simulation on `date` " + set nokey plot '$1.gdat' with lines exit EOF