Re: [matplotlib-devel] subplotting 3d figures

2010-07-06 Thread Benjamin Root
No problem. I am glad that it is useful. Yes, you can have a figure with a mix of 2D subplots and 3D subplots. I will make sure I include an example of that as well. I will look into updating the rst file, and also the current batch of examples to use the new approach. I am honored you would

Re: [matplotlib-devel] subplotting 3d figures

2010-07-05 Thread John Hunter
On Sat, Jul 3, 2010 at 1:51 AM, Benjamin Root wrote: > Hello all, > > I have always been a bit troubled with how Axes3D object is a bit of a > 2nd-class citizen in matplotlib.  In particular, it is very common to create > a new axes using .add_subplot() or .gca(), but you can't do that with > Axes

Re: [matplotlib-devel] subplotting 3d figures

2010-07-05 Thread Benjamin Root
Just re-pinging to see if there is any interest in this patch. Ben Root On Sat, Jul 3, 2010 at 1:51 AM, Benjamin Root wrote: > Hello all, > > I have always been a bit troubled with how Axes3D object is a bit of a > 2nd-class citizen in matplotlib. In particular, it is very common to create > a

[matplotlib-devel] subplotting 3d figures

2010-07-02 Thread Benjamin Root
Hello all, I have always been a bit troubled with how Axes3D object is a bit of a 2nd-class citizen in matplotlib. In particular, it is very common to create a new axes using .add_subplot() or .gca(), but you can't do that with Axes3D. You also can't create subplots of 3d figures, you have to cr