Hello List Server,
 
I am trying to take a raster dataset, getting the center points, and the z 
value and trying to graph it in a 3D bar chart quite unsuccessfully.
 
My data looks like this: 
XCoord = [1,2,3,4]
YCoord = [1,2,3,4]
ZCoord = [12,14,4,26]
 
Those are the known locations, but there will be lots of more points when using 
actual data that forms a continuous surface over a small area.  
 
How do I create a 3D bar chart to represent the Z Value at each of those 
locations?  I saw in the help that you need to create a mesh grid, but I don't 
understand how to do that.  The help documents are vague on what the X,Y,Z 
values formats are as well.
 
 
 
                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to