On Tue, Oct 4, 2011 at 4:22 AM, Christopher Brown <c...@asu.edu> wrote:
>     tick.label1.set_color('red')
>

You should use tick.label2, not tick.label1.

    tick.label2.set_color('red')

Anyhow, as Eric said, it is strongly advised to use the tick_params method.

-JJ

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to