Overview
Comment:No spurious key to lines
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 1be6bda6b94575f2c0156e19dad5e9ca662c2435217cc07bc62dd97e647a35ec
User & Date: gawthrop@users.sourceforge.net on 2003-08-06 16:22:20
Other Links: branch diff | manifest | tags
Context
2003-08-06
18:55:21
Updated for latest MTT version. check-in: 547594dcde user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:22:20
No spurious key to lines check-in: 1be6bda6b9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:50:56
Describe the alias mechanism for invoking mtt options check-in: 3a82845603 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/gdat2fig from [b25999b04d] to [2b58db4954].

11
12
13
14
15
16
17



18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27







+
+
+







# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## 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 ``.
##
# Revision 1.6  1996/08/16  14:51:21  peter
44
45
46
47
48
49
50

51
52
53
54
55
56
57
58
59
60
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64







+










echo Creating $1.fig

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

## Add a gold box to give a nice picture
cat >> $1.fig <<EOF
2 4 0 2 31 7 50 0 -1 0.000 0 0 7 0 0 5
	 9675 5310 9675 270 225 270 225 5310 9675 5310
EOF


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