root/trunk/Jgraph/g8.jgr

Revision 418, 1.0 kB (checked in by nicholas, 11 months ago)

Jgraph 8.3 from http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.tar.gz

Line 
1 (* $Log:        g8.jgr,v $
2  * Revision 1.1  90/10/12  17:33:33  jsp
3  * Initial revision
4  *
5  *)
6
7 Y 3
8
9 (* Graph #8: Frequency of Traps.   This graph shows examples of plotting
10  * character strings. *)
11
12 newgraph
13
14 yaxis size 1.9 min 0 max 10 hash 1 mhash 0
15   hash_labels fontsize 7
16   label fontsize 8 : Traps per 0.1 second Interval
17
18 xaxis size 2.14 min 0 max 2.6001 hash .5 mhash 4 precision 1
19   hash_labels fontsize 7
20   label fontsize 8 : Starting Time of 0.1 second interval (sec)
21
22 title fontsize 10 : Graph 8: Frequency of Traps.
23
24 newcurve
25   marktype circle fill 0
26   linetype none
27   pts
28     0.0 9
29     0.1 3
30     0.2 5
31     0.3 6
32     0.4 6
33     0.5 5
34     0.6 6
35     0.7 6
36     0.8 6
37     0.9 6
38     1.0 6
39     1.1 4
40     1.2 5
41     1.3 3
42     1.4 4
43     1.5 5
44     1.6 3
45     1.7 5
46     1.8 5
47     1.9 4
48     2.0 3
49     2.1 4
50     2.2 5
51     2.3 5
52     2.4 4
53     2.5 0
54     2.6 0
55
56 newstring
57   : Average Trap Time = 0.015 seconds
58   x 2.6 y 10
59   hjr vjc
60   fontsize 7
61
62 newstring
63   : ...
64   x 2.7 y 0
65   hjl vjb
66   fontsize 7
67
Note: See TracBrowser for help on using the browser.