Re: [Matplotlib-users] Navigation toolbar w/o subplot configuration button

2008-07-31 Thread John Hunter
On Thu, Jul 31, 2008 at 8:18 AM, Ben Axelrod <[EMAIL PROTECTED]> wrote: > Yes. I did this by deriving my toolbar class from the default > NavigationToolbar2WxAgg. Then deleting the buttons I did not want. I had to > delete by position, because I did not know their IDs. (Does anyone know how

Re: [Matplotlib-users] Navigation toolbar w/o subplot configuration button

2008-07-31 Thread Ben Axelrod
: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Navigation toolbar w/o subplot configuration button Hello, I'm using mpl in a wxPython application to display plots dynamically. I want to let the users interact with the plots (zoom, move), but I don't need th

[Matplotlib-users] Navigation toolbar w/o subplot configuration button

2008-07-30 Thread eliben
Hello, I'm using mpl in a wxPython application to display plots dynamically. I want to let the users interact with the plots (zoom, move), but I don't need the "subplot configuration" button on the Navigation Toolbar. Can I instantiate the toolbar without this button ? TIA Eli -- View this mes