[matplotlib-devel] Using a dict for the CallbackRegistry

2011-11-15 Thread Benjamin Root
A question that was raised while diagnosing an issue with mpl_connect(). A user wants to attach a function to multiple events. Apparently, this was possible in previous versions, but the current version disallows that through its use of the dictionary that is key'ed by the callback functions. Do

[matplotlib-devel] GTK3 backend for matplotlib?

2011-11-15 Thread jrjohans...@gmail.com
Hi Is anyone working on a Gtk3 backend for matplotlib that use the pygobject API? I could not find any information about how to use the matplotlib with Gtk3, so I started to port the Gtk2 backend to the pygobject API, and using the cairo backend for renderering. I'm attaching a tarboll that cont

Re: [matplotlib-devel] GTK3 backend for matplotlib?

2011-11-15 Thread Michael Droettboom
Thanks. I spent about a day last week working on this as well -- I have a local branch for it. When I get the chance, I'll have a look at this and compare notes. Submitting a github pull request would be great if you're able. Mike On 11/15/2011 11:04 AM, jrjohans...@gmail.com wrote: Hi I