home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / developer / plplot.README < prev    next >
Encoding:
Text File  |  1991-03-19  |  1.5 KB  |  35 lines

  1.                     Version 3.0 of PLPLOT
  2. PLPLOT is a library of C functions that are useful for scientific plotting.
  3. The PLPLOT library can be used to create standard x-y plots, semilog plots,
  4. log-log plots, contour plots, 3D plots, mesh plots, bar charts and pie
  5. charts. Multiple graphs (of the same or different sizes) may be placed
  6. on a single page with multiple lines in each graph. Different line
  7. styles, widths and colors are supported. A virtually infinite number
  8. of distinct area fill patterns may be used. There are almost 2000 characters
  9. in the extended character set. This includes four different fonts,
  10. the Greek alphabet and a host of mathematical, musical, and other symbols.
  11. The fonts can be scaled to any size for various effects.
  12.  
  13. To create a library compatible with your compiler/system you need to go to
  14. the appropriate directory (Amiga, UNIX, NeXT) and follow the directions
  15. in the README file there.
  16.  
  17. This version (3.0) is not completely compatible with previous releases. 
  18. The font files have changed and the 3D and contour routines and their
  19. arguments have changed. (Two dimensional arrays now need to be in
  20. FLOAT **A form. This requires a little more space for the additional
  21. pointers, but is considerably faster.)
  22.  
  23. Regards,
  24.  
  25.    Tony Richardson
  26.  
  27.    EMAIL   amr@egr.duke.edu
  28.  
  29.    USMAIL  Tony Richardson              Tony Richardson
  30.            Dept of Elect Eng            311 S. LaSalle St. #41B
  31.            Duke University              Durham, NC 27705
  32.            Durham, NC 27706
  33.  
  34.            ph 919-660-5262              ph 919-286-7101
  35.