home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / DYNAPER2.ZIP / DMPL.PLT < prev    next >
Encoding:
Text File  |  1987-02-04  |  479 b   |  21 lines

  1. HIPLOT DMPL SERIES
  2. COM1 9600 7 2 EVEN
  3.  
  4.     12 H N 1000 2 0 0
  5.     ;:EC1,A,EU222 $    initialize command
  6.     V4,$        low speed
  7.     V14,$        high speed
  8.     H$        plot end command
  9.     ,$             new pen command,line type command separater
  10.     P$        new pen command
  11.     L$        line type command
  12.     U $        move line start point command
  13.     D $        draw line command
  14.     $        line end command
  15.     0$        solid line
  16.     2$        dash line (short)
  17.     5$        dash line (middle)
  18.     6$        dash line (long)
  19.     7$        dash dot line
  20.     8$        dash dot dot line
  21.