On Tue, Feb 7, 2012 at 12:38 PM, Gökhan Sever <gokhanse...@gmail.com> wrote:
> Posted at https://github.com/matplotlib/matplotlib/issues/697
>
> I think a syntax like:
>
> plt.ylabel("Sun is shining.", color='rgb')
>
> would be a good start. (Assuming len of string == len of colors)
>
>
Don't know if I like that. It becomes even more difficult to convert the
color spec into rgb. How about this?
plt.ylabel(['Sun", "is", "shining"], color=['r', 'g', 'b'])
By having the input label be an array, that would force ylabel to recognize
that the color sequence should also be treated similarly.
Ben Root
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users