2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 12, 2025 — Sep 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add changes in 5.1.1 More... over 16 years ago
Update for release 5.1.1 More... over 16 years ago
Mark as version 5.1.1 More... over 16 years ago
Indicate release 5.1.1 More... over 16 years ago
Clarify version reference re PNG images More... over 16 years ago
Identify next release as 5.1.1 More... over 16 years ago
Update version for phplot-5.1.1 More... over 16 years ago
SetDataValues need not use reference arg More... over 16 years ago
Updated More... over 16 years ago
R,G,B color array(array()) trick; SetDataValues array indexes More... over 16 years ago
Data array index requirements now documented More... over 16 years ago
Updated More... over 16 years ago
Add Truecolor.txt to release More... over 16 years ago
New: interim documentation for truecolor More... over 16 years ago
Feature request 2947679 "Support for alpha blending/Truecolor": Implemented truecolor image support with a new class PHPlot_truecolor, extended color specifications to allow specification of an alpha value, and added a new optional parameter to SetDataColors for a default alpha value for all data colors. More... over 16 years ago
Updated More... over 16 years ago
New example for stacked area plot More... over 16 years ago
Remove work-around for hiding abstract title More... over 16 years ago
DocBook fix for abstract without title More... over 16 years ago
New plot type in SetPlotType More... over 16 years ago
New plot type More... over 16 years ago
Add new example stackedarea1 More... over 16 years ago
New parameter to internal DrawArea() More... over 16 years ago
Document new plot type stackedarea More... over 16 years ago
Updated More... over 16 years ago
Fixed bug 2976735 "Improvements and fixes for 'area' plots": Rewrote DrawArea() function which handles 'area' plot. Part 1: This is related to feature request 2947679, Truecolor support with transparency. The area plot function was filling each area from the X axis up to the Y value, resulting in area overlaps. This wasn't a problem with opaque colors, but with transparency, the overlapping areas resulted in changed colors. The rewritten function fills the area between each line instead of from each line down to the X axis. Plots with opaque colors will not change. Part 2: Area plots now work when the X axis is moved up with SetXAxisPosition(). Part 3: Fixed FindDataLimits() for area (and stackedbars too) to take absolute values of Y values. The drawing function was doing this, but not FindDataLimits, resulting in incorrect limits if any Y<0. Part 4: The rewritten DrawArea() also handles a new plot type 'stackedarea'. This is an area plot where the Y values are stacked, similar to 'stackedbars'. Note: As part of the changes, it is now an error to try an area plot with an unequal number of Y points for each X. More... over 16 years ago
Updated More... over 16 years ago
New example for stacked bars Y data labels More... over 16 years ago
Fix title comment More... over 16 years ago
New stackedbar Y data labels, update SetYDataLabelPos More... over 16 years ago