From: Nicolas B. <nbi...@gm...> - 2009-07-07 18:26:18
|
Hi, I compiled matplotlib svn revision 7246 yesterday to try the 3D stuff. >From mpl's website, an example for 3D bar plotting is shown[1]. I just don't understand the axes. From the code, shouldn't X values go from 0 to 20, instead of 0 to 400 000 like shown on the graph? Where does these values for the X and Z axes comes from (in the graph)? I'm trying my own 3D bar plot, with similar "weird" results. Could it be a bug? Thanx a lot. [1] http://matplotlib.sourceforge.net/examples/mplot3d/bars3d_demo.html |