On Thu, Jan 21, 2010 at 2:31 PM, Andrew Kelly <ndruke...@gmail.com> wrote:
> Turning label2On = true turned on the labels as directed.  However, the
> function      label2.set_text("New Tick Label")     does not update the
> actual text.  I can set_size(), etc and it works, but set_text() does not
> update.  Any ideas why?
>

You should not call set_text directly, instead you need to call
Axis.set_ticklabels.
If you want the top (right) ticks have different ticklabels than the
bottom (left) ticks, that is not possible.
You need to make another axes by calling twin*.

-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