From: <jrj...@gm...> - 2011-11-15 16:04:35
|
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 contains the backend_gtk3.py file and some test scripts for embedding a matplotlib figure in Gtk3 applications using that backend. I think it works alright for the use cases that I've been able to test, so it might be a good starting point for a Gtk3 backend if there are no other attempts to create such a backend already. Best regards Robert |