2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new example stackedbars3 More... over 16 years ago
Updates for new feature: stacked bars Y Data Labels More... over 16 years ago
Updated More... over 16 years ago
Feature request 2973995 "Add y-Data to Stackedbars": Implemented Y Data Labels for Stacked Bar charts (stackedbars). The labels are enabled with SetYDataLabelPos, same as with bar charts. There are two types of labels: above the stack with the total, and within the bars at each segment. 'plotin' turns on the upper ones, and 'plotstack' turns both on. More... over 16 years ago
Updated More... over 16 years ago
Change related to feature request 2947679 - Fix 'dot' point shape: Use imagefilledellipse(), not imagefilledarc(), when drawing the 'dot' point shape. The fix was needed for future support of truecolor images with transparency, but filled dots from imagefilledellipse() look better (rounder) with regular images and opaque colors. Credit to mvaldez for identifying the problem and providing the fix. More... over 16 years ago
Updated More... over 16 years ago
Fix for bug 2963757 "point_counts undefined error in 5.1.0": Fixed CheckPointParams so it sets point_counts even when the point shape and point size arrays are already the same size and do not need padding. More... over 16 years ago
Updated More... over 16 years ago
Update copyright year More... over 16 years ago
X axis position default changed when all Y<0 More... over 16 years ago
Updated More... over 16 years ago
Fix for bug 2938219 "Bars go in wrong direction": Fixed CalcAxisPositions() to be consistent in positioning the X axis. When all Y values are <0 and the Y=0 line is not part of the plot range, PHPlot will now default the X axis to the top of the plot, not the bottom. This fixes the problem with bars to negative Y values being drawn downward if Y=0 is visible, but upward if Y=0 is not visible. This also affects thinbarline plots. More... over 16 years ago
Updated More... over 16 years ago
For release with PHPlot-5.1.0 More... over 16 years ago
Add changes in 5.1.0 More... over 16 years ago
Update for release 5.1.0 More... over 16 years ago
Mark as version 5.1.0 More... over 16 years ago
Indicate release 5.1.0 More... over 16 years ago
Fix: contrib/README.txt convert eol in zip release More... over 16 years ago
Renamed README to README.txt to match others More... over 16 years ago
For next release 5.1.0, fix version references More... over 16 years ago
Fix 2 typos More... over 16 years ago
Fix description of text-data implicit X values More... over 16 years ago
Updated More... over 16 years ago
Legend Layout figure, xfig source - initial checkin More... over 16 years ago
Plot Layout figure, xfig source - initial checkin More... over 16 years ago
Add xfig file sources to CVS More... over 16 years ago
Updated variable info per changes to data colors, data border colors, and error bar colors More... over 16 years ago
Updated SetDataBorderColors, SetDataBorderColors, and SetErrorBarColors with new defaults and use of empty string arg. More... over 16 years ago