Re: [matplotlib-devel] Question about getters and setters.

2015-05-14 Thread Benjamin Root
You could start up a Pull Request describing a MEP that would outline how traitlets would be used. The discussion can go on there to flesh out the concepts and the guidance documentation. Once that is agreed upon, that PR would get merged, and we can then start up a new PR actually implementing the

Re: [matplotlib-devel] python nightly failures

2015-05-14 Thread Jens Nielsen
Thanks for tracing this Tom. I was meaning to look into it but never got round to it. Jens tor. 14. maj 2015 kl. 03.30 skrev Juan Nunez-Iglesias : > Thanks Tom! Absolutely fascinating! I was trying to grok this and > thinking, "but what if we want 'or' to return a value that will later be > used

Re: [matplotlib-devel] Question about getters and setters.

2015-05-14 Thread Brian Granger
Great, that is exciting. What do you think is the best way forward? Should I open an issue on the matplotlib repo about this? Would there be interest in doing a Google+ hangout about this at some point? On Wed, May 13, 2015 at 11:57 PM, Eric Firing wrote: > On 2015/05/13 7:45 PM, Brian Granger w

Re: [matplotlib-devel] Question about getters and setters.

2015-05-14 Thread Eric Firing
On 2015/05/13 7:45 PM, Brian Granger wrote: > We (ipython/jupyter) have been talking some more about integrating > matplotlilb in deeper ways with the interactive widgets framework. That > only thing that would be required to make this *trivial* is having a > traitlet's based API for matplotlib. I