Graph in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
parra
Forum Newbie
Posts: 1
Joined: Wed Jul 03, 2002 12:43 pm

Graph in PHP

Post 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.
User avatar
martin
Forum Commoner
Posts: 33
Joined: Fri Jun 28, 2002 12:59 pm
Location: Cambridgeshire

Post by martin »

User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

This is excellent

JPGraph

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

Mike
Wandrer
Forum Newbie
Posts: 21
Joined: Thu Jun 06, 2002 8:43 am

Post by Wandrer »

For html graphs, this one is the best IMHO:

http://phpclasses.websapp.com/browse.ht ... e/328.html
ame12
Forum Newbie
Posts: 5
Joined: Thu Jul 04, 2002 8:22 am

Second the JPGraph nomination

Post 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
===============================================
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post 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
Post Reply