On Fri, Nov 7, 2008 at 7:51 PM, Joshua J. Kugler <[EMAIL PROTECTED]> wrote:
> With the help of John Hunter and Stan West, I got some of my tick labels
> sizing correctly.  I have this chunk of code:
>
> for label in self.main_axes.get_xticklabels():
>    label.set_fontsize(self.xtick_labelsize)
>
> main_ticks = self.main_axes.get_yticklabels()
> sub_ticks = (self.sub_axes.get_yticklabels()
>             if hasattr(self.sub_axes, 'get_yticklabels') else  [])
> for label in main_ticks + sub_ticks:
>    label.set_fontsize(self.ytick_labelsize)


Please post a complete, free-standing example, that we can run, that
illustrates the problem.

  
http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to