2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Sep 10, 2025 — Sep 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrite section on TrueType font selection More... about 16 years ago
Updated More... about 16 years ago
Fix bug 3051832 "Let PHP/GD find the font file": Instead of checking for file existence, PHPlot now uses a non-drawing GD operation to validate a TrueType font in SetFontTTF(). This allows GD to use its internal search path, making it likely that fonts can be found without needing a platform-dependent path in your script. Full paths will still work, so there is no compatibility issue. More... about 16 years ago
Updated More... about 16 years ago
Notes on SetX/YTimeFormat, SetPrecisionX/Y More... about 16 years ago
Updated More... about 16 years ago
Remove references to phplot_data.php More... about 16 years ago
Delete Extra Data Processing section, because phplot_data.php will no longer be released More... about 16 years ago
Note removal of Extra Data Processing section More... about 16 years ago
Updated More... about 16 years ago
Do not release phplot_data.php More... about 16 years ago
Updated More... about 16 years ago
Document internal function changes in/since 5.1.2 More... about 16 years ago
Document variable changes in/since 5.1.2 More... about 16 years ago
Updated More... about 16 years ago
Simplify DrawLinePoints More... about 16 years ago
Updated More... about 16 years ago
Rewrote DecodeDatatype(). Previous implementation was hard to extend and inefficient. Now it uses new class variables (not a returned array) and is only called once, by DrawGraph. Changed all users of data_type to use the new variables. More... about 16 years ago
Updated More... about 16 years ago
Add internal variable data_columns More... about 16 years ago
Add internal function CheckDataArray More... about 16 years ago
Updated More... about 16 years ago
Fix for over-padding style and color arrays. These were padded to records_per_group, but that is the maximum data array row size. The number of actual data sets is less, and depends on the data type. Calculate the correct number as data_columns at the top of DrawGraph, and use that to pad the arrays. Also moved early error checking in DrawGraph() into new CheckDataArray(). More... about 16 years ago
Updated More... about 16 years ago
Add horizontal thinbar lines More... about 16 years ago
Part 4 of horizontal plots: implement horizontal thinbarline plots. Added new data type 'data-data-yx' (label, Y, X1, X2, ...). DrawThinBarLines() now draws either vertical or horizontal plots, and supports data types text-data, data-data, text-data-yx, data-data-yx. More... about 16 years ago
Updated More... about 16 years ago
Clear arrays before setting values in SetDataValues More... about 16 years ago
Updated More... about 16 years ago
Fix gray value equation to avoid rounding error More... about 16 years ago