Contour graphs in JS or PHP ?
- by vince83000
Hi everybody,
For a web application, I have to make a scientific graph.
You can see an example here :
http://www.ego-network.org/monitoring/plot_deployment.php?glider=eudoxus&deployment=Cascade&posti=4&postj=scaptemperature_lastweek&pposti=4&ppostj=scaoxygen_lastweek&hchk=&defsct=default_scatter
I have 2 coordinates, time and depth, and I want the temperature to be represent by a color, exactly like the example.
Someone know how to make this king of graph ?
Thanks !