A newbie question regarding 3D plotting [message #86031] |
Tue, 24 September 2013 16:24  |
mxfong2012
Messages: 5 Registered: September 2012
|
Junior Member |
|
|
I would like to make a 3D plot like the one below:
https://docs.google.com/file/d/0B9P_kUabfW3WeElQVVVHMU9PUlE/ edit?usp=sharing
Assuming that I have longitude data (1-D vector, lng(:)), latitude data (1-D vector, lat(:)), and value data over the longitude-latitude grid (2-D vector, value(:,:)), how can I make such a plot? Sample codes would be much more helpful.
Another related question: if not using a contour but filling each longitude-latitude mesh with a discrete color (like POLYFILL in 2-D plotting), how can I do that?
Thank you very much!
-Mike
|
|
|
|
|
|
|