PLplot is a cross-platform software package for creating scientific plots. To help accomplish that task it is organized as a core C library, language bindings for that library, and device drivers which control how the plots are presented in non-interactive and interactive plotting contexts.
The PLplot core library can be used to create standard x-y plots, semi-log plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page, and multiple pages are allowed for those device formats that support them.
PLplot has core support for Unicode. This means plots can be labelled using the enormous selection of Unicode mathematical symbols for simple text layout (left to right) language scripts using our libfreetype-based devices. For our SVG and libpango/libcairo-based devices we additionally support complex text layout (CTL) languages such as Arabic, Hebrew, and Indic and Indic-derived CTL scripts such as Devanagari, Thai, Lao, and Tibetan.
A number of compiled and interpreted languages have access to PLplot, see our list of language bindings.
PLplot device drivers support a number of different file formats for non-interactive plotting and a number of different platforms that are suitable for interactive plotting. It is easy to add new device drivers to PLplot by writing a small number of device dependent routines.
PLplot is free software primarily licensed under the LGPL.
PLplot is currently known to work on the following platforms:
With the exception of DJGPP, where we have implemented a custom build system, PLplot is built on the above platforms using our CMake-based build system.
There are many bindings to the PLplot library
PLplot device drivers support a number of plotting file formats.
PLplot device drivers support a number of platforms that are suitable for interactive plotting.
You can find the code for these and other examples at the examples page
PLplot Release 5.9.0
2008-02-10 16:32
Read More »
PLplot Release 5.8.0
2007-11-18 20:36
Read More »
PLplot Release 5.8.0-RC1
2007-10-21 19:44
Read More »