Re: [Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-16 Thread Joshua J. Kugler
On Saturday 08 November 2008, John Hunter said something like: On Sat, Nov 8, 2008 at 1:02 AM, Joshua J. Kugler [EMAIL PROTECTED] wrote: On Friday 07 November 2008, John Hunter said something like: http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#repo rt-a-problem Sorry,

Re: [Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-16 Thread Joshua J. Kugler
On Saturday 08 November 2008, John Hunter said something like: On Sat, Nov 8, 2008 at 1:02 AM, Joshua J. Kugler Sorry, I wasn't so much reporting a problem with matplotlib as I was wondering if I was missing something. Turns out I was missing something: it was the x minor tick labels that

Re: [Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-08 Thread John Hunter
On Sat, Nov 8, 2008 at 1:02 AM, Joshua J. Kugler [EMAIL PROTECTED] wrote: On Friday 07 November 2008, John Hunter said something like: 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

[Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-07 Thread Joshua J. Kugler
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 =

Re: [Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-07 Thread John Hunter
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)

Re: [Matplotlib-users] Where else to look when tick_label.set_fontsize isn't working

2008-11-07 Thread Joshua J. Kugler
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