On Thu, Jan 21, 2010 at 1:16 PM, Andrew Kelly <ndruke...@gmail.com> wrote:
> (Part of my confusion stems from the fact that I can access the Tick
> instances on the Axis but when I call Tick.set_label2("New Label") the label
> does not get drawn.  Perhaps I am being daft.)
>

http://matplotlib.sourceforge.net/api/axis_api.html#matplotlib.axis.Tick

You need to set label2On attribute as True.

I think there is no convenient function that do this, other than
manually iterate over the ticks.

Regards,

-JJ

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to