source: trunk/Jgraph/acc.jgr@ 445

Last change on this file since 445 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: 721 bytes
Line 
1(* Graph #6: Kbytes processed each second
2 *)
3
4newgraph
5
6yaxis size 2.5 min 0 max 100
7 label fontsize 8 : Percentage of bus utilization
8
9xaxis size 1.8 min 0 max 5
10 no_draw_hash_marks no_draw_axis_label no_draw_hash_labels
11
12(* 100% of utilization == 6510.4166 Kb/sec *)
13
14newcurve
15 label : DB
16 marktype xbar fill .9 marksize .4
17 pts
18 1 3.3573 (* 218.5792 Kb/sec *)
19
20newcurve
21 label : QS
22 marktype xbar fill .6 marksize .4
23 pts
24 2 8.0665 (* 525.1688 Kb/sec *)
25
26newcurve
27 label : GE
28 marktype xbar fill .3 pattern stripe 40 marksize .4
29 pts
30 3 27.9602 (* 518.2473 Kb/sec *)
31
32newcurve
33 label : RNG
34 marktype xbar fill 0 pattern stripe marksize .4
35 pts
36 4 8.2876 (* 539.5619 Kb/sec *)
37
38
Note: See TracBrowser for help on using the repository browser.