[mplot3d] change axis background color

That would indeed be a better approach. Can somebody points me to the
particular methods/attributes to look at ?

Thanks in advance,

    Denis

···

On Wed, 02 Jun 2010 06:54:11 -1000, Eric Firing wrote:

On 06/02/2010 05:53 AM, Jae-Joon Lee wrote:

On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote:

This is set in axis3d module (class Axis), by _AXINFO.
So far, I haven't found a way to modify colors/transparency but to edit
the latter file. Is this hard-coded or is there a way to modify this a
posteriori ?

You can simply modify that dictionary.

...with the caution that you are modifying a private
implementation-dependent variable, so your code is more likely to break
with future versions of mplot3d, and with no deprecation or other
warning, than if you could stick to methods and attributes without the
leading underscore.

As far as I can see, there is no public methods/attributes.
Can you file a bug so that Reinier (or others) can pick this up later?

-JJ

···

On Wed, Jun 2, 2010 at 2:46 PM, Denis Laxalde <dlaxalde@...287...> wrote:

That would indeed be a better approach. Can somebody points me to the
particular methods/attributes to look at ?

Done: https://sourceforge.net/tracker/?func=detail&atid=560723&aid=3011616&group_id=80706

Cheers,

    Denis

···

Le jeudi 03 juin 2010 à 11:41 -0400, Jae-Joon Lee a écrit :

On Wed, Jun 2, 2010 at 2:46 PM, Denis Laxalde <dlaxalde@...287...> wrote:
> That would indeed be a better approach. Can somebody points me to the
> particular methods/attributes to look at ?
>

As far as I can see, there is no public methods/attributes.
Can you file a bug so that Reinier (or others) can pick this up later?