Innovation Award
 May 2008
Number 9 |
Box plot charts are a type of charts that is used to represent graphically groups of data.
This type of charts is quite unusual but this class make it possible to generate them using PHP scripts.
Manuel Lemos |
This class can be used to render box plot charts from an array of data.
It takes an array with the values to plot and makes the necessary calculations to determine the positions of the boxes rendered in the chart.
The class generates an image of a given width and height and stores it in JPEG format file.
In this new version, you can render more than one data array and add a series names in each bloxplot.
You can also display some statistic information about each series.
Finally we fixed some bugs in boxplot draw algorithm.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| GD2 Class |
Required |
GD library is necessary to draw the graphic |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.