Re: [Matplotlib-users] deleting gray panels in Axes3D

2011-02-23 Thread Benjamin Root
On Wed, Feb 23, 2011 at 4:52 PM, Rene Breton wrote: > Thanks much for the quick answer Ben! > > At least now I know it doesn't exist, yet. I might dig into the source > code to change the color as you suggest. As a workaround, maybe I will > simply tweak the .ps output in Adobe Illustrator; should

Re: [Matplotlib-users] deleting gray panels in Axes3D

2011-02-23 Thread Rene Breton
Thanks much for the quick answer Ben! At least now I know it doesn't exist, yet. I might dig into the source code to change the color as you suggest. As a workaround, maybe I will simply tweak the .ps output in Adobe Illustrator; should be easy enough to remove such thing. By the way, I'm very

Re: [Matplotlib-users] deleting gray panels in Axes3D

2011-02-23 Thread Benjamin Root
On Wed, Feb 23, 2011 at 4:19 PM, Rene Breton wrote: > Hi all, > > I'm making a 3d plot using Axes3D (plot_surface) and I want to get rid > of the 3d gray box that surrounds the object so that only the object > shows up. Is there a way to do it? After creating my Axes3D instance, I > can't find muc

[Matplotlib-users] deleting gray panels in Axes3D

2011-02-23 Thread Rene Breton
Hi all, I'm making a 3d plot using Axes3D (plot_surface) and I want to get rid of the 3d gray box that surrounds the object so that only the object shows up. Is there a way to do it? After creating my Axes3D instance, I can't find much else than methods to change the x,y,z labels and axis limi