Huh, how about that?  I never noticed that before.  I wonder if that is a
bug or if it is intentional?

Ben Root

On Tue, Jun 1, 2010 at 5:28 PM, Denis Laxalde <dlaxa...@gmail.com> wrote:

> Hi Ben,
>
> Thanks for your answer.
> Actually, options for savefig seem to only operate on 2D axes whereas
> I'm trying to change the color of 3D axes (x,y,z) which, by default,
> have a grid with a gray background.
> I manage to remove the grid lines but not the background color.
> (My initial question was not very clear perhaps...)
>
>    Denis
>
>
> Le mardi 01 juin 2010 à 16:57 -0500, Benjamin Root a écrit :
> > Denis,
> >
> > There are probably other ways, but the one that I know off the top of my
> > head is done at the savefig() function.  If you want to remove the
> > background entirely, you can specify the keyword argument
> transparent=True.
> > You can change the color using the facecolor keyword argument.  You can
> > specify any color in that argument like you would elsewhere in
> matplotlib.
> >
> > Ben Root
> >
> > On Tue, Jun 1, 2010 at 4:42 PM, Denis Laxalde <dlaxa...@gmail.com>
> wrote:
> >
> > > Hi,
> > >
> > > Is there a way to change (and maybe remove) the background color (gray
> > > by default) of axis in mplot3d graphics ?
> > >
> > > Thanks,
> > >
> > >  Denis
> > >
>
------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to