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
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 to get the IDs of these standard buttons?) Sample code below: class VMToolba