source: trunk/Jgraph/g8col.jgr@ 642

Last change on this file since 642 was 418, checked in by Nicholas Riley, 16 years ago

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

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