Overview
Comment:Removed spurious text
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 04693fc688ae0832767f41a3ef3f7cce198e8556a759246baa21ecc801506b9b
User & Date: gawthrop@users.sourceforge.net on 2002-09-12 08:39:27
Other Links: branch diff | manifest | tags
Context
2002-09-12
10:08:33
Reverted to total time being the end of the horizon check-in: 7a4cf7cd91 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:39:27
Removed spurious text check-in: 04693fc688 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2002-09-11
15:04:59
Optional boxing check-in: 6612bd3bdf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/m/figfig.m from [62f1de574c] to [2d04bf5857].

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.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
  ## Minor updates ..
  ##
  ## Revision 1.5  2001/05/10 19:08:35  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.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
  ## Minor updates ..
  ##
  ## Revision 1.5  2001/05/10 19:08:35  gawthrop
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
    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;
  gset term x11
  gset output no
  replot;

  if boxed # Add a box - makes a visible bounding box
    fid = fopen(figfilename,"a+");
    fprintf(fid,"2 4 0 2 31 7 50 0 -1 0.000 0 0 7 0 0 5\n");
    fprintf(fid,"\t9675 5310 9675 270 225 270 225 5310 9675 5310\n");
    fclose(fid);







|







58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
    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;
  gset term x11
  gset output
  replot;

  if boxed # Add a box - makes a visible bounding box
    fid = fopen(figfilename,"a+");
    fprintf(fid,"2 4 0 2 31 7 50 0 -1 0.000 0 0 7 0 0 5\n");
    fprintf(fid,"\t9675 5310 9675 270 225 270 225 5310 9675 5310\n");
    fclose(fid);


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