Re: [Matplotlib-users] add_collection3d and PatchCollection

2010-08-16 Thread Benjamin Root
On Mon, Aug 16, 2010 at 5:20 PM, Graham Taylor wrote: > I'm trying to display several rectangles (from matplotlib.patches) in 3D. > I thought it would be possible to use the add_collection3d method similar to > the demo on the examples page: > http://matplotlib.sourceforge.net/mpl_toolkits/mplot3

[Matplotlib-users] add_collection3d and PatchCollection

2010-08-16 Thread Graham Taylor
I'm trying to display several rectangles (from matplotlib.patches) in 3D. I thought it would be possible to use the add_collection3d method similar to the demo on the examples page:http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html However, when I call this method on a PatchCo