Overview
Comment:No legend
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: efb673d45a23ade8e947af5ec36c4ec67d46a4afb5ba79f98a8b70750f3e8024
User & Date: gawthrop@users.sourceforge.net on 2003-08-19 13:13:28
Other Links: branch diff | manifest | tags
Context
2003-08-19
13:38:49
rep_html and index.html now generated check-in: f1636ad7e7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:13:28
No legend check-in: efb673d45a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:12:49
Update check-in: 642e4dd120 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/m/figfig.m from [2d04bf5857] to [09e22b156b].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
  ## Monochrome=1 gives a monchrome plot

  ###############################################################
  ## Version control history
  ###############################################################
  ## $Id$
  ## $Log$



  ## 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
  ##
  ## Revision 1.6  2001/05/24 07:44:36  gawthrop







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  ## Monochrome=1 gives a monchrome plot

  ###############################################################
  ## 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
  ##
  ## Revision 1.6  2001/05/24 07:44:36  gawthrop
50
51
52
53
54
55
56

57
58
59
60
61
62
63
  endif
  
  
  figfilename = sprintf("%s.fig",filename);
  
  eval(sprintf("gset output \"%s\" ",figfilename));


  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
  
  replot;







>







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  endif
  
  
  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
  
  replot;


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]