home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d165 / plotview.lha / PlotView / Plot2Tek / Readme < prev    next >
Text File  |  1988-11-22  |  559b  |  15 lines

  1.                              Plot to Tek 410x Converter
  2.                               by Joel Swank April 1988
  3.  
  4.    This program converts UNIX plot format files to Tektronix 410x terminal
  5. graphic commands. It reads from a named file and writes to stdout.
  6. Usage:
  7.  
  8. >plot2tek [-xnnn -ynnn] plotfile
  9.  
  10.    The -x and -y parms are scaling factors. Default is 4096 for both.
  11.  
  12. Include in the source code is a set of macros and subroutines that provide
  13. calls to do many of the Tektronix 410x commands. These routines are a big
  14. help for anyone writing 410x applications.
  15.