home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / plot2d / plot2dre.adm next >
Encoding:
Text File  |  1995-03-12  |  449 b   |  9 lines

  1. Plot 2D is a simple 2D plotting package.  It reads the values from disk and immediately displays them. It does not store any in RAM so it can show any amount of data.  I am sure there are limitations, but I have not stressed tested it to see when.  I would imagine that 32000 values will be its limit.
  2.  
  3. File format:
  4. Text file containing a list of floating point numbers.
  5.  
  6. For example:
  7. 1.0 1.242 3.20 3.13 35.53
  8.  
  9. Send comments to slink@wordpefect.com