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 <[email protected]>
To: Yannick Copin <[email protected]>
Cc: Michael Rawlins <[email protected]>;
[email protected]
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
<[email protected]> 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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users