On Friday 07 November 2008, John Hunter said something like: > 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
Sorry, I wasn't so much reporting a problem with matplotlib as I was wondering if I was missing something. I'll try to extract a free-standing example, but it might be hard...there's a lot of code interacting here. I'll work on that when I get a chance. Thanks! j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE ------------------------------------------------------------------------- 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