home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man7 / plot.7 < prev    next >
Encoding:
Text File  |  1975-06-26  |  1.1 KB  |  67 lines

  1. .th PLOT VII 2/25/75
  2. .sh NAME
  3. plot: openpl et al. \*- graphics interface
  4. .sh SYNOPSIS
  5. .nf
  6. .ft B
  7. openpl( )
  8. .s3
  9. erase( )
  10. .s3
  11. label(s)
  12. char s[ ];
  13. .s3
  14. line(x1, y1, x2, y2)
  15. .s3
  16. circle(x, y, r)
  17. .s3
  18. arc(x, y, x0, y0, x1, y1)
  19. .s3
  20. dot(x, y, dx, n, pattern)
  21. int pattern[ ];
  22. .s3
  23. move(x, y)
  24. .s3
  25. point(x, y)
  26. .s3
  27. linemod(s)
  28. char s[ ];
  29. .s3
  30. space(x0, y0, x1, y1)
  31. .s3
  32. closepl( )
  33. .fi
  34. .s3
  35. .ft R
  36. .sh DESCRIPTION
  37. These subroutines
  38. generate
  39. graphic output in a relatively
  40. device-independent manner.
  41. See
  42. .it plot
  43. (VI)
  44. for a description
  45. of the meaning of the subroutines.
  46. .s3
  47. There are four libraries containing these routines,
  48. one that produces general graphics commands on the standard output,
  49. and one each for the vt0 storage scope, the Diablo plotting
  50. terminal and the Tektronix 4014 terminal.
  51. .it Openpl
  52. must be used before any of the others to open the
  53. device for writing.
  54. .it Closepl
  55. flushes the output.
  56. .sh FILES
  57. /usr/lib/plot.a    produces output for plotting filters
  58. .br
  59. /usr/lib/vt0.a    produces output on vt0 storage scope
  60. .br
  61. /usr/lib/gsip.a    produces output on Diablo terminal
  62. .br
  63. /usr/lib/tek.a    produces output for the Tektronix 4014 terminal
  64. .sh "SEE ALSO"
  65. plot (VI), graph (VI)
  66. .sh BUGS
  67.