Can I make a mplot3d PolyCollection Plot with projection on back wall

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

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
http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/pathpatch3d_demo.html

-Ben

···

-----Original Message-----
From: Jeremy Conlin [mailto:jlconlin@…287…]
Sent: Wednesday, April 14, 2010 11:14 AM
To: matplotlib-users@lists.sourceforge.net
Subject: [Matplotlib-users] Can I make a mplot3d PolyCollection Plot with projection on back wall

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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Yep those are what I needed. Thanks!

Jeremy

···

On Wed, Apr 14, 2010 at 9:35 AM, Ben Axelrod <BAxelrod@...2066...> 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:
http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/contour3d_demo3.html
http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/pathpatch3d_demo.html

-Ben