[Matplotlib-users] Can I make a mplot3d PolyCollection Plot with projection on back wall

2010-04-14 Thread Jeremy Conlin
I want to make a plot similar to this demo: http://matplotlib.sourceforge.net/examples/mplot3d/polys3d_demo.html but also make simple line plots on the back wall of the plot, perhaps with the pyplot.plot command. How can I do this? Thanks, Jeremy

Re: [Matplotlib-users] Can I make a mplot3d PolyCollection Plot with projection on back wall

2010-04-14 Thread Ben Axelrod
This example shows how to use 2d plots in a 3d plot: http://matplotlib.sourceforge.net/examples/mplot3d/2dcollections3d_demo.html These examples may also help: http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/contour3d_demo3.html

Re: [Matplotlib-users] Can I make a mplot3d PolyCollection Plot with projection on back wall

2010-04-14 Thread Jeremy Conlin
On Wed, Apr 14, 2010 at 9:35 AM, Ben Axelrod baxel...@coroware.com wrote: This example shows how to use 2d plots in a 3d plot: http://matplotlib.sourceforge.net/examples/mplot3d/2dcollections3d_demo.html These examples may also help: