Mads,

On Thu, Jun 28, 2012 at 7:47 AM, Mads Ipsen <madsip...@gmail.com> wrote:

>  I want to make some mods to a few selected tick labels.
>
> For example, if I do
>
>   label = axes.yaxis.get_major_ticks()[2].label
>   label.set_fontsize(size)
>   label.set_rotation('vertical')
>
> the font size and the orientation of the tick label is changed. However,
> if try
>
>   label.set_text('Foo')
>
> the tick label is *not* modified.
>
> Any clues?
>
> Best regards,
>
> Mads
>
>
I can't seem to reproduce your issue.  If I call "label.get_text()" after
calling "label.set_text('Foo')", I get 'Foo' back.  Did you mean that the
text on the plot was not updated?  If so, I wouldn't be totally surprised.
Which version of matplotlib (and backend) are you using?

Cheers!
Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to