Re: [matplotlib-devel] Stacked plotting in matplotlib

2012-08-12 Thread Nic Eggert
Oops, sorry. I realized it was actually Ben Root who suggested I start this discussion. Don't want to put words in anyones mouth. Nic On Sun, Aug 12, 2012 at 11:51 PM, Nic Eggert wrote: > Hi all, > > I'd like to bring up a question spurred by PRs #847(mine) and #819 > (recently accepted). These

[matplotlib-devel] Stacked plotting in matplotlib

2012-08-12 Thread Nic Eggert
Hi all, I'd like to bring up a question spurred by PRs #847(mine) and #819 (recently accepted). These PRs both deal with stacked plots. #819 adds the stackplot function to axes.py as a new function, which plots different 2-d datasets stacked atop each other. #847 slightly modifies the functioning

Re: [matplotlib-devel] How to properly use git to implement a feature

2012-08-12 Thread Eric Firing
On 2012/08/12 3:34 PM, Daniel Hyams wrote: > > I was wanting to add a feature to matplotlib...one that I would use in > my application. I also want to contribute the feature back. I'm > personally using version 1.1.1 of matplotlib. Disclaimer...I only know > enough about git to be dangerous. > >

Re: [matplotlib-devel] How to properly use git to implement a feature

2012-08-12 Thread Michael Droettboom
On 08/12/2012 09:34 PM, Daniel Hyams wrote: I was wanting to add a feature to matplotlib...one that I would use in my application. I also want to contribute the feature back. I'm personally using version 1.1.1 of matplotlib. Disclaimer...I only know enough about git to be dangerous. So is

[matplotlib-devel] How to properly use git to implement a feature

2012-08-12 Thread Daniel Hyams
I was wanting to add a feature to matplotlib...one that I would use in my application. I also want to contribute the feature back. I'm personally using version 1.1.1 of matplotlib. Disclaimer...I only know enough about git to be dangerous. So is it best to branch from v1.1.1, implement the featu