[matplotlib-devel] MEP12: Reorganize example gallery and clean up examples

2012-12-10 Thread Tony Yu
Hi all, I'm not sure if non-core-developers are allowed to post MEPs, but I just did ;). MEP 12 outlines the reorganization of the example gallery and subsequent clean up of the examples: https://github.com/matplotlib/matplotlib/wiki/MEP12 In my opinion, there are two open questions in the

Re: [matplotlib-devel] MEP12: Reorganize example gallery and clean up examples

2012-12-10 Thread Chao YUE
The gallry will not include everything, could we also have somewhere to let non-core users freely share the code? like some features that are nice to have but not easily found in the galery? but hope this will not lead to overcrowded. Chao On Mon, Dec 10, 2012 at 11:18 PM, Tony Yu

Re: [matplotlib-devel] MEP12: Reorganize example gallery and clean up examples

2012-12-10 Thread Tony Yu
On Mon, Dec 10, 2012 at 5:32 PM, Chao YUE chaoyue...@gmail.com wrote: The gallry will not include everything, could we also have somewhere to let non-core users freely share the code? like some features that are nice to have but not easily found in the galery? but hope this will not lead to

Re: [matplotlib-devel] MEP12: Reorganize example gallery and clean up examples

2012-12-10 Thread Paul Hobson
On Mon, Dec 10, 2012 at 2:18 PM, Tony Yu tsy...@gmail.com wrote: Hi all, I'm not sure if non-core-developers are allowed to post MEPs, but I just did ;). MEP 12 outlines the reorganization of the example gallery and subsequent clean up of the examples:

Re: [matplotlib-devel] MEP12: Reorganize example gallery and clean up examples

2012-12-10 Thread Chao YUE
thanks Tony. I didn't know this before. On Mon, Dec 10, 2012 at 11:32 PM, Chao YUE chaoyue...@gmail.com wrote: The gallry will not include everything, could we also have somewhere to let non-core users freely share the code? like some features that are nice to have but not easily found in the

Re: [matplotlib-devel] DeprecationWarnings in matplotlib effectively invisible (with proposed fix)

2012-12-10 Thread Nathaniel Smith
On Wed, Dec 5, 2012 at 10:23 PM, Paul Ivanov pivanov...@gmail.com wrote: On Wed, Dec 5, 2012 at 1:52 PM, Nathaniel Smith n...@pobox.com wrote: If you're defining your own warning class, you might consider using FutureWarning instead of UserWarning. We had a discussion about this issue for