Re: [Matplotlib-users] mplot3d bar3d errors

2010-01-27 Thread Derek Schuff
atplotlib/matplotlib-0.99.1/ > > On Wed, Jan 27, 2010 at 3:08 AM, Derek Schuff wrote: >> Hi all, >> I'm getting strange errors trying to use the bar3d method in mplot3d >> (I'm using matplotlib 0.99.0 in Ubuntu 9.10 and Python 2.6). >> I'm doing

[Matplotlib-users] mplot3d bar3d errors

2010-01-26 Thread Derek Schuff
Hi all, I'm getting strange errors trying to use the bar3d method in mplot3d (I'm using matplotlib 0.99.0 in Ubuntu 9.10 and Python 2.6). I'm doing something roughly like the example at http://matplotlib.sourceforge.net/examples/mplot3d/hist3d_demo.html I've pasted my sample program below, which ha