PHPLOT is a PHP graphics class for creating charts and plots. It works with PHP5 (but older versions can use PHP4). PHPlot uses the PHP GD extension to produce PNG, GIF, or JPEG images. TrueType fonts (TTF) are optional, or built-in GD fonts can be used. The available plot types are: area, bars, line/points, lines, pie, points, squared, stacked-bars, and thin bar-line. Labels, tick marks, plot legend, X/Y axes, and more are all configurable. Images can be imported as a background, multiple graphs can be drawn on one image, and images can be saved to disk or returned to a browser.
| Tags | Internet Web Dynamic Content multimedia Graphics Office/Business Financial Scientific/Engineering Visualization Software Development Libraries |
|---|---|
| Licenses | LGPLv2.1 |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: This release adds two new features, box plots and horizontal error plots. The PHPlot Reference Manual has been updated for this release.


Release Notes: This release contains a completely new method to calculate the plot area range and tick increments, and produces better plots than before when these settings are defaulted to automatic. Other new features include more style and color controls and more pie chart customization. The PHPlot Reference Manual has been updated for this release.


Release Notes: This release adds streaming video plots, more control over label formatting, and support for PHPlot object serialization. The PHPlot Reference Manual has been updated to document the new features.


Release Notes: This release includes some bugfixes and new features, including better color controls for labels and the ability to generate an image map for a plot. The PHPlot Reference Manual has also been updated.


Release Notes: This release includes changes to pie charts, with new options for label content and format, and a new method for sizing the chart. The PHPlot Reference Manual has been updated, and new examples added.