openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PHPLOT
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 22 hours
ago.
Sep 10, 2025 — Sep 10, 2026
Showing page 11 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rewrite section on TrueType font selection
lbayuk
More...
about 16 years ago
Updated
lbayuk
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.
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Notes on SetX/YTimeFormat, SetPrecisionX/Y
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Remove references to phplot_data.php
lbayuk
More...
about 16 years ago
Delete Extra Data Processing section, because phplot_data.php will no longer be released
lbayuk
More...
about 16 years ago
Note removal of Extra Data Processing section
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Do not release phplot_data.php
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Document internal function changes in/since 5.1.2
lbayuk
More...
about 16 years ago
Document variable changes in/since 5.1.2
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Simplify DrawLinePoints
lbayuk
More...
about 16 years ago
Updated
lbayuk
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.
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Add internal variable data_columns
lbayuk
More...
about 16 years ago
Add internal function CheckDataArray
lbayuk
More...
about 16 years ago
Updated
lbayuk
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().
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Add horizontal thinbar lines
lbayuk
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.
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Clear arrays before setting values in SetDataValues
lbayuk
More...
about 16 years ago
Updated
lbayuk
More...
about 16 years ago
Fix gray value equation to avoid rounding error
lbayuk
More...
about 16 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree