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
>
------------------------------------------------------------------------------

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

Reply via email to