home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man6 / graph.6 < prev    next >
Encoding:
Text File  |  1975-06-26  |  2.3 KB  |  97 lines

  1. .th GRAPH VI 2/20/75
  2. .sh NAME
  3. graph \*- draw a graph
  4. .sh SYNOPSIS
  5. .bd graph
  6. [ option ] ... | plotter
  7. .sh DESCRIPTION
  8. .it Graph
  9. with no options takes pairs of numbers from the
  10. standard input as abscissas and
  11. ordinates of a graph.
  12. The graph is written on the standard output to be piped
  13. to the plotter program for a particular device;
  14. see
  15. .it plot
  16. (VI).
  17. These plotters exist:
  18. .it gsip,
  19. for the GSI and other Diablo terminals;
  20. .it tek,
  21. for the Tektronix 4014 terminal;
  22. and
  23. .it vt0
  24. for the on-line storage scope.
  25. .s3
  26. The following options are recognized,
  27. each as a separate argument.
  28. .s3
  29. .lp +5 5
  30. \fBa\fR    Supply abscissas automatically (they are missing from
  31. the input); spacing is given by the next
  32. argument, or is assumed to be 1 if next argument is not a number.
  33. A second optional argument is the starting point for the
  34. automatic abscissa.
  35. .s3
  36. .lp +5 5
  37. \fBc\fR    Place character string given by next argument
  38. at each point.
  39. .s3
  40. .lp +5 5
  41. \fBd\fR    Omit connections between points. (Disconnect.)
  42. .s3
  43. .lp +5 5
  44. \fBg\fIn\fR    Grid
  45. style:
  46. .lp +5 0
  47. \fIn\fR=0, no grid
  48. .lp +5 0
  49. \fIn\fR=1, axes only
  50. .lp +5 0
  51. \fIn\fR=2, complete grid (default).
  52. .s3
  53. .lp +5 5
  54. \fBs\fR    Save screen, don't erase before plotting.
  55. .s3
  56. .lp +5 5
  57. \fBx\fR    Next 1 (or 2) arguments are lower (and upper) \fIx\fR limits.
  58. .s3
  59. .lp +5 5
  60. \fBy\fR    Next 1 (or 2) arguments are lower (and upper)
  61. \fIy\fR limits.
  62. .s3
  63. .lp +5 5
  64. \fBh\fR    Next argument is fraction of space for height
  65. .s3
  66. .lp +5 5
  67. \fBw\fR    Next argument is fraction of space for width.
  68. .s3
  69. .lp +5 5
  70. \fBr\fR    Next argument is fraction of space to move right before plotting.
  71. .s3
  72. .lp +5 5
  73. \fBu\fR    Next argument is fraction of space to move up before plotting.
  74. .s3
  75. .i0
  76. Points are connected by straight line segments in the order
  77. they appear in input.
  78. If a specified lower limit exceeds the upper limit, or if
  79. the automatic increment is negative, the graph is plotted
  80. upside down.
  81. Automatic abscissas begin with the lower \fIx\fR limit, or with 0
  82. if no limit is specified.
  83. Grid lines and automatically determined limits fall on round
  84. values, however roundness
  85. may be subverted by giving an inappropriately rounded
  86. lower limit.
  87. Plotting symbols specified by
  88. .bd c
  89. are
  90. placed so that a small initial letter,
  91. such as + o x, will fall
  92. approximately on the plotting point.
  93. .sh "SEE ALSO"
  94. spline (VI), plot (VI)
  95. .sh BUGS
  96. A limit of 1000 points is enforced silently.
  97.