Graph plotting

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
bharath203
Forum Newbie
Posts: 1
Joined: Tue Feb 17, 2009 10:59 am

Graph plotting

Post by bharath203 »

Hi everyone,

I have to plot an ECG graph dynamically whose values are stored in a Mysql database.
Am a beginner in php adn am not tat good in coding.
I am thinking of using the point slope form to plot the graph and display it.
Can you please help me by providing some scripts or code
which uses the point slope form or atleast some tutorials on graph plotting
in php.
Oxidiser
Forum Newbie
Posts: 15
Joined: Wed Feb 18, 2009 5:00 am
Location: The Netherlands

Re: Graph plotting

Post by Oxidiser »

You should check out jpgraph. http://www.aditus.nu/jpgraph/. I think it's great. And tutorials are all over the net.
Post Reply