[matplotlib-devel] Contribute streamgraph chart type

2011-02-09 Thread Uri Laserson
Hi all, I wrote a bit of code for plotting streamgraphs with MPL (e.g., http://goo.gl/7sjcR). It is available on my GitHub page here: http://goo.gl/qGGPS What is the best way for me to integrate it into MPL? Uri .

[matplotlib-devel] sourceforge 'latest' still points to 1.0.0

2011-02-09 Thread Paul Ivanov
I'm guessing only the admins can change this (or at least I didn't find a way to do it myself on the sourceforge site) but the link at the top of the download page still points to 1.0.0 "Loking for the latest version? Download matplotlib-1.0.0.tar.gz" This actually affects all of the direct downl

[matplotlib-devel] patch to close plots with 'q'

2011-02-09 Thread Marshall Ward
Hello, first time poster, I've made a patch to add a keyboard shortcut to close plot windows with the 'q' key (patchfile attached, in case it is of interest to the matplotlib team). But as I was finishing it up, I noticed that there was already something similar in the code, commented out (even us

Re: [matplotlib-devel] patch to close plots with 'q'

2011-02-09 Thread Eric Firing
On 02/09/2011 09:23 PM, Marshall Ward wrote: > Hello, first time poster, > > I've made a patch to add a keyboard shortcut to close plot windows with > the 'q' key (patchfile attached, in case it is of interest to the > matplotlib team). But as I was finishing it up, I noticed that there was > alrea