Click here to Skip to main content
15,890,369 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
is it possible to draw scatter plot like this

http://upload.wikimedia.org/wikipedia/commons/b/b7/SLINK-Gaussian-data.svg[^]


in php programing language

the example above is in svg how to implement it in php
Posted

1 solution

Yes, I did it using jpgraph a few years ago. Here's a link
http://jpgraph.net/[^]

It will be quite simple, and works good for scatter plots (not so much realtime plots).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900