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
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
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