On Mon, Jul 23, 2012 at 05:50:41AM +0200, klo uo wrote:
> Thanks for your reply Ben,
> 
> 
> On Sun, Jul 22, 2012 at 4:39 PM, Benjamin Root wrote:
> > As for the assertion that HTML colors aren't used, that is incorrect.  The
> > named colors follow the HTML list.  Here is our list:
> >
> > https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/colors.py#L62
> >
> > and here is the html list:
> >
> > http://html-color-codes.info/color-names/
> 
> sure that's correct, I just meant about default defined colors with
> abbrev color names, like 'y' (#BFBF00) in not 'yellow' (#FFFF00) etc.
>

Are you saying the following two examples

ax.plot(x, y, 'yellow')
ax.plot(x, y, 'y')

produce different coloured lines? Or are you saying yellow should always
be #FFFF00?

> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users

-- 
Damon McDougall
http://damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to