Index: mttroot/mtt/bin/trans/m/figfig.m ================================================================== --- mttroot/mtt/bin/trans/m/figfig.m +++ mttroot/mtt/bin/trans/m/figfig.m @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ + ## Revision 1.9 2002/09/12 08:39:27 gawthrop + ## Removed spurious text + ## ## Revision 1.8 2002/09/11 15:04:59 gawthrop ## Optional boxing ## ## Revision 1.7 2002/08/20 15:51:17 gawthrop ## Update to work with ident DIY rep @@ -52,10 +55,11 @@ figfilename = sprintf("%s.fig",filename); eval(sprintf("gset output \"%s\" ",figfilename)); + gset nokey # No legend if (monochrome==1) gset term fig monochrome portrait fontsize 16 size 20 10 metric thickness 3 else gset term fig color portrait fontsize 16 size 20 10 metric thickness 3 endif