On Sat, Sep 26, 2009 at 9:58 PM, Jae-Joon Lee <lee.j.j...@gmail.com> wrote:
> As specified in the doc
>
>
> http://matplotlib.sourceforge.net/api/axis_api.html?highlight=get_majorticklabels#matplotlib.axis.Axis.get_majorticklabels
>
> it returns a list of Text instances. You may use
>
>
> http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.text.Text.get_text
>
> to retrieve the strings associated.
> For example,
>
> [t.get_text() for t in ax.xaxis.get_majorticklabels()]
>
> -JJ
>
Yes, got it. Thanks.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users