Gökhan Sever wrote:
> Hello,
>
> Is there a way to color words differently in a label or title, for 
> example:
>
> ylabel("measurement 1 (in red color)" , "measurement 2 (in blue 
> color)") to match with the plotted line colors?
>
> Thanks.
>
> -- 
> Gökhan
Gökhan:

ylabel('measurement 1',color='r')
ylabel('measurement 2',color='b')


-Jeff


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to