All,

 

I have a question regarding the default alpha value for an Artist.  Why is it 
1.0 instead of None?  The color conversion code takes
into account if alpha is None and having it default to something other than 
None makes it impossible for any Patch to have a
fill_color specified as an RGBA value (and possibly other Artist sub-classes).  
Should this be something else, or should the
Patch.set_facecolor method pre-process the incoming color value and set any 
specified alpha as appropriate (I hope not since this
would cause the color value to be processed several times)?

 

Thanks,

--James Evans

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to