How do you create a contour plot for a graph using java script
D Manoy
Greenhorn
Joined: Jan 20, 2003
Posts: 2
posted
0
I m trying to create a contour plot for a scan data. I cant seem to fing any tutorials that would help in crating such figure. Please help
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
And you want to do this relatively complex math in JavaScript ? I'd really think a lot before making a design decision like that; JavaScript is much better suited to simple string processing and stuff. As for contour plot algorithms, it's a long time since I last had to do this. I'd start by searching the net to see if there are any existing packages to do what you want. Getting it right is surprisingly tricky.