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
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