PHPLOT Version 1 (works with PHP2 and PHP3)
This version has been obsoleted by versions 2 and 3. Please go to http://www.jeo.net/php/phplot/ for the latest version.
I've found PGPLOT an excellent programming tool. I'd like to see the same thing for PHP.
for loops and no using
the funky array allocation tricks in PHP/FI2 that thankfully went away with PHP/3.)
What is the best way to aproach this? Function or Include.
Back in PHP2 it didn't make much difference. Now with PHP3 and PHP4 its best to define a class for a general utility like this. Version 3 is defined as a class.
Convert Scale to Pixels: Done
Create Axis and background: Done
Create Axis Lables: Done
Bar Charts for Y any value: Done Try it out
Bar Charts for Y > 0 only: Done
Bar Charts: Done in PHP2
Scatter Plot: Done
Error Bars: 0% done
Smooth graph: 0% done
Pie Chart: Done
3-D Bar Charts (50% done)
Area Chart: Done
3-D Surface: (0% Done)
Horizontal Bar chart? Does anyone care?
Combination Charts: Done:
GPL and PHP