Contour graphs in JS or PHP ?
        Posted  
        
            by 
                vince83000
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vince83000
        
        
        
        Published on 2011-03-16T08:06:42Z
        Indexed on 
            2011/03/16
            8:10 UTC
        
        
        Read the original article
        Hit count: 255
        
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 !
© Stack Overflow or respective owner