That actually did it.  I thought I had tried this several times and kept
getting errors.  It would not take the color names like red, blue etc.  But
when I changed it as suggested it worked!   

Thank you!  


Jae-Joon Lee wrote:
> 
> On Tue, Feb 16, 2010 at 2:15 PM, duckman <tduck...@crowellsystems.com>
> wrote:
>> I am trying to make the table at the bottom and the lines the same color.
>>  I
>> took the code from one of the online examples and modified it to do most
>> of
>> what I want but cannot get the color in the table working properly! Can
>> someone please help?  Thank you
>>
> 
> Do you want the background of the row labels to match your line colors?
> The answer seems to be so trivial and I'm not sure if this is what you
> want.
> 
> the_table = table(cellText=cellText,
>                  rowLabels=rowLabels, rowColours=linecolor,
>                  colLabels=colLabels,
>                  loc='bottom')
> 
> -JJ
> 
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Color-in-table-help-please%21--I-have-already-searched-previous-posts-tp27613553p27623776.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to