[Matplotlib-users] Title color

2010-05-03 Thread Christopher Brown
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

Re: [Matplotlib-users] Title color

2010-05-03 Thread Ryan May
On Mon, May 3, 2010 at 1:12 PM, Christopher Brown c...@asu.edu 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)