home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / IPL / PART14.Z / PART14
Encoding:
Text File  |  1998-07-24  |  29.7 KB  |  1,670 lines

  1. Subject:  v21i045:  2D graphic system with table beautifier, Part14/14
  2. Newsgroups: comp.sources.unix
  3. Approved: rsalz@uunet.UU.NET
  4. X-Checksum-Snefru: 86f356c9 abe9c46c fe2a3426 8749823e
  5.  
  6. Submitted-by: Steve Grubb <uunet!lsr-vax!scg>
  7. Posting-number: Volume 21, Issue 45
  8. Archive-name: ipl/part14
  9.  
  10. # ipl part14
  11. #    This is a shell archive.
  12. #    Remove everything above and including the cut line.
  13. #    Then run the rest of the file through sh.
  14. #---------------------- cut here -----------------------------
  15. #!/bin/sh
  16. # shar:    Shell Archiver
  17. #    Run the following text with /bin/sh to create:
  18. #        examples/pie1.g
  19. #        examples/point1.g
  20. #        examples/points.ipl
  21. #        examples/rangebar1.g
  22. #        examples/rangebar2.g
  23. #        examples/report.3Q89
  24. #        examples/table10
  25. #        examples/table16
  26. #        examples/testpt.g
  27. #        examples/touble.g
  28. #        examples/trouble.g
  29. #        examples/vbargraph1.g
  30. #        examples/vector1.g
  31. #        examples/vrangebar1.g
  32. #        examples/yymm.g
  33. cat << \SHAR_EOF > examples/pie1.g
  34. Proc Page:
  35. Title: Pie graph example
  36.  
  37. Proc Getdata:
  38. Data:   10
  39.     15
  40.     15
  41.     10
  42.     20
  43.     13
  44.     17
  45.  
  46. Proc Pie:
  47. Field: 1
  48. Shade: .98 .95 .9 .8 .7 .6 .5
  49. Linethick: 2
  50. Explode: 0.3
  51. Rotate: 90
  52.  
  53. Proc Text:
  54. Embeddedcoords: y
  55. Text:
  56. 5.268     8.812     Asia
  57. 2.286     8.850     Europe
  58. 0.342     7.925     Australia
  59. 0.367     3.150     United States
  60. 2.004     2.200     Canada
  61. 5.414     2.300     Middle East
  62. 7.223     6.650     Unknown
  63. SHAR_EOF
  64. ############################
  65.  
  66. cat << \SHAR_EOF > examples/point1.g
  67. Proc Getdata:
  68. Data:    7 9
  69.     12 10
  70.     3 8
  71.     31 29
  72.     25 25
  73.     23 24
  74.     26 24
  75.     25 27
  76.     10 8
  77.     12 11
  78.     12 13
  79.     14 12
  80.     34 30
  81.     34 36
  82.  
  83. Proc Page:
  84. Title: === IPL Data Points ===
  85. Title.belowtop: 0.2
  86.  
  87. Proc Areadef:
  88. Area.rectangle:    0.5 8.5 2 10
  89. Subtitle: sym1a
  90. Xmax: 40
  91. Xinc: 40
  92. Ymax: 40
  93. Yinc: 40
  94. Saveas: A
  95.  
  96. Proc Distribution:
  97. Xfield:    1
  98. Yfield: 2
  99. Cluster: n
  100. Mark: sym1a
  101. Saveas: B
  102.  
  103. Proc Areadef:
  104. Clone: A
  105. Subtitle: sym2a
  106. Area.rectangle: 3 8.5 4.5 10
  107.  
  108. Proc Distribution:
  109. Clone: B
  110. Mark: sym2a
  111.  
  112. Proc Areadef:
  113. Clone: A
  114. Subtitle: sym3a
  115. Area.rectangle: 5.5 8.5 7 10
  116.  
  117. Proc Distribution:
  118. Clone: B
  119. Mark: sym3a
  120.  
  121.  
  122.  
  123. Proc Areadef:
  124. Clone: A
  125. Subtitle: sym4a
  126. Area.rectangle: 0.5 6.5 2 8
  127.  
  128. Proc Distribution:
  129. Clone: B
  130. Mark: sym4a
  131.  
  132. Proc Areadef:
  133. Clone: A
  134. Subtitle: sym5a
  135. Area.rectangle: 3 6.5 4.5 8
  136.  
  137. Proc Distribution:
  138. Clone: B
  139. Mark: sym5a
  140.  
  141. Proc Areadef:
  142. Clone: A
  143. Subtitle: sym6a
  144. Area.rectangle: 5.5 6.5 7 8
  145.  
  146. Proc Distribution:
  147. Clone: B
  148. Mark: sym6a
  149.  
  150.  
  151.  
  152.  
  153. Proc Areadef:
  154. Clone: A
  155. Subtitle: sym1b
  156. Area.rectangle: 0.5 4.5 2 6
  157.  
  158. Proc Distribution:
  159. Clone: B
  160. Mark: sym1b
  161.  
  162. Proc Areadef:
  163. Clone: A
  164. Subtitle: sym1c
  165. Area.rectangle: 3 4.5 4.5 6
  166.  
  167. Proc Distribution:
  168. Clone: B
  169. Mark: sym1c
  170.  
  171. Proc Areadef:
  172. Clone: A
  173. Subtitle: sym1d
  174. Area.rectangle: 5.5 4.5 7 6
  175.  
  176. Proc Distribution:
  177. Clone: B
  178. Mark: sym1d
  179.  
  180.  
  181.  
  182. Proc Areadef:
  183. Clone: A
  184. Subtitle: sym1e
  185. Area.rectangle: 0.5 2.5 2 4
  186.  
  187. Proc Distribution:
  188. Clone: B
  189. Mark: sym1e
  190.  
  191. Proc Areadef:
  192. Clone: A
  193. Subtitle: sym1f
  194. Area.rectangle: 3 2.5 4.5 4
  195.  
  196. Proc Distribution:
  197. Clone: B
  198. Mark: sym1f
  199.  
  200. Proc Areadef:
  201. Clone: A
  202. Subtitle: sym1g
  203. Area.rectangle: 5.5 2.5 7 4
  204.  
  205. Proc Distribution:
  206. Clone: B
  207. Mark: sym1g
  208.  
  209.  
  210.  
  211. Proc Areadef:
  212. Clone: A
  213. Subtitle: sym1h
  214. Area.rectangle: 0.5 0.5 2 2
  215.  
  216. Proc Distribution:
  217. Clone: B
  218. Mark: sym1h
  219.  
  220. Proc Areadef:
  221. Clone: A
  222. Subtitle: sym1i
  223. Area.rectangle: 3 0.5 4.5 2
  224.  
  225. Proc Distribution:
  226. Clone: B
  227. Mark: sym1i
  228.  
  229. Proc Areadef:
  230. Clone: A
  231. Subtitle: sym1j
  232. Area.rectangle: 5.5 0.5 7 2
  233.  
  234. Proc Distribution:
  235. Clone: B
  236. Mark: sym1j
  237.  
  238. Proc Pagebreak:
  239.  
  240. Proc Page:
  241. Title: === IPL Data Points, continued ===
  242. Title.belowtop: 0.2
  243.  
  244. Proc Areadef:
  245. Clone: A
  246. Area.rectangle:    0.5 8.5 2 10
  247. Subtitle: sym1k
  248.  
  249. Proc Distribution:
  250. Clone: B
  251. Mark: sym1k
  252.  
  253. Proc Areadef:
  254. Clone: A
  255. Subtitle: sym1l
  256. Area.rectangle: 3 8.5 4.5 10
  257.  
  258. Proc Distribution:
  259. Clone: B
  260. Mark: sym1l
  261.  
  262. Proc Areadef:
  263. Clone: A
  264. Subtitle: sym1m
  265. Area.rectangle: 5.5 8.5 7 10
  266.  
  267. Proc Distribution:
  268. Clone: B
  269. Mark: sym1m
  270.  
  271.  
  272.  
  273. Proc Areadef:
  274. Clone: A
  275. Subtitle: sym1n
  276. Area.rectangle: 0.5 6.5 2 8
  277.  
  278. Proc Distribution:
  279. Clone: B
  280. Mark: sym1n
  281.  
  282. Proc Areadef:
  283. Clone: A
  284. Subtitle: sym1o
  285. Area.rectangle: 3 6.5 4.5 8
  286.  
  287. Proc Distribution:
  288. Clone: B
  289. Mark: sym1o
  290.  
  291. Proc Areadef:
  292. Clone: A
  293. Subtitle: sym1p
  294. Area.rectangle: 5.5 6.5 7 8
  295.  
  296. Proc Distribution:
  297. Clone: B
  298. Mark: sym1p
  299.  
  300.  
  301.  
  302.  
  303. Proc Areadef:
  304. Clone: A
  305. Subtitle: sym1q
  306. Area.rectangle: 0.5 4.5 2 6
  307.  
  308. Proc Distribution:
  309. Clone: B
  310. Mark: sym1q
  311.  
  312. Proc Areadef:
  313. Clone: A
  314. Subtitle: sym1r
  315. Area.rectangle: 3 4.5 4.5 6
  316.  
  317. Proc Distribution:
  318. Clone: B
  319. Mark: sym1r
  320.  
  321. Proc Areadef:
  322. Clone: A
  323. Subtitle: sym4p
  324. Area.rectangle: 5.5 4.5 7 6
  325.  
  326. Proc Distribution:
  327. Clone: B
  328. Mark: sym4p
  329.  
  330.  
  331.  
  332. Proc Areadef:
  333. Clone: A
  334. Subtitle: sym4q
  335. Area.rectangle: 0.5 2.5 2 4
  336.  
  337. Proc Distribution:
  338. Clone: B
  339. Mark: sym4q
  340.  
  341. Proc Areadef:
  342. Clone: A
  343. Subtitle: sym2o
  344. Area.rectangle: 3 2.5 4.5 4
  345.  
  346. Proc Distribution:
  347. Clone: B
  348. Mark: sym2o
  349.  
  350. Proc Areadef:
  351. Clone: A
  352. Subtitle: sym3o
  353. Area.rectangle: 5.5 2.5 7 4
  354.  
  355. Proc Distribution:
  356. Clone: B
  357. Mark: sym3o
  358.  
  359.  
  360.  
  361. Proc Areadef:
  362. Clone: A
  363. Subtitle: sym4o
  364. Area.rectangle: 0.5 0.5 2 2
  365.  
  366. Proc Distribution:
  367. Clone: B
  368. Mark: sym4o
  369.  
  370. Proc Areadef:
  371. Clone: A
  372. Subtitle: sym5o
  373. Area.rectangle: 3 0.5 4.5 2
  374.  
  375. Proc Distribution:
  376. Clone: B
  377. Mark: sym5o
  378.  
  379. Proc Areadef:
  380. Clone: A
  381. Subtitle: sym6o
  382. Area.rectangle: 5.5 0.5 7 2
  383.  
  384. Proc Distribution:
  385. Clone: B
  386. Mark: sym6o
  387.  
  388.  
  389. SHAR_EOF
  390. ############################
  391.  
  392. cat << \SHAR_EOF > examples/points.ipl
  393. Proc    Page:
  394. Title:    IPL Symbols for Legends and Plots
  395.  
  396. Proc Text:
  397. Position:    1.75 9.25
  398. Text:    sym1_
  399.  
  400. Proc Text:
  401. Position:    2.75 9.25
  402. Text:    sym2_
  403.  
  404. Proc Text:
  405. Position:    3.75 9.25
  406. Text:    sym3_
  407.  
  408. Proc Text:
  409. Position:    4.75 9.25
  410. Text:    sym4_
  411.  
  412. Proc Text:
  413. Position:    5.75 9.25
  414. Text:    sym5_
  415.  
  416. Proc Text:
  417. Position:    6.75 9.25
  418. Text:    sym6_
  419.  
  420. Proc Text:
  421. Position:    1 9
  422. Text:    sym_a
  423.  
  424. Proc Text:
  425. Position:    1 8.5
  426. Text:    sym_b
  427.  
  428. Proc Text:
  429. Position:    1 8
  430. Text:    sym_c
  431.  
  432. Proc Text:
  433. Position:    1 7.5
  434. Text:    sym_d
  435.  
  436. Proc Text:
  437. Position:    1 7
  438. Text:    sym_e
  439.  
  440. Proc Text:
  441. Position:    1 6.5
  442. Text:    sym_f
  443.  
  444. Proc Text:
  445. Position:    1 6
  446. Text:    sym_g
  447.  
  448. Proc Text:
  449. Position:    1 5.5
  450. Text:    sym_h
  451.  
  452. Proc Text:
  453. Position:    1 5
  454. Text:    sym_i
  455.  
  456. Proc Text:
  457. Position:    1 4.5
  458. Text:    sym_j
  459.  
  460. Proc Text:
  461. Position:    1 4
  462. Text:    sym_k
  463.  
  464. Proc Text:
  465. Position:    1 3.5
  466. Text:    sym_l
  467.  
  468. Proc Text:
  469. Position:    1 3
  470. Text:    sym_m
  471.  
  472. Proc Text:
  473. Position:    1 2.5
  474. Text:    sym_n
  475.  
  476. Proc Text:
  477. Position:    1 2
  478. Text:    sym_o
  479.  
  480. Proc Text:
  481. Position:    1 1.5
  482. Text:    sym_p
  483.  
  484. Proc Text:
  485. Position:    1 1
  486. Text:    sym_q
  487.  
  488. Proc Text:
  489. Position:    1 0.5
  490. Text:    sym_r
  491.  
  492. Proc Point:
  493. Mark:        sym1a
  494. Size:    8
  495. Position:    2 9
  496.  
  497. Proc Point:
  498. Mark:        sym2a
  499. Size:    8
  500. Position:    3 9
  501.  
  502. Proc Point:
  503. Mark:        sym3a
  504. Size:    8
  505. Position:    4 9
  506.  
  507. Proc Point:
  508. Mark:        sym4a
  509. Size:    8
  510. Position:    5 9
  511.  
  512. Proc Point:
  513. Mark:        sym5a
  514. Size:    8
  515. Position:    6 9
  516.  
  517. Proc Point:
  518. Mark:        sym6a
  519. Size:    8
  520. Position:    7 9
  521.  
  522. Proc Point:
  523. Mark:        sym1b
  524. Size:    8
  525. Position:    2 8.5
  526.  
  527. Proc Point:
  528. Mark:        sym2b
  529. Size:    8
  530. Position:    3 8.5
  531.  
  532. Proc Point:
  533. Mark:        sym3b
  534. Size:    8
  535. Position:    4 8.5
  536.  
  537. Proc Point:
  538. Mark:        sym4b
  539. Size:    8
  540. Position:    5 8.5
  541.  
  542. Proc Point:
  543. Mark:        sym5b
  544. Size:    8
  545. Position:    6 8.5
  546.  
  547. Proc Point:
  548. Mark:        sym6b
  549. Size:    8
  550. Position:    7 8.5
  551.  
  552. Proc Point:
  553. Mark:        sym1c
  554. Size:    8
  555. Position:    2 8
  556.  
  557. Proc Point:
  558. Mark:        sym2c
  559. Size:    8
  560. Position:    3 8
  561.  
  562. Proc Point:
  563. Mark:        sym3c
  564. Size:    8
  565. Position:    4 8
  566.  
  567. Proc Point:
  568. Mark:        sym4c
  569. Size:    8
  570. Position:    5 8
  571.  
  572. Proc Point:
  573. Mark:        sym5c
  574. Size:    8
  575. Position:    6 8
  576.  
  577. Proc Point:
  578. Mark:        sym6c
  579. Size:    8
  580. Position:    7 8
  581.  
  582. Proc Point:
  583. Mark:        sym1d
  584. Size:    8
  585. Position:    2 7.5
  586.  
  587. Proc Point:
  588. Mark:        sym2d
  589. Size:    8
  590. Position:    3 7.5
  591.  
  592. Proc Point:
  593. Mark:        sym3d
  594. Size:    8
  595. Position:    4 7.5
  596.  
  597. Proc Point:
  598. Mark:        sym4d
  599. Size:    8
  600. Position:    5 7.5
  601.  
  602. Proc Point:
  603. Mark:        sym5d
  604. Size:    8
  605. Position:    6 7.5
  606.  
  607. Proc Point:
  608. Mark:        sym6d
  609. Size:    8
  610. Position:    7 7.5
  611.  
  612. Proc Point:
  613. Mark:        sym1e
  614. Size:    8
  615. Position:    2 7
  616.  
  617. Proc Point:
  618. Mark:        sym2e
  619. Size:    8
  620. Position:    3 7
  621.  
  622. Proc Point:
  623. Mark:        sym3e
  624. Size:    8
  625. Position:    4 7
  626.  
  627. Proc Point:
  628. Mark:        sym4e
  629. Size:    8
  630. Position:    5 7
  631.  
  632. Proc Point:
  633. Mark:        sym5e
  634. Size:    8
  635. Position:    6 7
  636.  
  637. Proc Point:
  638. Mark:        sym6e
  639. Size:    8
  640. Position:    7 7
  641.  
  642. Proc Point:
  643. Mark:        sym1f
  644. Size:    8
  645. Position:    2 6.5
  646.  
  647. Proc Point:
  648. Mark:        sym2f
  649. Size:    8
  650. Position:    3 6.5
  651.  
  652. Proc Point:
  653. Mark:        sym3f
  654. Size:    8
  655. Position:    4 6.5
  656.  
  657. Proc Point:
  658. Mark:        sym4f
  659. Size:    8
  660. Position:    5 6.5
  661.  
  662. Proc Point:
  663. Mark:        sym5f
  664. Size:    8
  665. Position:    6 6.5
  666.  
  667. Proc Point:
  668. Mark:        sym6f
  669. Size:    8
  670. Position:    7 6.5
  671.  
  672. Proc Point:
  673. Mark:        sym1g
  674. Size:    8
  675. Position:    2 6
  676.  
  677. Proc Point:
  678. Mark:        sym2g
  679. Size:    8
  680. Position:    3 6
  681.  
  682. Proc Point:
  683. Mark:        sym3g
  684. Size:    8
  685. Position:    4 6
  686.  
  687. Proc Point:
  688. Mark:        sym4g
  689. Size:    8
  690. Position:    5 6
  691.  
  692. Proc Point:
  693. Mark:        sym5g
  694. Size:    8
  695. Position:    6 6
  696.  
  697. Proc Point:
  698. Mark:        sym6g
  699. Size:    8
  700. Position:    7 6
  701.  
  702. Proc Point:
  703. Mark:        sym1h
  704. Size:    8
  705. Position:    2 5.5
  706.  
  707. Proc Point:
  708. Mark:        sym2h
  709. Size:    8
  710. Position:    3 5.5
  711.  
  712. Proc Point:
  713. Mark:        sym3h
  714. Size:    8
  715. Position:    4 5.5
  716.  
  717. Proc Point:
  718. Mark:        sym4h
  719. Size:    8
  720. Position:    5 5.5
  721.  
  722. Proc Point:
  723. Mark:        sym5h
  724. Size:    8
  725. Position:    6 5.5
  726.  
  727. Proc Point:
  728. Mark:        sym6h
  729. Size:    8
  730. Position:    7 5.5
  731.  
  732. Proc Point:
  733. Mark:        sym1i
  734. Size:    8
  735. Position:    2 5
  736.  
  737. Proc Point:
  738. Mark:        sym2i
  739. Size:    8
  740. Position:    3 5
  741.  
  742. Proc Point:
  743. Mark:        sym3i
  744. Size:    8
  745. Position:    4 5
  746.  
  747. Proc Point:
  748. Mark:        sym4i
  749. Size:    8
  750. Position:    5 5
  751.  
  752. Proc Point:
  753. Mark:        sym5i
  754. Size:    8
  755. Position:    6 5
  756.  
  757. Proc Point:
  758. Mark:        sym6i
  759. Size:    8
  760. Position:    7 5
  761.  
  762. Proc Point:
  763. Mark:        sym1j
  764. Size:    8
  765. Position:    2 4.5
  766.  
  767. Proc Point:
  768. Mark:        sym2j
  769. Size:    8
  770. Position:    3 4.5
  771.  
  772. Proc Point:
  773. Mark:        sym3j
  774. Size:    8
  775. Position:    4 4.5
  776.  
  777. Proc Point:
  778. Mark:        sym4j
  779. Size:    8
  780. Position:    5 4.5
  781.  
  782. Proc Point:
  783. Mark:        sym5j
  784. Size:    8
  785. Position:    6 4.5
  786.  
  787. Proc Point:
  788. Mark:        sym6j
  789. Size:    8
  790. Position:    7 4.5
  791.  
  792. Proc Point:
  793. Mark:        sym1k
  794. Size:    8
  795. Position:    2 4
  796.  
  797. Proc Point:
  798. Mark:        sym2k
  799. Size:    8
  800. Position:    3 4
  801.  
  802. Proc Point:
  803. Mark:        sym3k
  804. Size:    8
  805. Position:    4 4
  806.  
  807. Proc Point:
  808. Mark:        sym4k
  809. Size:    8
  810. Position:    5 4
  811.  
  812. Proc Point:
  813. Mark:        sym5k
  814. Size:    8
  815. Position:    6 4
  816.  
  817. Proc Point:
  818. Mark:        sym6k
  819. Size:    8
  820. Position:    7 4
  821.  
  822. Proc Point:
  823. Mark:        sym1l
  824. Size:    8
  825. Position:    2 3.5
  826.  
  827. Proc Point:
  828. Mark:        sym2l
  829. Size:    8
  830. Position:    3 3.5
  831.  
  832. Proc Point:
  833. Mark:        sym3l
  834. Size:    8
  835. Position:    4 3.5
  836.  
  837. Proc Point:
  838. Mark:        sym4l
  839. Size:    8
  840. Position:    5 3.5
  841.  
  842. Proc Point:
  843. Mark:        sym5l
  844. Size:    8
  845. Position:    6 3.5
  846.  
  847. Proc Point:
  848. Mark:        sym6l
  849. Size:    8
  850. Position:    7 3.5
  851.  
  852. Proc Point:
  853. Mark:        sym1m
  854. Size:    8
  855. Position:    2 3
  856.  
  857. Proc Point:
  858. Mark:        sym2m
  859. Size:    8
  860. Position:    3 3
  861.  
  862. Proc Point:
  863. Mark:        sym3m
  864. Size:    8
  865. Position:    4 3
  866.  
  867. Proc Point:
  868. Mark:        sym4m
  869. Size:    8
  870. Position:    5 3
  871.  
  872. Proc Point:
  873. Mark:        sym5m
  874. Size:    8
  875. Position:    6 3
  876.  
  877. Proc Point:
  878. Mark:        sym6m
  879. Size:    8
  880. Position:    7 3
  881.  
  882. Proc Point:
  883. Mark:        sym1n
  884. Size:    8
  885. Position:    2 2.5
  886.  
  887. Proc Point:
  888. Mark:        sym2n
  889. Size:    8
  890. Position:    3 2.5
  891.  
  892. Proc Point:
  893. Mark:        sym3n
  894. Size:    8
  895. Position:    4 2.5
  896.  
  897. Proc Point:
  898. Mark:        sym4n
  899. Size:    8
  900. Position:    5 2.5
  901.  
  902. Proc Point:
  903. Mark:        sym5n
  904. Size:    8
  905. Position:    6 2.5
  906.  
  907. Proc Point:
  908. Mark:        sym6n
  909. Size:    8
  910. Position:    7 2.5
  911.  
  912. Proc Point:
  913. Mark:        sym1o
  914. Size:    8
  915. Position:    2 2
  916.  
  917. Proc Point:
  918. Mark:        sym2o
  919. Size:    8
  920. Position:    3 2
  921.  
  922. Proc Point:
  923. Mark:        sym3o
  924. Size:    8
  925. Position:    4 2
  926.  
  927. Proc Point:
  928. Mark:        sym4o
  929. Size:    8
  930. Position:    5 2
  931.  
  932. Proc Point:
  933. Mark:        sym5o
  934. Size:    8
  935. Position:    6 2
  936.  
  937. Proc Point:
  938. Mark:        sym6o
  939. Size:    8
  940. Position:    7 2
  941.  
  942. Proc Point:
  943. Mark:        sym1p
  944. Size:    8
  945. Position:    2 1.5
  946.  
  947. Proc Point:
  948. Mark:        sym2p
  949. Size:    8
  950. Position:    3 1.5
  951.  
  952. Proc Point:
  953. Mark:        sym3p
  954. Size:    8
  955. Position:    4 1.5
  956.  
  957. Proc Point:
  958. Mark:        sym4p
  959. Size:    8
  960. Position:    5 1.5
  961.  
  962. Proc Point:
  963. Mark:        sym5p
  964. Size:    8
  965. Position:    6 1.5
  966.  
  967. Proc Point:
  968. Mark:        sym6p
  969. Size:    8
  970. Position:    7 1.5
  971.  
  972. Proc Point:
  973. Mark:        sym1q
  974. Size:    8
  975. Position:    2 1
  976.  
  977. Proc Point:
  978. Mark:        sym2q
  979. Size:    8
  980. Position:    3 1
  981.  
  982. Proc Point:
  983. Mark:        sym3q
  984. Size:    8
  985. Position:    4 1
  986.  
  987. Proc Point:
  988. Mark:        sym4q
  989. Size:    8
  990. Position:    5 1
  991.  
  992. Proc Point:
  993. Mark:        sym5q
  994. Size:    8
  995. Position:    6 1
  996.  
  997. Proc Point:
  998. Mark:        sym6q
  999. Size:    8
  1000. Position:    7 1
  1001.  
  1002. Proc Point:
  1003. Mark:        sym1r
  1004. Size:    8
  1005. Position:    2 0.5
  1006.  
  1007. Proc Point:
  1008. Mark:        sym2r
  1009. Size:    8
  1010. Position:    3 0.5
  1011.  
  1012. Proc Point:
  1013. Mark:        sym3r
  1014. Size:    8
  1015. Position:    4 0.5
  1016.  
  1017. Proc Point:
  1018. Mark:        sym4r
  1019. Size:    8
  1020. Position:    5 0.5
  1021.  
  1022. Proc Point:
  1023. Mark:        sym5r
  1024. Size:    8
  1025. Position:    6 0.5
  1026.  
  1027. Proc Point:
  1028. Mark:        sym6r
  1029. Size:    8
  1030. Position:    7 0.5
  1031. SHAR_EOF
  1032. ############################
  1033.  
  1034. cat << \SHAR_EOF > examples/rangebar1.g
  1035. Proc Page:
  1036. Title:    Rangebar examples
  1037.  
  1038. Proc Getdata:
  1039. Data: 225 33 44 55 66 77 2.3 R01
  1040.       220 35 40 50 60 66 3   R02
  1041.       220 38 44 52 64 70 4.5 R03
  1042.       218 42 50 50 55 59 5   R04
  1043.       220 38 44 52 64 70 5.5 R05
  1044.       225 33 44 55 66 77 6.3 R06
  1045.  
  1046. Proc Areadef:
  1047. Subtitle: Figure 1: Tukey plots 
  1048. Area: 4nw
  1049. Xmin: 0
  1050. Xmax: 7 
  1051. Ymin: 0
  1052. Ymax: 100
  1053. Yinc: 10
  1054. Xstart.0or1: 1
  1055. Xstub: OCT 6
  1056.     OCT 13
  1057.     OCT 20
  1058.     OCT 27
  1059.     NOV 3
  1060.     NOV 10
  1061. Xstub.size: 6
  1062. Ystub.grid: line
  1063. Saveas: A
  1064.  
  1065. Proc Rangebar:
  1066. Nval: 5
  1067. Field: 2 3 4 5 6
  1068. Idfield: 1
  1069. Label.position: 10
  1070.  
  1071. Proc Areadef:
  1072. Subtitle: Figure 2:
  1073. Clone: A
  1074. Area: 4ne
  1075.  
  1076. Proc Rangebar:
  1077. Nval: 4
  1078. Field: 2 3 4 5
  1079. Ends: n
  1080. Shade: 0.9
  1081.  
  1082. Proc Areadef:
  1083. Subtitle: Figure 3:
  1084. Clone: A
  1085. Area: 4sw
  1086.  
  1087. Proc Rangebar:
  1088. Nval: 3
  1089. Field: 2 4 6
  1090. Midlineright: y
  1091. Midlinewidth: 0.7
  1092. Shade: 0
  1093.  
  1094. Proc Areadef:
  1095. Subtitle: Figure 4:
  1096. Clone: A
  1097. Xstub.grid: line
  1098. Area: 4se
  1099.  
  1100. Proc Getdata:
  1101. Data:    1  0 30 30  80 80 100
  1102.     2  0 22 40  54 54  80
  1103.     3 13 40 40  90 90 100
  1104.     4  0 50 50 100  0   0
  1105.     5  0 70 70 100  0   0
  1106.     6  0 29 29  46 46  80 
  1107.       
  1108. Proc Rangebar:
  1109. Nval: 2
  1110. Field: 2 3
  1111. Xfield: 1
  1112. Shade: 0.6
  1113.  
  1114. Proc Rangebar:
  1115. Nval: 2
  1116. Field: 4 5
  1117. Xfield: 1
  1118. Shade: 0.9
  1119.  
  1120. Proc Rangebar:
  1121. Nval: 2
  1122. Field: 6 7
  1123. Xfield: 1
  1124. Shade: 0.5 
  1125.  
  1126. SHAR_EOF
  1127. ############################
  1128.  
  1129. cat << \SHAR_EOF > examples/rangebar2.g
  1130. Proc Page:
  1131. Title:    Rangebar examples
  1132.  
  1133. Proc Getdata:
  1134. Data: 225 33 44 55 66 77 2.3 R01
  1135.       220 35 40 50 60 66 3   R02
  1136.       220 38 44 52 64 70 4.5 R03
  1137.       218 42 50 50 55 59 5   R04
  1138.       220 38 44 52 64 70 5.5 R05
  1139.       225 33 44 55 66 77 6.3 R06
  1140.  
  1141. Proc Areadef:
  1142. Subtitle: Figure 1: Tukey plots 
  1143. Area: 4nw
  1144. Xmin: 0
  1145. Xmax: 7 
  1146. Ymin: 0
  1147. Ymax: 100
  1148. Yinc: 10
  1149. Xstart.0or1: 1
  1150. Xstub: OCT 6
  1151.     OCT 13
  1152.     OCT 20
  1153.     OCT 27
  1154.     NOV 3
  1155.     NOV 10
  1156. Xstub.size: 6
  1157. Ystub.grid: line
  1158. Saveas: A
  1159.  
  1160. Proc Rangebar:
  1161. Nval: 5
  1162. Field: 2 3 4 5 6
  1163. Idfield: 1
  1164. Label.position: 10
  1165.  
  1166. Proc Areadef:
  1167. Subtitle: Figure 2:
  1168. Clone: A
  1169. Area: 4ne
  1170.  
  1171. Proc Rangebar:
  1172. Nval: 4
  1173. Field: 2 3 4 5
  1174. Ends: n
  1175. Shade: 0.9
  1176.  
  1177. Proc Areadef:
  1178. Subtitle: Figure 3:
  1179. Clone: A
  1180. Area: 4sw
  1181.  
  1182. Proc Rangebar:
  1183. Nval: 3
  1184. Field: 2 4 6
  1185. Midlineright: y
  1186. Midlinewidth: 0.7
  1187. Shade: 0
  1188. Idfield: 8
  1189. Label.position: 12
  1190.  
  1191. Proc Areadef:
  1192. Subtitle: Figure 4:
  1193. Clone: A
  1194. Xstub.grid: line
  1195. Area: 4se
  1196.  
  1197. Proc Getdata:
  1198. Data:    1  0 30 30  80 80 100
  1199.     2  0 22 40  54 54  80
  1200.     3 13 40 40  90 90 100
  1201.     4  0 50 50 100  0   0
  1202.     5  0 70 70 100  0   0
  1203.     6  0 29 29  46 46  80 
  1204.       
  1205. Proc Rangebar:
  1206. Nval: 2
  1207. Field: 2 3
  1208. Xfield: 1
  1209. Shade: 0.6
  1210.  
  1211. Proc Rangebar:
  1212. Nval: 2
  1213. Field: 4 5
  1214. Xfield: 1
  1215. Shade: 0.9
  1216.  
  1217. Proc Rangebar:
  1218. Nval: 2
  1219. Field: 6 7
  1220. Xfield: 1
  1221. Shade: 0.5 
  1222.  
  1223. SHAR_EOF
  1224. ############################
  1225.  
  1226. cat << \SHAR_EOF > examples/report.3Q89
  1227.                                     Wilmer Computer Center                                     
  1228.                           System Accounting Summary by User and Group                          
  1229.                        Solbourne 4/600 Computer, 9th Floor, 550 Building                       
  1230.  
  1231.                                  July 1 through Sept 30, 1989                                  
  1232.  
  1233.  
  1234.                      Number of          CPU seconds        Number of I/O        CPU Memory
  1235.                      Processes (%)     User+System  (%)    Operations   (%)    Usage Integral (%)
  1236.                    ===============     ================   ==================   ==================
  1237. COMS STUDY:    
  1238. ===========    
  1239. coms                60125 ( 33.90)         667 ( 37.16)      352682 ( 39.63)      894559 ( 66.78) 
  1240. comsaddr             5944 (  3.35)          26 (  1.45)        6950 (  0.78)        5728 (  0.43) 
  1241. comsprc               271 (  0.15)           5 (  0.28)        1452 (  0.16)         996 (  0.07) 
  1242. syscoms             68944 ( 38.87)         632 ( 35.21)      349747 ( 39.30)      221155 ( 16.51) 
  1243. acd                  8392 (  4.73)         144 (  8.02)       54381 (  6.11)       49774 (  3.72) 
  1244. bmm                  5469 (  3.08)          95 (  5.29)       47996 (  5.39)      114788 (  8.57) 
  1245. bsh                  1815 (  1.02)          22 (  1.23)       15486 (  1.74)        7215 (  0.54) 
  1246. dmw                  1224 (  0.69)          13 (  0.72)        6812 (  0.77)        4873 (  0.36) 
  1247. jam                     0 (  0.00)           0 (  0.00)           0 (  0.00)           0 (  0.00) 
  1248. lak                    48 (  0.03)           0 (  0.00)          87 (  0.01)          20 (  0.00) 
  1249. lcs                     0 (  0.00)           0 (  0.00)           0 (  0.00)           0 (  0.00) 
  1250. mdw                  2321 (  1.31)          17 (  0.95)        6408 (  0.72)        3956 (  0.30) 
  1251. pbc                 22092 ( 12.46)         165 (  9.19)       43131 (  4.85)       33040 (  2.47) 
  1252. ryc                   720 (  0.41)           9 (  0.50)        4759 (  0.53)        3513 (  0.26) 
  1253. wsj                     0 (  0.00)           0 (  0.00)           0 (  0.00)           0 (  0.00) 
  1254. TOTAL, COMS        177365 (100.00)        1795 (100.00)      889891 (100.00)     1339617 (100.00) 
  1255.  
  1256. MPS STUDY:     
  1257. ==========     
  1258. sysmps              71455 ( 89.69)         678 ( 84.12)      217953 ( 72.13)      178100 ( 65.02) 
  1259. ala                   737 (  0.93)          19 (  2.36)        9066 (  3.00)        7676 (  2.80) 
  1260. bls                  2286 (  2.87)          34 (  4.22)       15670 (  5.19)       13485 (  4.92) 
  1261. dph                   453 (  0.57)           2 (  0.25)        1008 (  0.33)         635 (  0.23) 
  1262. dwb                  3326 (  4.17)          49 (  6.08)       41098 ( 13.60)       50773 ( 18.54) 
  1263. ilg                   705 (  0.88)           9 (  1.12)        4414 (  1.46)        3050 (  1.11) 
  1264. mgm                   709 (  0.89)          15 (  1.86)       12973 (  4.29)       20207 (  7.38) 
  1265. TOTAL, MPS          79671 (100.00)         806 (100.00)      302182 (100.00)      273926 (100.00) 
  1266.  
  1267. OTHER STUDIES: 
  1268. ============== 
  1269. GLT                    13 (  1.87)           0 (  0.00)          28 (  2.09)           6 (  0.23) 
  1270. PDM                    66 (  9.51)           0 (  0.00)         219 ( 16.38)          64 (  2.50) 
  1271. Wilmer Biostat.       615 ( 88.62)          12 (100.00)        1090 ( 81.53)        2489 ( 97.26) 
  1272. TOTAL, OTHERS         694 (100.00)          12 (100.00)        1337 (100.00)        2559 (100.00) 
  1273.  
  1274. (OVERHEAD):    
  1275. ===========    
  1276. root                61537 ( 24.02)        2055 ( 55.53)     2490649 ( 89.17)      964166 ( 57.34) 
  1277. daemon              43643 ( 17.03)         117 (  3.16)       41751 (  1.49)       10186 (  0.61) 
  1278. console              1669 (  0.65)         939 ( 25.37)        4249 (  0.15)      578547 ( 34.41) 
  1279. pubsrc              14650 (  5.72)         117 (  3.16)       82028 (  2.94)       48435 (  2.88) 
  1280. demo                   10 (  0.00)           0 (  0.00)          17 (  0.00)          14 (  0.00) 
  1281. dave                 5715 (  2.23)          27 (  0.73)        2286 (  0.08)        3991 (  0.24) 
  1282. ed                     61 (  0.02)           0 (  0.00)         150 (  0.01)          62 (  0.00) 
  1283. jean                   85 (  0.03)           1 (  0.03)         274 (  0.01)         132 (  0.01) 
  1284. jsr                    28 (  0.01)           0 (  0.00)         164 (  0.01)          24 (  0.00) 
  1285. marv                 1889 (  0.74)          12 (  0.32)        9195 (  0.33)        3475 (  0.21) 
  1286. mjr                    20 (  0.01)           0 (  0.00)          34 (  0.00)           7 (  0.00) 
  1287. paul                  810 (  0.32)           5 (  0.14)        6194 (  0.22)        1365 (  0.08) 
  1288. uucp                 2785 (  1.09)          67 (  1.81)       42792 (  1.53)       14755 (  0.88) 
  1289. steve              123174 ( 48.07)         359 (  9.70)      111171 (  3.98)       55593 (  3.31) 
  1290. sws                   144 (  0.06)           2 (  0.05)        2290 (  0.08)         737 (  0.04) 
  1291. TOTAL, OVERHEAD    256220 (100.00)        3701 (100.00)     2793244 (100.00)     1681489 (100.00) 
  1292.  
  1293.  
  1294.  
  1295. @shade-on      
  1296. GROUP SUMMARY: 
  1297. ============== 
  1298. COMS               177365 ( 34.40)        1795 ( 28.39)      889891 ( 22.29)     1339617 ( 40.59) 
  1299. MPS                 79671 ( 15.45)         806 ( 12.75)      302182 (  7.57)      273926 (  8.30) 
  1300. GLT                    13 (  0.00)           0 (  0.00)          28 (  0.00)           6 (  0.00) 
  1301. PDM                    66 (  0.01)           0 (  0.00)         219 (  0.01)          64 (  0.00) 
  1302. WBC                   946 (  0.18)          14 (  0.22)        2514 (  0.06)        3292 (  0.10) 
  1303. (Overhead)         257564 ( 49.95)        3707 ( 58.64)     2797269 ( 70.07)     1683097 ( 51.00) 
  1304.  
  1305. TOTAL              515625 (100.00)        6322 (100.00)     3992103 (100.00)     3300002 (100.00) 
  1306. @shade-off     
  1307.  
  1308.  
  1309. The accounting information is obtained by running the command "sa -m" weekly. For more information 
  1310. on how and what is being measured, see the Unix Users Guide entry for sa(1). This file is:
  1311.  
  1312. Nicetab - 8 nicetab 9
  1313. SHAR_EOF
  1314. ############################
  1315.  
  1316. cat << \SHAR_EOF > examples/table10
  1317.  
  1318.                         Districts Ranked by Recruitment Performance
  1319.  
  1320.                                      Through 06-30-89
  1321.  
  1322.  
  1323.  
  1324.                                    ---   Group  A    ----     ----   Group  B   ----     Weighted
  1325. District                           Goal   # Rand.  % Goal     Goal   # Rand.  % Goal    % of Goal+
  1326. -------------------------          -----------------------    -----------------------   ---------
  1327. @shadeblocks-on
  1328.  07 - Chicago I                    19.3     22     113.8       9.7     24    >100.0       109.7
  1329.  04,30,32 - Balto.,SF,Pitt.        23.3     25     107.1      12.7     28    >100.0       105.0
  1330.  19 - Miami                        16.7     17     102.0       8.3     12    >100.0       101.4
  1331.  24 - Rochester                    20.0     18      90.0      10.0     15    >100.0        92.9
  1332.  28 - Buffalo                      20.3     17      83.6       9.7     32    >100.0        88.4
  1333.  21 - Cincinatti                   18.7     16      85.7       9.3      5      53.6        76.3
  1334.  12 - Raleigh                      16.0     10      62.5       9.0      9     100.0        73.5
  1335.  02,03 - Atlanta                   24.8     18      72.5      13.4      8      59.6        68.7
  1336.  11 - Fort Worth                   18.0     10      55.6       9.0     15    >100.0        68.6
  1337.  01 - Madison                      20.0     10      50.0      10.0     11    >100.0        64.7
  1338.  25 - Boston                       20.7     10      48.4       9.3     13    >100.0        63.6
  1339.  14 - Chicago II                   17.7      8      45.3      12.3     14    >100.0        61.4
  1340.  13 - New York I                   16.0      9      56.2       8.0      5      62.5        58.1
  1341.  17,20 - Lehigh                    23.8      8      33.6      13.4     18    >100.0        53.1
  1342.  22,23 - Philadelphia              21.8      7      32.1      10.9     11    >100.0        52.0
  1343.  15 - New York II                  18.0      5      27.8      10.0     10     100.0        49.0
  1344.  18 - Seattle                      18.0      4      22.2       9.0     12    >100.0        45.1
  1345.  05,09 - Cleveland                 18.5      4      21.6       9.3      9      97.3        43.9
  1346.  27,31 - Oklahoma City             18.7      4      21.4       9.3      9      96.4        43.5
  1347.  16,29 - Portland                  21.3      7      32.8      10.7      7      65.6        42.5
  1348.  06 - Northern New Jersey          16.0      4      25.0       9.0      6      66.7        37.3
  1349.  10 - Indianapolis                 19.3      2      10.3       9.7     12    >100.0        36.7
  1350.  08 - Chicago III                  18.7      3      16.1       9.3      7      75.0        33.4
  1351.  26 - Washington, D.C.             16.3      4      24.5       7.7      3      39.1        28.8
  1352.  TOTAL                            462.0    242      52.4     239.0    295    >100.0        66.4
  1353. @shadeblocks-off
  1354. --------------------------------------------------------------------------------------------------
  1355.  
  1356. * Parent and affiliate center(s) combined for determining weighted goals.
  1357.  
  1358. + Weighted % of goal = ( 2.4 x % of medium tumor goal + % of large tumor goal ) divided by 3.4
  1359.   If larger than 100%, % of large tumor goal is truncated to 100% for this calculation.
  1360. SHAR_EOF
  1361. ############################
  1362.  
  1363. cat << \SHAR_EOF > examples/table16
  1364.                                               95%
  1365.   TIME                      CUMULATIVE     CONFIDENCE
  1366.  (Mos.)  DEATHS  AT RISK    DEATH RATE      INTERVAL
  1367. ======================================================
  1368.    0       0       297         0.00       (0.00,0.00)
  1369.    1       0       287         0.00       (0.00,0.00)
  1370.    2       0       274         0.00       (0.00,0.00)
  1371.    3       1       266         0.00       (0.00,0.03)
  1372.    4       0       248         0.00       (0.00,0.03)
  1373.    5       2       239         0.01       (0.00,0.04)
  1374.    6       0       224         0.01       (0.00,0.04)
  1375.    7       2       219         0.02       (0.01,0.05)
  1376.    8       1       210         0.03       (0.01,0.06)
  1377.    9       0       198         0.03       (0.01,0.06)
  1378.   10       1       185         0.03       (0.01,0.06)
  1379.   11       2       174         0.04       (0.02,0.08)
  1380.   12       0       165         0.04       (0.02,0.08)
  1381.   13       0       157         0.04       (0.02,0.08)
  1382.   14       2       152         0.05       (0.03,0.10)
  1383.   15       1       128         0.06       (0.04,0.11)
  1384.   16       0       112         0.06       (0.04,0.11)
  1385.   17       1       104         0.07       (0.04,0.12)
  1386.   18       1        90         0.08       (0.05,0.14)
  1387.   19       1        78         0.09       (0.06,0.16)
  1388.   20       1        66         0.11       (0.06,0.18)
  1389.   21       1        60         0.12       (0.07,0.20)
  1390.   22       0        46         0.12       (0.07,0.20)
  1391.   23       0        34         0.12       (0.07,0.20)
  1392.   24       0        27         0.12       (0.07,0.20)
  1393.   25       0        20         0.12       (0.07,0.20)
  1394.   26       0        17         0.12       (0.07,0.20)
  1395.   27       0        12         0.12       (0.07,0.20)
  1396.   28       0         8         0.12       (0.07,0.20)
  1397.   29       0         2         0.12       (0.07,0.20)
  1398.   30       0         1         0.12       (0.07,0.20)
  1399.   31       0         1         0.12       (0.07,0.20)
  1400. ======================================================
  1401.  Total    17
  1402. SHAR_EOF
  1403. ############################
  1404.  
  1405. cat << \SHAR_EOF > examples/testpt.g
  1406. Proc Page:
  1407. Title: Point test
  1408.  
  1409. Proc Point:
  1410. Position: 5 5
  1411.  
  1412. SHAR_EOF
  1413. ############################
  1414.  
  1415. cat << \SHAR_EOF > examples/touble.g
  1416. Proc Page:
  1417. Paperway: portrait
  1418. Title: tes                                                                                                                                                                                                                                            
  1419. SHAR_EOF
  1420. ############################
  1421.  
  1422. cat << \SHAR_EOF > examples/trouble.g
  1423. Proc Page:
  1424. Paperway: portrait
  1425. Title: hello worl
  1426. SHAR_EOF
  1427. ############################
  1428.  
  1429. cat << \SHAR_EOF > examples/vbargraph1.g
  1430. Proc Page:
  1431. Title: Vertical Bargraph examples
  1432.  
  1433. Proc Getdata:
  1434. Data: 
  1435.  01         0      1      0      6     10      1     11     10      2     -41
  1436.  02         3      5      0      2      6      2      3     11      3     35
  1437.  03         1      3.4    0      1      2      0      5      7      1     20
  1438.  04         2      4.8    3     11     24      9     20     11     29     -13
  1439.  05         0      3.3    1      1      4      0      8      3      2     -22
  1440.  06         2      2      0      2      7      1      6      4      4     -28
  1441.  07         1      3      0      1      6      1     24     22      3     31
  1442.  08         3      0.8    0      0      2      0      7      3      0     -15
  1443.  09         3      2.2    0      2      5      0      1      1      2     16
  1444.  10         4      8      1      6     10      1     12      2      4     48
  1445.  
  1446. Proc Areadef:
  1447. Area: 4nw
  1448. Subtitle: Fig. 1
  1449.     Single format, segmented:
  1450. Subtitle.above: 0.3
  1451. Xmax: 40
  1452. Xinc: 10
  1453. # The following parameter makes the first stub move over one position
  1454. Ystart.0or1: 1
  1455. # Xmax must be set to at least one greater than the number of data rows
  1456. Ymax: 11
  1457. # Use the 1st data field for X stubs
  1458. Yinc: 1
  1459. Ystub:    Model 30
  1460.     Model 40
  1461.     Model 50
  1462.     Model 55
  1463.     Model 110
  1464.     Model 112
  1465.     Model 120
  1466.     Model 220
  1467.     Model 330
  1468.     Model 440
  1469. Saveas: A
  1470.  
  1471. Proc Vbargraph:
  1472. Format: single
  1473. Field: 8
  1474. Shade: 0.8
  1475. Outlinebars: n
  1476.  
  1477.  
  1478. Proc Areadef:
  1479. Clone: A
  1480. Area: 4ne
  1481. Subtitle: Fig. 2
  1482.     Stack format 
  1483. Xmax: 100
  1484.  
  1485. Proc Vbargraph:
  1486. Format: stack
  1487. Field: 6 8 9
  1488. Shade: .5 .8 1
  1489.  
  1490. Proc Areadef:
  1491. Clone: A
  1492. Area.rectangle: 1.0 0.5 3.5 5
  1493. Subtitle: Fig. 3
  1494.     Cluster format
  1495.  
  1496. Proc Vbargraph:
  1497. Format: cluster
  1498. Field: 6 8 9
  1499. Shade: .5 .8 1
  1500.  
  1501. Proc Areadef:
  1502. Clone: A
  1503. Area.rectangle: 4.5 0.5 7.5 5
  1504. Subtitle: Fig. 4
  1505.     Adjustable "Zero" line
  1506. Xmax:  50
  1507. Xmin: -50
  1508. Xinc: 10
  1509.  
  1510. Proc Vbargraph:
  1511. Format: single
  1512. Field: 11
  1513. Shade: .5 .8 1
  1514. Idfield: 11
  1515. Zeroat: 0
  1516.  
  1517. Proc Draw:
  1518. Points: 0 0 0 11
  1519. System: data
  1520. SHAR_EOF
  1521. ############################
  1522.  
  1523. cat << \SHAR_EOF > examples/vector1.g
  1524. Proc Page:
  1525. Title:    Vector example
  1526.  
  1527. Proc Areadef:
  1528. Area:    square
  1529. Xmax:  100
  1530. Ymax:  100
  1531. Xinc:  10
  1532. Yinc:  10
  1533.  
  1534. Proc Getdata:
  1535. Data:
  1536. 26.037    17.708    16.667    22.917    
  1537. 38.463    17.708    26.037    29.792    
  1538. 55.574    23.750    40.093    24.167    
  1539. 69.426    12.917    41.315    18.125    
  1540. 90.204    5.417     49.463    12.500    
  1541. 15.241    33.542    9.944     58.958    
  1542. 28.481    10.417    21.556    16.875    
  1543. 73.907    5.833     64.130    8.333     
  1544. 8.111     70.417    6.481     77.292    
  1545. 10.963    70.833    8.926     87.083    
  1546. 36.630    45.625    32.148    60.833    
  1547.  
  1548.  
  1549. Proc Vector:
  1550. Point1fields: 1 2
  1551. Point2fields: 3 4
  1552. Headlength: 0.2
  1553. Headwidth: 0.25
  1554. SHAR_EOF
  1555. ############################
  1556.  
  1557. cat << \SHAR_EOF > examples/vrangebar1.g
  1558. Proc Page:
  1559. Title:    Vrangebar examples
  1560.  
  1561. Proc Getdata:
  1562. Data: 225 33 44 55 66 77 2.3 R01
  1563.       220 35 40 50 60 66 3   R02
  1564.       220 38 44 52 64 70 4.5 R03
  1565.       218 42 50 50 55 59 5   R04
  1566.       220 38 44 52 64 70 5.5 R05
  1567.       225 33 44 55 66 77 6.3 R06
  1568.  
  1569. Proc Areadef:
  1570. Subtitle: Figure 1: Tukey plots 
  1571. Area: 4nw
  1572. Ymin: 0
  1573. Ymax: 7 
  1574. Xmin: 0
  1575. Xmax: 100
  1576. Xinc: 10
  1577. Ystart.0or1: 1
  1578. Ystub: Northeast
  1579.     Northwest    
  1580.     Central
  1581.     Southeast
  1582.     Southwest
  1583.     West
  1584. Ystub.size: 6
  1585. Xstub.grid: line
  1586. Saveas: A
  1587.  
  1588. Proc Vrangebar:
  1589. Nval: 5
  1590. Field: 2 3 4 5 6
  1591. Idfield: 1
  1592. Label.position: 10
  1593.  
  1594. Proc Areadef:
  1595. Subtitle: Figure 2:
  1596. Clone: A
  1597. Area: 4ne
  1598.  
  1599. Proc Vrangebar:
  1600. Nval: 4
  1601. Field: 2 3 4 5
  1602. Ends: n
  1603. Shade: 0.9
  1604.  
  1605. Proc Areadef:
  1606. Subtitle: Figure 3:
  1607. Clone: A
  1608. Area: 4sw
  1609.  
  1610. Proc Vrangebar:
  1611. Nval: 3
  1612. Field: 2 4 6
  1613. Midlineright: y
  1614. Midlinewidth: 0.7
  1615. Shade: 0
  1616.  
  1617. Proc Areadef:
  1618. Subtitle: Figure 4:
  1619. Clone: A
  1620. Xstub.grid: line
  1621. Area: 4se
  1622.  
  1623. Proc Getdata:
  1624. Data:    1  0 30 30  80 80 100
  1625.     2  0 22 40  54 54  80
  1626.     3 13 40 40  90 90 100
  1627.     4  0 50 50 100  0   0
  1628.     5  0 70 70 100  0   0
  1629.     6  0 29 29  46 46  80 
  1630.       
  1631. Proc Vrangebar:
  1632. Nval: 2
  1633. Field: 2 3
  1634. Yfield: 1
  1635. Shade: 0.5
  1636.  
  1637. Proc Vrangebar:
  1638. Nval: 2
  1639. Field: 4 5
  1640. Yfield: 1
  1641. Shade: 0.9
  1642.  
  1643. Proc Vrangebar:
  1644. Nval: 2
  1645. Field: 6 7
  1646. Yfield: 1
  1647. Shade: 0.7 
  1648.  
  1649. SHAR_EOF
  1650. ############################
  1651.  
  1652. cat << \SHAR_EOF > examples/yymm.g
  1653. Proc Page:
  1654. Title: YYMM scaling discipline test
  1655.  
  1656. Proc Areadef:
  1657. Area: standard
  1658. Xmin: 8611
  1659. Xmax: 9008
  1660. Xinc: 1
  1661. Xstub: month
  1662. Xscaletype: yymm
  1663. Ymax: 20
  1664. Ymin: 0
  1665. Yinc: 2
  1666. SHAR_EOF
  1667. ############################
  1668.  
  1669.  
  1670.