home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / hpplot.hlp < prev    next >
Text File  |  1995-04-05  |  1KB  |  46 lines

  1. [HELP HPPLOT  1 page]
  2.  
  3. Plotting on the HP 7221 may be done by running GRF:TEKHPL.  It converts
  4. a .TEK file to one that can be copied to the HP7221 using TYPFIL.
  5. The commands currently are:
  6.  
  7.         .R GRF:TEKHPL
  8.         (answer prompts)
  9.         .R TYPFIL
  10.         TTY572:=filename.hpl
  11.  
  12. [Now for something completely different - an older style plotter]
  13. Plotting on the HEWLETT-PACKARD 7200 series PLOTTER may be accomplished
  14. by using the TEKTRONIX PLOT-10 package software along with a special
  15. output subroutine named TEKHP, residing on SYS: .
  16. It supports all vector and point drawing, without the characters
  17. available in the TEKTRONIX ALPHA-MODE.  It is worth noting,
  18. though, that PLOT-10 has a character-generator
  19. in software which could be used for text on the HP.  Also,
  20. the PLOT-10 CALCOMP PREVIEW PACKAGE may be used for text, by calling
  21. the CALCOMP routine "symbol".
  22.  
  23.  
  24. To load your PLOT10 program(e.g. PROG1.FOR) for use
  25. on the H.P. PLOTTER, type:
  26.  
  27. LOAD PROG1,SYS:TEKHP,SYS:TEK/LIB
  28.  
  29.         The SYS:TEKHP routine is the addition to the
  30.         command which causes H.P.PLOT operation rather than
  31.         TEKTRONIX opperation.  If the ADVANCED-
  32.         GRAPH library is also needed, for example, type
  33.  
  34. LOAD PROG1,SYS:TEKHP,SYS:AG/LIB,SYS:TEK/LIB
  35.  
  36. To load your CALCOMP program for use on the HP-PLOTTER, type
  37.  
  38. LOAD PROG1,SYS:TEKHP,SYS:TEKPRE/LIB,SYS:TEK/LIB  .
  39.  
  40. [SEE "HELP TEK" FOR PLOT-10 INFORMATION]
  41.  
  42. [End of HELP HPPLOT]
  43.  
  44. .KJOB
  45. .
  46.