Can you use arcpy.RasterToNumPyArray() to Graph a Raster with matplotlib?
I'm looking to graph a raster with X, Y, and Z values in a 3D bar graph. I just can't seem to translate the numpy array to the X ,Y, and Z columns required for matplotlib.
Any suggstion? Samples of how to do this is very much appreciated.
Thank you