Re: [Matplotlib-users] where is line after remove?

2013-09-14 Thread Federico Ariza
Hello Finally (after long time) I managed to get time and courage to make my first PR with this little modification https://github.com/matplotlib/matplotlib/pull/2417 Federico On Tue, Mar 13, 2012 at 3:17 PM, John Hunter wrote: > > > On Tue, Mar 13, 2012 at 1:20 PM, Federico Ariza > wrote:

[Matplotlib-users] text color in matplotlib Table

2013-09-14 Thread Alexandre Voitenok
Hi I am trying to figure out how to change font color (as opposed to the fill color) in select cells in Table. Is there a way to do this? Below is an example: import matplotlib.pyplot as plt import numpy as np import pandas as pd from matplotlib.table import Table def main(): data = pd.DataFr