Re: [Matplotlib-users] Navigation toolbar edit for pygtk-based algorithm

2009-10-03 Thread Jae-Joon Lee
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

[Matplotlib-users] Navigation toolbar edit for pygtk-based algorithm

2009-10-03 Thread redrum
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