Difference between revisions of "Third-party libraries"

From PLplotWiki
Jump to: navigation, search
(added swig)
Line 11: Line 11:
 
* [[libgd]] - the gd driver is able to output png, jpeg and gif files
 
* [[libgd]] - the gd driver is able to output png, jpeg and gif files
 
* [[wxWidgets]] - displays plots, available for Windows, Linux, Mac OS X
 
* [[wxWidgets]] - displays plots, available for Windows, Linux, Mac OS X
 +
 +
== Bindings ==
 +
* [[swig]] - connects Plplot C library to Python, Java and Lua

Revision as of 14:42, 4 January 2009

The core of PLplot as well as most of the drivers depend on third-party libraries. For the PLplot library most dependencies are optional, while drivers are not included if dependencies are not fulfilled. In the following section information about this dependencies for the various operating systems are given.

PLplot core

Drivers

  • aquaterm - displays plots, available for Mac OS X
  • cairo - displays plots and save to different file formats, available for Windows, Linux, Mac OS X
  • cgm - outputs cgm files
  • freetype - enables use of ttf fonts for some drivers
  • libgd - the gd driver is able to output png, jpeg and gif files
  • wxWidgets - displays plots, available for Windows, Linux, Mac OS X

Bindings

  • swig - connects Plplot C library to Python, Java and Lua