[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

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

2011-02-23 Thread Rene Breton
, depending exactly how plots are rendered. Cheers, Rene On 11-02-23 05:33 PM, Benjamin Root wrote: On Wed, Feb 23, 2011 at 4:19 PM, Rene Breton superlumini...@gmail.com mailto:superlumini...@gmail.com wrote: Hi all, I'm making a 3d plot using Axes3D (plot_surface) and I want to get