« Return to Thread: Taylor diagram (2nd take)

Re: Taylor diagram (2nd take)

by Michael Rawlins :: Rate this Message:

| View in Thread


self._ax.grid

is in the code I have. 

Jae-Joon: Yannick must have modified the code beyond the version to which you refer.

Mike


From: Jae-Joon Lee <lee.j.joon@...>
To: Yannick Copin <yannick.copin@...>
Cc: Michael Rawlins <rawlins@...>; matplotlib-users@...
Sent: Monday, March 26, 2012 9:38 PM
Subject: Re: [Matplotlib-users] Taylor diagram (2nd take)

On Wed, Feb 22, 2012 at 12:10 AM, Yannick Copin
<yannick.copin@...> wrote:
> after iterating with Michael A. Rawlins over my previous attempt to code a
> Taylor diagram (see [1]), here's a new version of my code, along with an
> example plot. Maybe it could make its way into the gallery as an example of
> Floating Axes and Grid Finder (even though I'm not sure the code is
> particularly exemplary, comments are welcome).

Good to know that someone is using axisartist toolkit.
Just a quick comment.


    def add_grid(self, *args, **kwargs):
        """Add a grid."""

        self.ax.grid(*args, **kwargs)


Maybe you wanted "self._ax.grid"?

Regards,

-JJ

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

 « Return to Thread: Taylor diagram (2nd take)