Re: [matplotlib-devel] Fwd: SciPy 2015 CFP Email 2

2015-03-26 Thread Michael Droettboom
This sounds great. Unfortunately, I can't attend Scipy this year due to a family commitment, but would be more than happy to help put together and review materials beforehand. Cheers, Mike On 03/26/2015 10:59 AM, Thomas Caswell wrote: I also think we should have a 'state of the library' tal

Re: [matplotlib-devel] Fwd: SciPy 2015 CFP Email 2

2015-03-26 Thread Thomas Caswell
I also think we should have a 'state of the library' talk. We definitely have a few important things to announce/show off: - FSA - nbagg/notebook - new default colors - style module and should have a couple more by July - sane serialize/deserialize + interop with plotly/bokeh - better

[matplotlib-devel] Move MEPs into main documentation

2015-03-26 Thread Thomas Caswell
I am proposing to move the MEPs from the wiki into the main documentation. https://github.com/matplotlib/matplotlib/pull/4249 The main benifits to this are to make preserve the MEPs long term, to keep a better history of their development, and to improve the discussion around them. The motivatio

Re: [matplotlib-devel] Fwd: possible issue with _spectral_helper function in matplotlib/mlab.py when compensate windowing loss

2015-03-26 Thread Benjamin Root
wouldn't `np.sqrt(np.ones(NFFT)**2).sum()` just be NFFT? So, it looks like our power spectra isn't normalized at that point. But, IIRC, the code that calls this helper function does normalize the result if the user specifies it to be. Ben Root On Thu, Mar 26, 2015 at 8:35 AM, Thomas Caswell wrot