Re: [Matplotlib-users] ramp shaped bars?

2011-03-28 Thread Michael Droettboom
-users] ramp shaped bars? Well, what do you know? For once, the call of the noob, Hey! there must be a bug speaks truth. Thanks, Angus! I added a little code to duplicate the last point until the array length is at least 5, and everything looks just fine. On 03/25/2011 01:10 PM, Angus McMorland

[Matplotlib-users] ramp shaped bars?

2011-03-25 Thread jford14685
I am a newbie Python programmer trying to make 3d barplots like http://matplotlib.sourceforge.net/examples/mplot3d/bars3d_demo.html this one on the Matplotlib site. When I run the demo source (python bars3d_demo.py) it works fine. I then changed the way xs and ys are assigned, to xs =

Re: [Matplotlib-users] ramp shaped bars?

2011-03-25 Thread Angus McMorland
On 25 March 2011 07:31, jford14685 jford14...@gmail.com wrote: I am a newbie Python programmer trying to make 3d barplots like http://matplotlib.sourceforge.net/examples/mplot3d/bars3d_demo.html this one on the Matplotlib site. When I run the demo source (python bars3d_demo.py) it works fine.

Re: [Matplotlib-users] ramp shaped bars?

2011-03-25 Thread Jim Ford
Well, what do you know? For once, the call of the noob, Hey! there must be a bug speaks truth. Thanks, Angus! I added a little code to duplicate the last point until the array length is at least 5, and everything looks just fine. On 03/25/2011 01:10 PM, Angus McMorland wrote: On 25 March 2011