Please take a look at the backend_gtk.py if you're going to customize
the toolbar.
fig.canvas.toolbar is derived from gtk.Toolbar. So, you can customize
it as you do for any gtk.Toolbar.
I guess something like below is similar to DeleteToolByPos in wx. I
just grabbed it by doing dir on the toolba
Hi there,
I'm currently trying to have my own navigation toolbar by deleting some
unuseful buttons.
Solutions given as follows is working for wxpython but not for pygtk since
DeleteToolByPos cannot be found :
http://www.nabble.com/Navigation-toolbar-w-o-subplot-configuration-button-td18747977.h