Overview
Comment:Parameters in title.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6aba71bfa0b113945152745544e65dca5f3907a0f3234562fa212e221f0ab5f1
User & Date: gawthrop@users.sourceforge.net on 1996-08-15 09:37:58.000
Other Links: branch diff | manifest | tags
Context
1996-08-15
10:24:28
Includes u0 argument. check-in: e40d837faa user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:37:58
Parameters in title. check-in: 6aba71bfa0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:50:20
Initial revision check-in: 427dc1df35 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
11
12
13
14
15
16
17



18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

38
39
40
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

34
35
36
37


38
39
40
41







+
+
+













-




-
-
+



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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.4  1996/08/14 09:21:17  peter
## Gnu plot conversion now done externally in dat2gdat
##
## Revision 1.3  1996/08/10 14:12:48  peter
## Revised to new dat format: [x y x y x y] in place of [x y y y].
##
## Revision 1.2  1996/08/10 12:54:56  peter
## Reorganised data file for gnuplot input.
##
## Revision 1.1  1996/08/10 09:52:39  peter
## Initial revision
##
###############################################################

echo Creating $1.ps


gnuplot << EOF
  set terminal postscript
  set output '$1.ps'
  set grid
  # set size 0.2,0.2
  set title "$1. Generated by MTT on $(date)"
  set title "$(date) $2 "
  plot '$1.gdat' with lines
  exit
EOF
11
12
13
14
15
16
17



18
19
20
21

22
23
24
25


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

24
25
26
27

28
29
30
31
32







+
+
+



-
+



-
+
+



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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1996/08/15 08:50:20  peter
## Initial revision
##
###############################################################


echo Creating view of $1
# echo Creating view of $1

gnuplot << EOF
  set grid
  set title "$1. Generated by MTT on $(date)"
#  set title "$1. Generated by MTT on $(date)"
  set title "$(date) $2 "
  plot '$1.gdat' with lines
  pause 100000
EOF

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