> In the meantime, PEP8 PRs can be completed on master, after which feature
enhancements can proceed on master.
I think it would be helpful to hold fire on the PEP8 changes until we have
our rc3 and have merged it back onto master for (hopefully) the last time.
That way, we wont have to deal with
Hello,
I made a few minor changes to the Sankey class. They are listed at:
https://github.com/kdavies4/matplotlib/compare/master...sankey5
Please review this and let me know if I can submit a pull request.
Thanks.
Kevin
-
On Tue, Oct 16, 2012 at 2:55 PM, Kevin Davies wrote:
> Hello,
>
> I made a few minor changes to the Sankey class. They are listed at:
> https://github.com/kdavies4/matplotlib/compare/master...sankey5
>
> Please review this and let me know if I can submit a pull request.
>
> Thanks.
>
> Kevin
Tha
There seems to be an issue with how arguments are parsed when it comes
to determining the color of a line. Generally, it seems that 'c'
takes precedence over 'color'. However, this precedence seems to
change with the number of passed kwargs.
-
import matplotlib.pyplot as plt
import n
Thanks for your comments! see below...
On 10/16/2012 10:14 AM, Damon McDougall wrote:
> On Tue, Oct 16, 2012 at 2:55 PM, Kevin Davies wrote:
>> Hello,
>>
>> I made a few minor changes to the Sankey class. They are listed at:
>> https://github.com/kdavies4/matplotlib/compare/master...sankey5
>>
>