source: trunk/Jgraph/mab2.jgr@ 467

Last change on this file since 467 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: 512 bytes
Line 
1newgraph
2legend x 15 y 6000
3newcurve pts
4shell : awk -F'|' '{printf "%d %d\n",NR,($2/2)}' mab2.times
5linetype dotted
6marktype none
7label : Writes
8newcurve pts
9shell : awk -F'|' '{printf "%d %d\n", NR,($3+$4)/2}' mab2.times
10linetype solid
11marktype none
12label : Reads (all)
13yaxis label : Reads/Writes per hour
14xaxis
15size 4.75
16no_auto_hash_labels
17no_auto_hash_marks
18hash_labels rotate -90 vjt hjl
19shell : awk -F'|' '(NR%3 == 1) {printf "hash_at %d hash_label at %d : %s\n",NR,NR,$1}' mab2.times
20hash_label at 1 :
Note: See TracBrowser for help on using the repository browser.