README 961 B

123456789101112131415161718192021
  1. GNU plotutils contains software for both programmers and technical
  2. users. Its centerpiece is libplot, a powerful C/C++ function library for
  3. exporting 2-D vector graphics in many file formats, both vector and
  4. raster. It can also do vector graphics animations. libplot is
  5. device-independent in the sense that its API does not depend on the type
  6. of graphics file to be exported.
  7. Besides libplot, the package contains command-line programs for plotting
  8. scientific data. Many of them use libplot to export graphics.
  9. Other ./configure options that you may want to add (provided you install
  10. the required fonts):
  11. --enable-ps-fonts-in-pcl enable use of PS fonts in PCL and HP-GL/2
  12. output
  13. --enable-lj-fonts-in-ps enable use of LaserJet fonts in PS output
  14. --enable-lj-fonts-in-x enable use of LaserJet fonts on X displays
  15. This package can be useful for managing GNU Metafile plots, used by
  16. default in applications such as ng-spice.