This is the summary change log for the PHPlot Reference Manual. (For a more detailed list of changes, see the ChangeLog file in the manual's CVS repository. For changes to PHPlot itself, see the ChangeLog file inside the PHPlot distribution.)
Released updated version of the manual to correspond to PHPlot-5.1.2.
New section added to PHPlot Concepts chapter on using truecolor images. The reference and developer information were also updated, and a new example was added.
Documented changes to image border and plot border functions.
Added a new example to the examples chapter with a complete mini-application containing a web form and form handling script.
Released updated version of the manual to correspond to PHPlot-5.1.1.
Document new Y Data Labels for stacked bar charts.
Document new plot type 'stackedarea'.
Released updated version of the manual to correspond to PHPlot-5.1.0.
Document 4 new functions and changes to existing functions related to new controls on data labels versus tick labels.
Removed function list from Getting Started chapter, because it was out of date and duplicated material in another chapter.
Added sections to the Concepts chapter about using TrueType fonts and special characters, because it didn't seem to have been documented anywhere else.
Added a new section to the Callbacks chapter about using a callback for annotating a plot. This goes with a new example added to the Examples chapter.
Added a new chapter to Part III Developer's Guide documenting the internal member class variables. The chapter on Callbacks has been moved from Part III up into Part I.
Documented SetImageBorderType('none') and Set[XY]LabelType('').
Updated SetNumberFormat to document a new hook variable to override locale, and fixed the example under SetXLabelType on rendering a Euro symbol.
Released updated version of the manual to correspond to PHPlot-5.0.7.
PHPlot license is now LGPL-2.1.
Add information to SetRGBArray about using large and custom color maps.
Updates to Developer's Guide and Reference sections to document new feature allowing partial margin specifications in SetMarginsPixels and SetPlotAreaPixels.
Released updated version of the manual to correspond to PHPlot-5.0.6.
Changes were made for the next PHPlot release, including new label formatting types and mixed GD/TTF text types.
Reference sections were changed to add a History subsection, detailing behavior in previous releases. This information was previously in the Notes subsections, but is not usually relevant to users of the current release.
Update copyright year to 2008.
Updates to Part III, Developer's Guide for changes in internal functions used for text handling and margin/scale processing. Updated figure showing the plot layout.
Added new chapter to Developer's Guide on the callbacks feature, and added
documentation of the 3 public functions used with callbacks to the Function
Reference. The text is based on the Callbacks
file
which was included with PHPlot-5.0.4 (and will removed in the next release).
Although this is now documented in the manual,
the callbacks feature is still considered experimental.
Added new section to Concepts chapter on error handling.
Released updated version of the manual to correspond to PHPlot-5.0.4, which should be released in the next few days.
Added documentation for new function SetLegendStyle.
Removed use of reference assignment (=&
)
in all inline examples, external examples, and reference material when
creating a PHPlot object. Added note to PHPlot constructor reference
explaining why.
Added documentation for new function SetNumberFormat.
Added new Part III - PHPlot Developer's Guide. This includes two layout figures and a list of internal functions. This is mostly intended as reference material for maintainers of PHPlot, but may be of use to others as well. More text may be added to this part in the future.
Document the requirement that style arrays use zero-based sequential integer indexes only. This includes colors, point shapes/sizes, line widths, and line styles.
Released updated version of the manual to correspond to PHPlot-5.0rc3. Documented new Y data labels for bar charts and line/point suppression. Add a note on how to get borderless, unshaded bars (needed due to a recent bug fix).
Updates were applied to the installation section to match the README included with 5.0rc3. Minimum PHP level corrected to 4.3.0, and noted that PHP 5 works, as this has now been tested. Deleted note about included examples and documentation; these have been removed from the release.
Three examples which use random data where changed to use a fixed seed, so the results are repeatable.
A new example was added, showing a bar chart with data labels.
Released manual dated 2006-11-11 to sourceforge.net. This is the first release of the manual on SourceForge. It corresponds to PHPlot-5.0rc2 with several patches applied.
Conversion of manual from DocBook-SGML to DocBook-XML. Reorganized, so the reference section is now alphabetical by function name, with a new chapter for category grouping of functions.
Limited release of draft manual dated 2005-02-27.
Limited release of draft manual dated 2005-02-06.