Re: [Matplotlib-users] Bar plot choose colours

2015-10-28 Thread Joshua Klein
The pandas plot function doesn’t take colors as it does ‘x’ or ‘y’, but it lets you pass color information just as you would with raw matplotlib code, which means you can pass it a sequence of colors which match the length of your sequence of drawn observations. # compute color codes using a terna

Re: [Matplotlib-users] Bar plot choose colours

2015-10-29 Thread Joshua Klein
> Thanks for taking the time to respond > > I am receiving the error: > AttributeError: 'Series' object has no attribute 'iterrow' > > I will look into this further. > thank you > > > On Thu, Oct 29, 2015 at 2:31 PM, Joshua Klein > wrote: >

Re: [Matplotlib-users] Matplotlib vers. 1.5.0 warnings

2015-12-17 Thread Joshua Klein
You can use the warnings module from the Python standard Library. import warnings warnings.filterwarnings(action='ignore') This will silence all Python warnings. The signature for warnings.filterwarnings can also be used to onl