Re: [Matplotlib-users] findobj in pylab

2008-07-04 Thread Robert Cimrman
Eric Firing wrote: > I'm not sure if this is addressing your situation, but the simplest way > to adjust all font sizes is to use the rcParams dictionary, either > directly or via the matplotlibrc file. If the default font sizes for > various items are specified using "medium", "large", etc, in

Re: [Matplotlib-users] findobj in pylab

2008-07-04 Thread Eric Firing
Robert Cimrman wrote: [...] > > Great! I used to write many such functions for setting font sizes of all > elements in a figure. But speaking about the font sizes, one usually > wants the title to be in larger font then the axis labels etc. How could > something like this be implemented within y

Re: [Matplotlib-users] findobj in pylab

2008-07-04 Thread Robert Cimrman
John Hunter wrote: > On Thu, Jul 3, 2008 at 8:42 AM, John Kitchin <[EMAIL PROTECTED]> wrote: >> Thanks Matthias. That is a helpful example. >> >> I have been trying to figure out how to recursively examine all the objects >> in fig to see if there is a particular settable property. It seems like th