I realize I was probably too wordy the first time I posted this:

Does anyone know how to specify arbitrary colors to the fill() function?

None of the following methods I tried seemed to work:
ax.fill(array([0.25,0.75,0.75,0.25,0.25]),array 
([0.75,0.75,0.25,0.25,0.75]),'#FF0000')
ax.fill(array([0.25,0.75,0.75,0.25,0.25]),array 
([0.75,0.75,0.25,0.25,0.75]),color='#FF0000')
ax.fill(array([0.25,0.75,0.75,0.25,0.25]),array 
([0.75,0.75,0.25,0.25,0.75]),color=(1,0,0))

Thanks,

Mike Hearne


------------------------------------------------------
Michael Hearne
[EMAIL PROTECTED]
(303) 273-8620
USGS National Earthquake Information Center
1711 Illinois St. Golden CO 80401
Senior Software Engineer
Synergetics, Inc.
------------------------------------------------------



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to