Page 1 of 1

Graph in PHP

Posted: Wed Jul 03, 2002 12:43 pm
by parra
Hello,
Anybody knows a PHP package for drawing graphs (not graphics) in PHP language ?? (graph in the sense of graph theory -> Graphs with vertex and edges).


thanks in advance
Parra.

Posted: Wed Jul 03, 2002 1:10 pm
by martin

Posted: Thu Jul 04, 2002 6:41 am
by mikeq
This is excellent

JPGraph

It's open source and produces great, flexible results.

Mike

Posted: Thu Jul 04, 2002 7:18 am
by Wandrer
For html graphs, this one is the best IMHO:

http://phpclasses.websapp.com/browse.ht ... e/328.html

Second the JPGraph nomination

Posted: Thu Jul 04, 2002 8:22 am
by ame12
JPGraph is very, very well done and well documented. You'd be hard pressed to find a quicker, more complete tool for graphing in PHP. Two thumbs up here - would highly recommend it.



===============================================
http://badblue.com
Free PHP web server for Windows
Integrates with MS Office for PHP data collection
===============================================

Posted: Thu Jul 04, 2002 11:47 am
by sam
I think Parra was trying to get a graphing utility on the mathmatical not statistical side. I haven't really seen one of those around... I have been developing my own for some time, but I have run into a few bumps and don't have the time to finish...

Cheers Sam