Title color

Hi List,

How can I change the (fore)color of a figure title (pp.title('Wow!')) after it has been added to the figure? I can do this with axes labels like this:

pp.gca().axes.xaxis.label.set_color(color)

···

--
Christopher Brown, Ph.D.
Associate Research Professor
Department of Speech and Hearing Science
Arizona State University
http://pal.asu.edu

pp.gca().axes.title.set_color(color)

You can also save the return value from pp.title:

t = pp.title('Wow!')

t.set_color(color)

Ryan

···

On Mon, May 3, 2010 at 1:12 PM, Christopher Brown <c-b@...1861...> wrote:

Hi List,

How can I change the (fore)color of a figure title (pp.title('Wow!'))
after it has been added to the figure? I can do this with axes labels
like this:

pp.gca().axes.xaxis.label.set_color(color)

--
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma