home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 344b.lha / plplot_v2.6 / README < prev    next >
Text File  |  1990-01-27  |  3KB  |  54 lines

  1.                     Version 2.6 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 (lattice, unix) and follow the directions
  15. in the README file there.
  16.  
  17. Read the file README.CHANGES for a description of the changes/improvements
  18. made in this version. (This version is not compatible with version 1.0
  19. in programs that do 3D or contour plots.) The Amiga interface
  20. has been greatly improved and there have been a number of improvements
  21. in the portable code (all the stuff in the src directory) as well
  22. (mesh plots, area fill routines, and a better method of handling the
  23. fonts).  Also read README.AMIGA if you are installing PLPLOT on an Amiga.
  24.  
  25. Many thanks to Tom Rokicki (who provided the Preferences and IFF driver
  26. routines), Sam Paolucci (he wrote the Postscript driver) and to
  27. Bob Wolff and Steve Walton (they provided several hints as to how to
  28. avoid Lattice/Manx incompatibilities. Note: This code may not work with
  29. Manx yet.  Steve got it to work, but I'm not sure if all the changes he
  30. made are included in this version (I haven't been able to contact him,
  31. I think his Internet feed is down)).  There were several people who
  32. helped test this library and who made many suggestions. They are too
  33. numerous to list but their help was greatly appreciated.
  34.  
  35. Enjoy,
  36.  
  37.    Tony Richardson
  38.  
  39.    EMAIL   amr@dukee.egr.duke.edu
  40.  
  41.    USMAIL  Tony Richardson              Tony Richardson
  42.            Dept of Elect Eng            311 S. LaSalle St. #41B
  43.            Duke University              Durham, NC 27705
  44.            Durham, NC 27706
  45.  
  46.            ph 919-684-3123              ph 919-286-7101
  47.  
  48. p.s. I'm trying to make a plplot function library for use with AREXX.
  49. I'm using Lattice 5.04 with its new features for creating shared
  50. libraries.  I can't seem to get anything to work, though.  If anyone has
  51. done this I would appreciate it if you would contact me so that I can
  52. find out what I'm doing wrong.
  53.  
  54.