File: Third-party_libraries

package info (click to toggle)
plplot 5.14.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,424 kB
  • sloc: ansic: 79,613; xml: 28,583; cpp: 20,037; ada: 19,456; tcl: 12,081; f90: 11,423; ml: 7,276; java: 6,863; python: 6,792; sh: 3,185; perl: 828; lisp: 75; makefile: 48; sed: 33; fortran: 5
file content (39 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!---
N.B.  The definitive Markdown source of this file is located in the
doc/wiki_source subdirectory of the PLplot source tree.  So only use
the ctrl-v and delete capabilities of the GUI file editor at
SourceForge to make changes to the SourceForge version of this file,
where ctrl-v is used to complete a cut and paste from the definitive
version of this file in the PLplot source tree that is being edited
with your favorite file editor, and delete used to remove extraneous
unmodified text whose changed form has been copied with the cut and
paste.
-->

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
-----------

-   [qhull](Qhull "wikilink")

Drivers
-------

-   [aquaterm](Aquaterm "wikilink") - displays plots, available for Mac OS X
-   [cairo/pango](Cairo_pango "wikilink") - displays plots and save to different file formats, available for Windows, Linux, Mac OS X
-   [cgm](Cgm "wikilink") - outputs cgm files
-   [freetype](Freetype "wikilink") - enables use of ttf fonts for some drivers
-   [libgd](Libgd "wikilink") - the gd driver is able to output png, jpeg and gif files (*note:* deprecated - use cairo/pango instead)
-   [libharu](Libharu "wikilink") - C library used for the pdf driver
-   [Qt](Qt "wikilink") - display plots, output various formats on Windows, Linux and Mac OS X using Qt UI framework
-   [wxWidgets](WxWidgets "wikilink") - displays plots, available on Windows, Linux and Mac OS X using wxWidgets library

Bindings
--------

-   [SWIG](Swig "wikilink") - creates Python, Java, Octave, and Lua bindings for the core C PLplot library
-   [Lua](Lua "wikilink") - a powerful, fast, lightweight, embeddable scripting language


The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).