[matplotlib-devel] examples/user_interfaces/pylab_with_gtk.py seems broken

2014-11-15 Thread Benjamin Root
My pygtk install is really hobbled (no thanks to anaconda...). Can someone with a working gtk environment doublecheck that the pylab_with_gtk.py script is broken on master? I am getting the following error: ben@tigger:~/Programs/matplotlib/examples/user_interfaces$ python pylab_with_gtk.py Gtk-Mes

Re: [matplotlib-devel] Tk backend different from others

2014-11-15 Thread Eric Firing
On 2014/11/15, 6:14 AM, Benjamin Root wrote: > I was working on my embedding chapter of my book when I noticed a subtle > difference in the tkagg backend from other interactive backends. First, > all other interactive Canvas classes inherit their respective backend's > widget: > > ``` > ben@tigger:

[matplotlib-devel] Tk backend different from others

2014-11-15 Thread Benjamin Root
I was working on my embedding chapter of my book when I noticed a subtle difference in the tkagg backend from other interactive backends. First, all other interactive Canvas classes inherit their respective backend's widget: ``` ben@tigger:~/Programs/matplotlib$ git grep "FigureCanvasBase" | grep