[matplotlib-devel] Interactive matplotlib figures in the IPython notebook

2014-04-24 Thread Phil Elson
Cross posted to IPython-dev and mpl-dev. Over the Easter holidays I had a chance to take a look at implementing a new matplotlib backend which would allow interactive figures inline in the IPython notebook. It's something that has been on the radar for a couple of years now, with work needed from

[matplotlib-devel] MEP22 update

2014-04-24 Thread Federico Ariza
Hello everybody. I just did a little update of the PR https://github.com/matplotlib/matplotlib/pull/2759 This is the implementation of the MEP22. I would like to have some feedback on this. It is working and rebased so should merge cleanly. There is an example in examples/user_interfaces/navigat

Re: [matplotlib-devel] [IPython-dev] Interactive matplotlib figures in the IPython notebook

2014-04-24 Thread Fernando Perez
Hi Phil, On Thu, Apr 24, 2014 at 6:57 AM, Phil Elson wrote: > Cross posted to IPython-dev and mpl-dev. > > Over the Easter holidays I had a chance to take a look at implementing a > new matplotlib backend which would allow interactive figures inline in the > IPython notebook. It's something that