Re: [matplotlib-devel] Gtk3/GObject-introspection support in master

2011-12-14 Thread Benjamin Root
On Wed, Dec 14, 2011 at 7:44 AM, Michael Droettboom wrote: > Thanks to the great work of Robert Johannson, we now have Gtk3 support > using the GObject introspection Python bindings. To use, set your backend > to "Gtk3Cairo" or "Gtk3Agg". > > It seems to be working well, but it would be great t

[matplotlib-devel] Gtk3/GObject-introspection support in master

2011-12-14 Thread Michael Droettboom
Thanks to the great work of Robert Johannson, we now have Gtk3 support using the GObject introspection Python bindings. To use, set your backend to "Gtk3Cairo" or "Gtk3Agg". It seems to be working well, but it would be great to get testing on a broader set of platforms etc. Unfortunately, t

[matplotlib-devel] bbox_inches='tight' error, is this an mpl bug or misuse on my part?

2011-12-14 Thread Fernando Perez
Hi all, I'm getting an error (with current mpl master) illustrated by this code: ### from cStringIO import StringIO import matplotlib.pyplot as plt import matplotlib.lines as lines fig = plt.figure() l1 = lines.Line2D([0, 1], [0, 1], transform=fig.transFigure, figure=fig) l2 = lines.Line2D([0, 1