[Matplotlib-users] Problem viewing mplot3d figure

2010-11-22 Thread Miguel Costa
Hello all. I'm attempting to use bar3d to plot a packing solution but from some viewpoints the perspective is wrong (boxes seem overlapped), and with a large number of boxes the plot is always incoherent. (I'm using matplotlib 1.0.0 on fedora 14) Does anyone know how to fix this? Cheers,

Re: [Matplotlib-users] Problem viewing mplot3d figure

2010-11-22 Thread Miguel Costa
On Mon, Nov 22, 2010 at 5:56 PM, Benjamin Root ben.r...@ou.edu wrote: Miguel, This is a known issue with mplot3d. The issue is that the polygons are essentially abstracted 2-D objects that are using the same backend architecture as the core 2-D plotting software. I think your example