home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-24 | 29.7 KB | 1,670 lines |
- Subject: v21i045: 2D graphic system with table beautifier, Part14/14
- Newsgroups: comp.sources.unix
- Approved: rsalz@uunet.UU.NET
- X-Checksum-Snefru: 86f356c9 abe9c46c fe2a3426 8749823e
-
- Submitted-by: Steve Grubb <uunet!lsr-vax!scg>
- Posting-number: Volume 21, Issue 45
- Archive-name: ipl/part14
-
- # ipl part14
- # This is a shell archive.
- # Remove everything above and including the cut line.
- # Then run the rest of the file through sh.
- #---------------------- cut here -----------------------------
- #!/bin/sh
- # shar: Shell Archiver
- # Run the following text with /bin/sh to create:
- # examples/pie1.g
- # examples/point1.g
- # examples/points.ipl
- # examples/rangebar1.g
- # examples/rangebar2.g
- # examples/report.3Q89
- # examples/table10
- # examples/table16
- # examples/testpt.g
- # examples/touble.g
- # examples/trouble.g
- # examples/vbargraph1.g
- # examples/vector1.g
- # examples/vrangebar1.g
- # examples/yymm.g
- cat << \SHAR_EOF > examples/pie1.g
- Proc Page:
- Title: Pie graph example
-
- Proc Getdata:
- Data: 10
- 15
- 15
- 10
- 20
- 13
- 17
-
- Proc Pie:
- Field: 1
- Shade: .98 .95 .9 .8 .7 .6 .5
- Linethick: 2
- Explode: 0.3
- Rotate: 90
-
- Proc Text:
- Embeddedcoords: y
- Text:
- 5.268 8.812 Asia
- 2.286 8.850 Europe
- 0.342 7.925 Australia
- 0.367 3.150 United States
- 2.004 2.200 Canada
- 5.414 2.300 Middle East
- 7.223 6.650 Unknown
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/point1.g
- Proc Getdata:
- Data: 7 9
- 12 10
- 3 8
- 31 29
- 25 25
- 23 24
- 26 24
- 25 27
- 10 8
- 12 11
- 12 13
- 14 12
- 34 30
- 34 36
-
- Proc Page:
- Title: === IPL Data Points ===
- Title.belowtop: 0.2
-
- Proc Areadef:
- Area.rectangle: 0.5 8.5 2 10
- Subtitle: sym1a
- Xmax: 40
- Xinc: 40
- Ymax: 40
- Yinc: 40
- Saveas: A
-
- Proc Distribution:
- Xfield: 1
- Yfield: 2
- Cluster: n
- Mark: sym1a
- Saveas: B
-
- Proc Areadef:
- Clone: A
- Subtitle: sym2a
- Area.rectangle: 3 8.5 4.5 10
-
- Proc Distribution:
- Clone: B
- Mark: sym2a
-
- Proc Areadef:
- Clone: A
- Subtitle: sym3a
- Area.rectangle: 5.5 8.5 7 10
-
- Proc Distribution:
- Clone: B
- Mark: sym3a
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym4a
- Area.rectangle: 0.5 6.5 2 8
-
- Proc Distribution:
- Clone: B
- Mark: sym4a
-
- Proc Areadef:
- Clone: A
- Subtitle: sym5a
- Area.rectangle: 3 6.5 4.5 8
-
- Proc Distribution:
- Clone: B
- Mark: sym5a
-
- Proc Areadef:
- Clone: A
- Subtitle: sym6a
- Area.rectangle: 5.5 6.5 7 8
-
- Proc Distribution:
- Clone: B
- Mark: sym6a
-
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1b
- Area.rectangle: 0.5 4.5 2 6
-
- Proc Distribution:
- Clone: B
- Mark: sym1b
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1c
- Area.rectangle: 3 4.5 4.5 6
-
- Proc Distribution:
- Clone: B
- Mark: sym1c
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1d
- Area.rectangle: 5.5 4.5 7 6
-
- Proc Distribution:
- Clone: B
- Mark: sym1d
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1e
- Area.rectangle: 0.5 2.5 2 4
-
- Proc Distribution:
- Clone: B
- Mark: sym1e
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1f
- Area.rectangle: 3 2.5 4.5 4
-
- Proc Distribution:
- Clone: B
- Mark: sym1f
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1g
- Area.rectangle: 5.5 2.5 7 4
-
- Proc Distribution:
- Clone: B
- Mark: sym1g
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1h
- Area.rectangle: 0.5 0.5 2 2
-
- Proc Distribution:
- Clone: B
- Mark: sym1h
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1i
- Area.rectangle: 3 0.5 4.5 2
-
- Proc Distribution:
- Clone: B
- Mark: sym1i
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1j
- Area.rectangle: 5.5 0.5 7 2
-
- Proc Distribution:
- Clone: B
- Mark: sym1j
-
- Proc Pagebreak:
-
- Proc Page:
- Title: === IPL Data Points, continued ===
- Title.belowtop: 0.2
-
- Proc Areadef:
- Clone: A
- Area.rectangle: 0.5 8.5 2 10
- Subtitle: sym1k
-
- Proc Distribution:
- Clone: B
- Mark: sym1k
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1l
- Area.rectangle: 3 8.5 4.5 10
-
- Proc Distribution:
- Clone: B
- Mark: sym1l
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1m
- Area.rectangle: 5.5 8.5 7 10
-
- Proc Distribution:
- Clone: B
- Mark: sym1m
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1n
- Area.rectangle: 0.5 6.5 2 8
-
- Proc Distribution:
- Clone: B
- Mark: sym1n
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1o
- Area.rectangle: 3 6.5 4.5 8
-
- Proc Distribution:
- Clone: B
- Mark: sym1o
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1p
- Area.rectangle: 5.5 6.5 7 8
-
- Proc Distribution:
- Clone: B
- Mark: sym1p
-
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1q
- Area.rectangle: 0.5 4.5 2 6
-
- Proc Distribution:
- Clone: B
- Mark: sym1q
-
- Proc Areadef:
- Clone: A
- Subtitle: sym1r
- Area.rectangle: 3 4.5 4.5 6
-
- Proc Distribution:
- Clone: B
- Mark: sym1r
-
- Proc Areadef:
- Clone: A
- Subtitle: sym4p
- Area.rectangle: 5.5 4.5 7 6
-
- Proc Distribution:
- Clone: B
- Mark: sym4p
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym4q
- Area.rectangle: 0.5 2.5 2 4
-
- Proc Distribution:
- Clone: B
- Mark: sym4q
-
- Proc Areadef:
- Clone: A
- Subtitle: sym2o
- Area.rectangle: 3 2.5 4.5 4
-
- Proc Distribution:
- Clone: B
- Mark: sym2o
-
- Proc Areadef:
- Clone: A
- Subtitle: sym3o
- Area.rectangle: 5.5 2.5 7 4
-
- Proc Distribution:
- Clone: B
- Mark: sym3o
-
-
-
- Proc Areadef:
- Clone: A
- Subtitle: sym4o
- Area.rectangle: 0.5 0.5 2 2
-
- Proc Distribution:
- Clone: B
- Mark: sym4o
-
- Proc Areadef:
- Clone: A
- Subtitle: sym5o
- Area.rectangle: 3 0.5 4.5 2
-
- Proc Distribution:
- Clone: B
- Mark: sym5o
-
- Proc Areadef:
- Clone: A
- Subtitle: sym6o
- Area.rectangle: 5.5 0.5 7 2
-
- Proc Distribution:
- Clone: B
- Mark: sym6o
-
-
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/points.ipl
- Proc Page:
- Title: IPL Symbols for Legends and Plots
-
- Proc Text:
- Position: 1.75 9.25
- Text: sym1_
-
- Proc Text:
- Position: 2.75 9.25
- Text: sym2_
-
- Proc Text:
- Position: 3.75 9.25
- Text: sym3_
-
- Proc Text:
- Position: 4.75 9.25
- Text: sym4_
-
- Proc Text:
- Position: 5.75 9.25
- Text: sym5_
-
- Proc Text:
- Position: 6.75 9.25
- Text: sym6_
-
- Proc Text:
- Position: 1 9
- Text: sym_a
-
- Proc Text:
- Position: 1 8.5
- Text: sym_b
-
- Proc Text:
- Position: 1 8
- Text: sym_c
-
- Proc Text:
- Position: 1 7.5
- Text: sym_d
-
- Proc Text:
- Position: 1 7
- Text: sym_e
-
- Proc Text:
- Position: 1 6.5
- Text: sym_f
-
- Proc Text:
- Position: 1 6
- Text: sym_g
-
- Proc Text:
- Position: 1 5.5
- Text: sym_h
-
- Proc Text:
- Position: 1 5
- Text: sym_i
-
- Proc Text:
- Position: 1 4.5
- Text: sym_j
-
- Proc Text:
- Position: 1 4
- Text: sym_k
-
- Proc Text:
- Position: 1 3.5
- Text: sym_l
-
- Proc Text:
- Position: 1 3
- Text: sym_m
-
- Proc Text:
- Position: 1 2.5
- Text: sym_n
-
- Proc Text:
- Position: 1 2
- Text: sym_o
-
- Proc Text:
- Position: 1 1.5
- Text: sym_p
-
- Proc Text:
- Position: 1 1
- Text: sym_q
-
- Proc Text:
- Position: 1 0.5
- Text: sym_r
-
- Proc Point:
- Mark: sym1a
- Size: 8
- Position: 2 9
-
- Proc Point:
- Mark: sym2a
- Size: 8
- Position: 3 9
-
- Proc Point:
- Mark: sym3a
- Size: 8
- Position: 4 9
-
- Proc Point:
- Mark: sym4a
- Size: 8
- Position: 5 9
-
- Proc Point:
- Mark: sym5a
- Size: 8
- Position: 6 9
-
- Proc Point:
- Mark: sym6a
- Size: 8
- Position: 7 9
-
- Proc Point:
- Mark: sym1b
- Size: 8
- Position: 2 8.5
-
- Proc Point:
- Mark: sym2b
- Size: 8
- Position: 3 8.5
-
- Proc Point:
- Mark: sym3b
- Size: 8
- Position: 4 8.5
-
- Proc Point:
- Mark: sym4b
- Size: 8
- Position: 5 8.5
-
- Proc Point:
- Mark: sym5b
- Size: 8
- Position: 6 8.5
-
- Proc Point:
- Mark: sym6b
- Size: 8
- Position: 7 8.5
-
- Proc Point:
- Mark: sym1c
- Size: 8
- Position: 2 8
-
- Proc Point:
- Mark: sym2c
- Size: 8
- Position: 3 8
-
- Proc Point:
- Mark: sym3c
- Size: 8
- Position: 4 8
-
- Proc Point:
- Mark: sym4c
- Size: 8
- Position: 5 8
-
- Proc Point:
- Mark: sym5c
- Size: 8
- Position: 6 8
-
- Proc Point:
- Mark: sym6c
- Size: 8
- Position: 7 8
-
- Proc Point:
- Mark: sym1d
- Size: 8
- Position: 2 7.5
-
- Proc Point:
- Mark: sym2d
- Size: 8
- Position: 3 7.5
-
- Proc Point:
- Mark: sym3d
- Size: 8
- Position: 4 7.5
-
- Proc Point:
- Mark: sym4d
- Size: 8
- Position: 5 7.5
-
- Proc Point:
- Mark: sym5d
- Size: 8
- Position: 6 7.5
-
- Proc Point:
- Mark: sym6d
- Size: 8
- Position: 7 7.5
-
- Proc Point:
- Mark: sym1e
- Size: 8
- Position: 2 7
-
- Proc Point:
- Mark: sym2e
- Size: 8
- Position: 3 7
-
- Proc Point:
- Mark: sym3e
- Size: 8
- Position: 4 7
-
- Proc Point:
- Mark: sym4e
- Size: 8
- Position: 5 7
-
- Proc Point:
- Mark: sym5e
- Size: 8
- Position: 6 7
-
- Proc Point:
- Mark: sym6e
- Size: 8
- Position: 7 7
-
- Proc Point:
- Mark: sym1f
- Size: 8
- Position: 2 6.5
-
- Proc Point:
- Mark: sym2f
- Size: 8
- Position: 3 6.5
-
- Proc Point:
- Mark: sym3f
- Size: 8
- Position: 4 6.5
-
- Proc Point:
- Mark: sym4f
- Size: 8
- Position: 5 6.5
-
- Proc Point:
- Mark: sym5f
- Size: 8
- Position: 6 6.5
-
- Proc Point:
- Mark: sym6f
- Size: 8
- Position: 7 6.5
-
- Proc Point:
- Mark: sym1g
- Size: 8
- Position: 2 6
-
- Proc Point:
- Mark: sym2g
- Size: 8
- Position: 3 6
-
- Proc Point:
- Mark: sym3g
- Size: 8
- Position: 4 6
-
- Proc Point:
- Mark: sym4g
- Size: 8
- Position: 5 6
-
- Proc Point:
- Mark: sym5g
- Size: 8
- Position: 6 6
-
- Proc Point:
- Mark: sym6g
- Size: 8
- Position: 7 6
-
- Proc Point:
- Mark: sym1h
- Size: 8
- Position: 2 5.5
-
- Proc Point:
- Mark: sym2h
- Size: 8
- Position: 3 5.5
-
- Proc Point:
- Mark: sym3h
- Size: 8
- Position: 4 5.5
-
- Proc Point:
- Mark: sym4h
- Size: 8
- Position: 5 5.5
-
- Proc Point:
- Mark: sym5h
- Size: 8
- Position: 6 5.5
-
- Proc Point:
- Mark: sym6h
- Size: 8
- Position: 7 5.5
-
- Proc Point:
- Mark: sym1i
- Size: 8
- Position: 2 5
-
- Proc Point:
- Mark: sym2i
- Size: 8
- Position: 3 5
-
- Proc Point:
- Mark: sym3i
- Size: 8
- Position: 4 5
-
- Proc Point:
- Mark: sym4i
- Size: 8
- Position: 5 5
-
- Proc Point:
- Mark: sym5i
- Size: 8
- Position: 6 5
-
- Proc Point:
- Mark: sym6i
- Size: 8
- Position: 7 5
-
- Proc Point:
- Mark: sym1j
- Size: 8
- Position: 2 4.5
-
- Proc Point:
- Mark: sym2j
- Size: 8
- Position: 3 4.5
-
- Proc Point:
- Mark: sym3j
- Size: 8
- Position: 4 4.5
-
- Proc Point:
- Mark: sym4j
- Size: 8
- Position: 5 4.5
-
- Proc Point:
- Mark: sym5j
- Size: 8
- Position: 6 4.5
-
- Proc Point:
- Mark: sym6j
- Size: 8
- Position: 7 4.5
-
- Proc Point:
- Mark: sym1k
- Size: 8
- Position: 2 4
-
- Proc Point:
- Mark: sym2k
- Size: 8
- Position: 3 4
-
- Proc Point:
- Mark: sym3k
- Size: 8
- Position: 4 4
-
- Proc Point:
- Mark: sym4k
- Size: 8
- Position: 5 4
-
- Proc Point:
- Mark: sym5k
- Size: 8
- Position: 6 4
-
- Proc Point:
- Mark: sym6k
- Size: 8
- Position: 7 4
-
- Proc Point:
- Mark: sym1l
- Size: 8
- Position: 2 3.5
-
- Proc Point:
- Mark: sym2l
- Size: 8
- Position: 3 3.5
-
- Proc Point:
- Mark: sym3l
- Size: 8
- Position: 4 3.5
-
- Proc Point:
- Mark: sym4l
- Size: 8
- Position: 5 3.5
-
- Proc Point:
- Mark: sym5l
- Size: 8
- Position: 6 3.5
-
- Proc Point:
- Mark: sym6l
- Size: 8
- Position: 7 3.5
-
- Proc Point:
- Mark: sym1m
- Size: 8
- Position: 2 3
-
- Proc Point:
- Mark: sym2m
- Size: 8
- Position: 3 3
-
- Proc Point:
- Mark: sym3m
- Size: 8
- Position: 4 3
-
- Proc Point:
- Mark: sym4m
- Size: 8
- Position: 5 3
-
- Proc Point:
- Mark: sym5m
- Size: 8
- Position: 6 3
-
- Proc Point:
- Mark: sym6m
- Size: 8
- Position: 7 3
-
- Proc Point:
- Mark: sym1n
- Size: 8
- Position: 2 2.5
-
- Proc Point:
- Mark: sym2n
- Size: 8
- Position: 3 2.5
-
- Proc Point:
- Mark: sym3n
- Size: 8
- Position: 4 2.5
-
- Proc Point:
- Mark: sym4n
- Size: 8
- Position: 5 2.5
-
- Proc Point:
- Mark: sym5n
- Size: 8
- Position: 6 2.5
-
- Proc Point:
- Mark: sym6n
- Size: 8
- Position: 7 2.5
-
- Proc Point:
- Mark: sym1o
- Size: 8
- Position: 2 2
-
- Proc Point:
- Mark: sym2o
- Size: 8
- Position: 3 2
-
- Proc Point:
- Mark: sym3o
- Size: 8
- Position: 4 2
-
- Proc Point:
- Mark: sym4o
- Size: 8
- Position: 5 2
-
- Proc Point:
- Mark: sym5o
- Size: 8
- Position: 6 2
-
- Proc Point:
- Mark: sym6o
- Size: 8
- Position: 7 2
-
- Proc Point:
- Mark: sym1p
- Size: 8
- Position: 2 1.5
-
- Proc Point:
- Mark: sym2p
- Size: 8
- Position: 3 1.5
-
- Proc Point:
- Mark: sym3p
- Size: 8
- Position: 4 1.5
-
- Proc Point:
- Mark: sym4p
- Size: 8
- Position: 5 1.5
-
- Proc Point:
- Mark: sym5p
- Size: 8
- Position: 6 1.5
-
- Proc Point:
- Mark: sym6p
- Size: 8
- Position: 7 1.5
-
- Proc Point:
- Mark: sym1q
- Size: 8
- Position: 2 1
-
- Proc Point:
- Mark: sym2q
- Size: 8
- Position: 3 1
-
- Proc Point:
- Mark: sym3q
- Size: 8
- Position: 4 1
-
- Proc Point:
- Mark: sym4q
- Size: 8
- Position: 5 1
-
- Proc Point:
- Mark: sym5q
- Size: 8
- Position: 6 1
-
- Proc Point:
- Mark: sym6q
- Size: 8
- Position: 7 1
-
- Proc Point:
- Mark: sym1r
- Size: 8
- Position: 2 0.5
-
- Proc Point:
- Mark: sym2r
- Size: 8
- Position: 3 0.5
-
- Proc Point:
- Mark: sym3r
- Size: 8
- Position: 4 0.5
-
- Proc Point:
- Mark: sym4r
- Size: 8
- Position: 5 0.5
-
- Proc Point:
- Mark: sym5r
- Size: 8
- Position: 6 0.5
-
- Proc Point:
- Mark: sym6r
- Size: 8
- Position: 7 0.5
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/rangebar1.g
- Proc Page:
- Title: Rangebar examples
-
- Proc Getdata:
- Data: 225 33 44 55 66 77 2.3 R01
- 220 35 40 50 60 66 3 R02
- 220 38 44 52 64 70 4.5 R03
- 218 42 50 50 55 59 5 R04
- 220 38 44 52 64 70 5.5 R05
- 225 33 44 55 66 77 6.3 R06
-
- Proc Areadef:
- Subtitle: Figure 1: Tukey plots
- Area: 4nw
- Xmin: 0
- Xmax: 7
- Ymin: 0
- Ymax: 100
- Yinc: 10
- Xstart.0or1: 1
- Xstub: OCT 6
- OCT 13
- OCT 20
- OCT 27
- NOV 3
- NOV 10
- Xstub.size: 6
- Ystub.grid: line
- Saveas: A
-
- Proc Rangebar:
- Nval: 5
- Field: 2 3 4 5 6
- Idfield: 1
- Label.position: 10
-
- Proc Areadef:
- Subtitle: Figure 2:
- Clone: A
- Area: 4ne
-
- Proc Rangebar:
- Nval: 4
- Field: 2 3 4 5
- Ends: n
- Shade: 0.9
-
- Proc Areadef:
- Subtitle: Figure 3:
- Clone: A
- Area: 4sw
-
- Proc Rangebar:
- Nval: 3
- Field: 2 4 6
- Midlineright: y
- Midlinewidth: 0.7
- Shade: 0
-
- Proc Areadef:
- Subtitle: Figure 4:
- Clone: A
- Xstub.grid: line
- Area: 4se
-
- Proc Getdata:
- Data: 1 0 30 30 80 80 100
- 2 0 22 40 54 54 80
- 3 13 40 40 90 90 100
- 4 0 50 50 100 0 0
- 5 0 70 70 100 0 0
- 6 0 29 29 46 46 80
-
- Proc Rangebar:
- Nval: 2
- Field: 2 3
- Xfield: 1
- Shade: 0.6
-
- Proc Rangebar:
- Nval: 2
- Field: 4 5
- Xfield: 1
- Shade: 0.9
-
- Proc Rangebar:
- Nval: 2
- Field: 6 7
- Xfield: 1
- Shade: 0.5
-
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/rangebar2.g
- Proc Page:
- Title: Rangebar examples
-
- Proc Getdata:
- Data: 225 33 44 55 66 77 2.3 R01
- 220 35 40 50 60 66 3 R02
- 220 38 44 52 64 70 4.5 R03
- 218 42 50 50 55 59 5 R04
- 220 38 44 52 64 70 5.5 R05
- 225 33 44 55 66 77 6.3 R06
-
- Proc Areadef:
- Subtitle: Figure 1: Tukey plots
- Area: 4nw
- Xmin: 0
- Xmax: 7
- Ymin: 0
- Ymax: 100
- Yinc: 10
- Xstart.0or1: 1
- Xstub: OCT 6
- OCT 13
- OCT 20
- OCT 27
- NOV 3
- NOV 10
- Xstub.size: 6
- Ystub.grid: line
- Saveas: A
-
- Proc Rangebar:
- Nval: 5
- Field: 2 3 4 5 6
- Idfield: 1
- Label.position: 10
-
- Proc Areadef:
- Subtitle: Figure 2:
- Clone: A
- Area: 4ne
-
- Proc Rangebar:
- Nval: 4
- Field: 2 3 4 5
- Ends: n
- Shade: 0.9
-
- Proc Areadef:
- Subtitle: Figure 3:
- Clone: A
- Area: 4sw
-
- Proc Rangebar:
- Nval: 3
- Field: 2 4 6
- Midlineright: y
- Midlinewidth: 0.7
- Shade: 0
- Idfield: 8
- Label.position: 12
-
- Proc Areadef:
- Subtitle: Figure 4:
- Clone: A
- Xstub.grid: line
- Area: 4se
-
- Proc Getdata:
- Data: 1 0 30 30 80 80 100
- 2 0 22 40 54 54 80
- 3 13 40 40 90 90 100
- 4 0 50 50 100 0 0
- 5 0 70 70 100 0 0
- 6 0 29 29 46 46 80
-
- Proc Rangebar:
- Nval: 2
- Field: 2 3
- Xfield: 1
- Shade: 0.6
-
- Proc Rangebar:
- Nval: 2
- Field: 4 5
- Xfield: 1
- Shade: 0.9
-
- Proc Rangebar:
- Nval: 2
- Field: 6 7
- Xfield: 1
- Shade: 0.5
-
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/report.3Q89
- Wilmer Computer Center
- System Accounting Summary by User and Group
- Solbourne 4/600 Computer, 9th Floor, 550 Building
-
- July 1 through Sept 30, 1989
-
-
- Number of CPU seconds Number of I/O CPU Memory
- Processes (%) User+System (%) Operations (%) Usage Integral (%)
- =============== ================ ================== ==================
- COMS STUDY:
- ===========
- coms 60125 ( 33.90) 667 ( 37.16) 352682 ( 39.63) 894559 ( 66.78)
- comsaddr 5944 ( 3.35) 26 ( 1.45) 6950 ( 0.78) 5728 ( 0.43)
- comsprc 271 ( 0.15) 5 ( 0.28) 1452 ( 0.16) 996 ( 0.07)
- syscoms 68944 ( 38.87) 632 ( 35.21) 349747 ( 39.30) 221155 ( 16.51)
- acd 8392 ( 4.73) 144 ( 8.02) 54381 ( 6.11) 49774 ( 3.72)
- bmm 5469 ( 3.08) 95 ( 5.29) 47996 ( 5.39) 114788 ( 8.57)
- bsh 1815 ( 1.02) 22 ( 1.23) 15486 ( 1.74) 7215 ( 0.54)
- dmw 1224 ( 0.69) 13 ( 0.72) 6812 ( 0.77) 4873 ( 0.36)
- jam 0 ( 0.00) 0 ( 0.00) 0 ( 0.00) 0 ( 0.00)
- lak 48 ( 0.03) 0 ( 0.00) 87 ( 0.01) 20 ( 0.00)
- lcs 0 ( 0.00) 0 ( 0.00) 0 ( 0.00) 0 ( 0.00)
- mdw 2321 ( 1.31) 17 ( 0.95) 6408 ( 0.72) 3956 ( 0.30)
- pbc 22092 ( 12.46) 165 ( 9.19) 43131 ( 4.85) 33040 ( 2.47)
- ryc 720 ( 0.41) 9 ( 0.50) 4759 ( 0.53) 3513 ( 0.26)
- wsj 0 ( 0.00) 0 ( 0.00) 0 ( 0.00) 0 ( 0.00)
- TOTAL, COMS 177365 (100.00) 1795 (100.00) 889891 (100.00) 1339617 (100.00)
-
- MPS STUDY:
- ==========
- sysmps 71455 ( 89.69) 678 ( 84.12) 217953 ( 72.13) 178100 ( 65.02)
- ala 737 ( 0.93) 19 ( 2.36) 9066 ( 3.00) 7676 ( 2.80)
- bls 2286 ( 2.87) 34 ( 4.22) 15670 ( 5.19) 13485 ( 4.92)
- dph 453 ( 0.57) 2 ( 0.25) 1008 ( 0.33) 635 ( 0.23)
- dwb 3326 ( 4.17) 49 ( 6.08) 41098 ( 13.60) 50773 ( 18.54)
- ilg 705 ( 0.88) 9 ( 1.12) 4414 ( 1.46) 3050 ( 1.11)
- mgm 709 ( 0.89) 15 ( 1.86) 12973 ( 4.29) 20207 ( 7.38)
- TOTAL, MPS 79671 (100.00) 806 (100.00) 302182 (100.00) 273926 (100.00)
-
- OTHER STUDIES:
- ==============
- GLT 13 ( 1.87) 0 ( 0.00) 28 ( 2.09) 6 ( 0.23)
- PDM 66 ( 9.51) 0 ( 0.00) 219 ( 16.38) 64 ( 2.50)
- Wilmer Biostat. 615 ( 88.62) 12 (100.00) 1090 ( 81.53) 2489 ( 97.26)
- TOTAL, OTHERS 694 (100.00) 12 (100.00) 1337 (100.00) 2559 (100.00)
-
- (OVERHEAD):
- ===========
- root 61537 ( 24.02) 2055 ( 55.53) 2490649 ( 89.17) 964166 ( 57.34)
- daemon 43643 ( 17.03) 117 ( 3.16) 41751 ( 1.49) 10186 ( 0.61)
- console 1669 ( 0.65) 939 ( 25.37) 4249 ( 0.15) 578547 ( 34.41)
- pubsrc 14650 ( 5.72) 117 ( 3.16) 82028 ( 2.94) 48435 ( 2.88)
- demo 10 ( 0.00) 0 ( 0.00) 17 ( 0.00) 14 ( 0.00)
- dave 5715 ( 2.23) 27 ( 0.73) 2286 ( 0.08) 3991 ( 0.24)
- ed 61 ( 0.02) 0 ( 0.00) 150 ( 0.01) 62 ( 0.00)
- jean 85 ( 0.03) 1 ( 0.03) 274 ( 0.01) 132 ( 0.01)
- jsr 28 ( 0.01) 0 ( 0.00) 164 ( 0.01) 24 ( 0.00)
- marv 1889 ( 0.74) 12 ( 0.32) 9195 ( 0.33) 3475 ( 0.21)
- mjr 20 ( 0.01) 0 ( 0.00) 34 ( 0.00) 7 ( 0.00)
- paul 810 ( 0.32) 5 ( 0.14) 6194 ( 0.22) 1365 ( 0.08)
- uucp 2785 ( 1.09) 67 ( 1.81) 42792 ( 1.53) 14755 ( 0.88)
- steve 123174 ( 48.07) 359 ( 9.70) 111171 ( 3.98) 55593 ( 3.31)
- sws 144 ( 0.06) 2 ( 0.05) 2290 ( 0.08) 737 ( 0.04)
- TOTAL, OVERHEAD 256220 (100.00) 3701 (100.00) 2793244 (100.00) 1681489 (100.00)
-
-
-
- @shade-on
- GROUP SUMMARY:
- ==============
- COMS 177365 ( 34.40) 1795 ( 28.39) 889891 ( 22.29) 1339617 ( 40.59)
- MPS 79671 ( 15.45) 806 ( 12.75) 302182 ( 7.57) 273926 ( 8.30)
- GLT 13 ( 0.00) 0 ( 0.00) 28 ( 0.00) 6 ( 0.00)
- PDM 66 ( 0.01) 0 ( 0.00) 219 ( 0.01) 64 ( 0.00)
- WBC 946 ( 0.18) 14 ( 0.22) 2514 ( 0.06) 3292 ( 0.10)
- (Overhead) 257564 ( 49.95) 3707 ( 58.64) 2797269 ( 70.07) 1683097 ( 51.00)
-
- TOTAL 515625 (100.00) 6322 (100.00) 3992103 (100.00) 3300002 (100.00)
- @shade-off
-
-
- The accounting information is obtained by running the command "sa -m" weekly. For more information
- on how and what is being measured, see the Unix Users Guide entry for sa(1). This file is:
-
- Nicetab - 8 nicetab 9
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/table10
-
- Districts Ranked by Recruitment Performance
-
- Through 06-30-89
-
-
-
- --- Group A ---- ---- Group B ---- Weighted
- District Goal # Rand. % Goal Goal # Rand. % Goal % of Goal+
- ------------------------- ----------------------- ----------------------- ---------
- @shadeblocks-on
- 07 - Chicago I 19.3 22 113.8 9.7 24 >100.0 109.7
- 04,30,32 - Balto.,SF,Pitt. 23.3 25 107.1 12.7 28 >100.0 105.0
- 19 - Miami 16.7 17 102.0 8.3 12 >100.0 101.4
- 24 - Rochester 20.0 18 90.0 10.0 15 >100.0 92.9
- 28 - Buffalo 20.3 17 83.6 9.7 32 >100.0 88.4
- 21 - Cincinatti 18.7 16 85.7 9.3 5 53.6 76.3
- 12 - Raleigh 16.0 10 62.5 9.0 9 100.0 73.5
- 02,03 - Atlanta 24.8 18 72.5 13.4 8 59.6 68.7
- 11 - Fort Worth 18.0 10 55.6 9.0 15 >100.0 68.6
- 01 - Madison 20.0 10 50.0 10.0 11 >100.0 64.7
- 25 - Boston 20.7 10 48.4 9.3 13 >100.0 63.6
- 14 - Chicago II 17.7 8 45.3 12.3 14 >100.0 61.4
- 13 - New York I 16.0 9 56.2 8.0 5 62.5 58.1
- 17,20 - Lehigh 23.8 8 33.6 13.4 18 >100.0 53.1
- 22,23 - Philadelphia 21.8 7 32.1 10.9 11 >100.0 52.0
- 15 - New York II 18.0 5 27.8 10.0 10 100.0 49.0
- 18 - Seattle 18.0 4 22.2 9.0 12 >100.0 45.1
- 05,09 - Cleveland 18.5 4 21.6 9.3 9 97.3 43.9
- 27,31 - Oklahoma City 18.7 4 21.4 9.3 9 96.4 43.5
- 16,29 - Portland 21.3 7 32.8 10.7 7 65.6 42.5
- 06 - Northern New Jersey 16.0 4 25.0 9.0 6 66.7 37.3
- 10 - Indianapolis 19.3 2 10.3 9.7 12 >100.0 36.7
- 08 - Chicago III 18.7 3 16.1 9.3 7 75.0 33.4
- 26 - Washington, D.C. 16.3 4 24.5 7.7 3 39.1 28.8
- TOTAL 462.0 242 52.4 239.0 295 >100.0 66.4
- @shadeblocks-off
- --------------------------------------------------------------------------------------------------
-
- * Parent and affiliate center(s) combined for determining weighted goals.
-
- + Weighted % of goal = ( 2.4 x % of medium tumor goal + % of large tumor goal ) divided by 3.4
- If larger than 100%, % of large tumor goal is truncated to 100% for this calculation.
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/table16
- 95%
- TIME CUMULATIVE CONFIDENCE
- (Mos.) DEATHS AT RISK DEATH RATE INTERVAL
- ======================================================
- 0 0 297 0.00 (0.00,0.00)
- 1 0 287 0.00 (0.00,0.00)
- 2 0 274 0.00 (0.00,0.00)
- 3 1 266 0.00 (0.00,0.03)
- 4 0 248 0.00 (0.00,0.03)
- 5 2 239 0.01 (0.00,0.04)
- 6 0 224 0.01 (0.00,0.04)
- 7 2 219 0.02 (0.01,0.05)
- 8 1 210 0.03 (0.01,0.06)
- 9 0 198 0.03 (0.01,0.06)
- 10 1 185 0.03 (0.01,0.06)
- 11 2 174 0.04 (0.02,0.08)
- 12 0 165 0.04 (0.02,0.08)
- 13 0 157 0.04 (0.02,0.08)
- 14 2 152 0.05 (0.03,0.10)
- 15 1 128 0.06 (0.04,0.11)
- 16 0 112 0.06 (0.04,0.11)
- 17 1 104 0.07 (0.04,0.12)
- 18 1 90 0.08 (0.05,0.14)
- 19 1 78 0.09 (0.06,0.16)
- 20 1 66 0.11 (0.06,0.18)
- 21 1 60 0.12 (0.07,0.20)
- 22 0 46 0.12 (0.07,0.20)
- 23 0 34 0.12 (0.07,0.20)
- 24 0 27 0.12 (0.07,0.20)
- 25 0 20 0.12 (0.07,0.20)
- 26 0 17 0.12 (0.07,0.20)
- 27 0 12 0.12 (0.07,0.20)
- 28 0 8 0.12 (0.07,0.20)
- 29 0 2 0.12 (0.07,0.20)
- 30 0 1 0.12 (0.07,0.20)
- 31 0 1 0.12 (0.07,0.20)
- ======================================================
- Total 17
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/testpt.g
- Proc Page:
- Title: Point test
-
- Proc Point:
- Position: 5 5
-
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/touble.g
- Proc Page:
- Paperway: portrait
- Title: tes
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/trouble.g
- Proc Page:
- Paperway: portrait
- Title: hello worl
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/vbargraph1.g
- Proc Page:
- Title: Vertical Bargraph examples
-
- Proc Getdata:
- Data:
- 01 0 1 0 6 10 1 11 10 2 -41
- 02 3 5 0 2 6 2 3 11 3 35
- 03 1 3.4 0 1 2 0 5 7 1 20
- 04 2 4.8 3 11 24 9 20 11 29 -13
- 05 0 3.3 1 1 4 0 8 3 2 -22
- 06 2 2 0 2 7 1 6 4 4 -28
- 07 1 3 0 1 6 1 24 22 3 31
- 08 3 0.8 0 0 2 0 7 3 0 -15
- 09 3 2.2 0 2 5 0 1 1 2 16
- 10 4 8 1 6 10 1 12 2 4 48
-
- Proc Areadef:
- Area: 4nw
- Subtitle: Fig. 1
- Single format, segmented:
- Subtitle.above: 0.3
- Xmax: 40
- Xinc: 10
- # The following parameter makes the first stub move over one position
- Ystart.0or1: 1
- # Xmax must be set to at least one greater than the number of data rows
- Ymax: 11
- # Use the 1st data field for X stubs
- Yinc: 1
- Ystub: Model 30
- Model 40
- Model 50
- Model 55
- Model 110
- Model 112
- Model 120
- Model 220
- Model 330
- Model 440
- Saveas: A
-
- Proc Vbargraph:
- Format: single
- Field: 8
- Shade: 0.8
- Outlinebars: n
-
-
- Proc Areadef:
- Clone: A
- Area: 4ne
- Subtitle: Fig. 2
- Stack format
- Xmax: 100
-
- Proc Vbargraph:
- Format: stack
- Field: 6 8 9
- Shade: .5 .8 1
-
- Proc Areadef:
- Clone: A
- Area.rectangle: 1.0 0.5 3.5 5
- Subtitle: Fig. 3
- Cluster format
-
- Proc Vbargraph:
- Format: cluster
- Field: 6 8 9
- Shade: .5 .8 1
-
- Proc Areadef:
- Clone: A
- Area.rectangle: 4.5 0.5 7.5 5
- Subtitle: Fig. 4
- Adjustable "Zero" line
- Xmax: 50
- Xmin: -50
- Xinc: 10
-
- Proc Vbargraph:
- Format: single
- Field: 11
- Shade: .5 .8 1
- Idfield: 11
- Zeroat: 0
-
- Proc Draw:
- Points: 0 0 0 11
- System: data
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/vector1.g
- Proc Page:
- Title: Vector example
-
- Proc Areadef:
- Area: square
- Xmax: 100
- Ymax: 100
- Xinc: 10
- Yinc: 10
-
- Proc Getdata:
- Data:
- 26.037 17.708 16.667 22.917
- 38.463 17.708 26.037 29.792
- 55.574 23.750 40.093 24.167
- 69.426 12.917 41.315 18.125
- 90.204 5.417 49.463 12.500
- 15.241 33.542 9.944 58.958
- 28.481 10.417 21.556 16.875
- 73.907 5.833 64.130 8.333
- 8.111 70.417 6.481 77.292
- 10.963 70.833 8.926 87.083
- 36.630 45.625 32.148 60.833
-
-
- Proc Vector:
- Point1fields: 1 2
- Point2fields: 3 4
- Headlength: 0.2
- Headwidth: 0.25
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/vrangebar1.g
- Proc Page:
- Title: Vrangebar examples
-
- Proc Getdata:
- Data: 225 33 44 55 66 77 2.3 R01
- 220 35 40 50 60 66 3 R02
- 220 38 44 52 64 70 4.5 R03
- 218 42 50 50 55 59 5 R04
- 220 38 44 52 64 70 5.5 R05
- 225 33 44 55 66 77 6.3 R06
-
- Proc Areadef:
- Subtitle: Figure 1: Tukey plots
- Area: 4nw
- Ymin: 0
- Ymax: 7
- Xmin: 0
- Xmax: 100
- Xinc: 10
- Ystart.0or1: 1
- Ystub: Northeast
- Northwest
- Central
- Southeast
- Southwest
- West
- Ystub.size: 6
- Xstub.grid: line
- Saveas: A
-
- Proc Vrangebar:
- Nval: 5
- Field: 2 3 4 5 6
- Idfield: 1
- Label.position: 10
-
- Proc Areadef:
- Subtitle: Figure 2:
- Clone: A
- Area: 4ne
-
- Proc Vrangebar:
- Nval: 4
- Field: 2 3 4 5
- Ends: n
- Shade: 0.9
-
- Proc Areadef:
- Subtitle: Figure 3:
- Clone: A
- Area: 4sw
-
- Proc Vrangebar:
- Nval: 3
- Field: 2 4 6
- Midlineright: y
- Midlinewidth: 0.7
- Shade: 0
-
- Proc Areadef:
- Subtitle: Figure 4:
- Clone: A
- Xstub.grid: line
- Area: 4se
-
- Proc Getdata:
- Data: 1 0 30 30 80 80 100
- 2 0 22 40 54 54 80
- 3 13 40 40 90 90 100
- 4 0 50 50 100 0 0
- 5 0 70 70 100 0 0
- 6 0 29 29 46 46 80
-
- Proc Vrangebar:
- Nval: 2
- Field: 2 3
- Yfield: 1
- Shade: 0.5
-
- Proc Vrangebar:
- Nval: 2
- Field: 4 5
- Yfield: 1
- Shade: 0.9
-
- Proc Vrangebar:
- Nval: 2
- Field: 6 7
- Yfield: 1
- Shade: 0.7
-
- SHAR_EOF
- ############################
-
- cat << \SHAR_EOF > examples/yymm.g
- Proc Page:
- Title: YYMM scaling discipline test
-
- Proc Areadef:
- Area: standard
- Xmin: 8611
- Xmax: 9008
- Xinc: 1
- Xstub: month
- Xscaletype: yymm
- Ymax: 20
- Ymin: 0
- Yinc: 2
- SHAR_EOF
- ############################
-
-
-