Re: [Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hi John, Thanks for the hint. I am able to pass the rect returned by Subplot.get_position(). Bing On Sat, May 24, 2008 at 9:27 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote: > > Hello, > >Coul

[Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hello, Could anyone tell me how to use plot3D in a subplot? I looked at the examples at http://www.scipy.org/Cookbook/Matplotlib/mplot3D But seems to me that matplotlib.axes3d.Axes3D can be only constructed from a Figure instance but not from a Subplot instance. Thanks, Bing