Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
Thats the plan. The problem is clicking on a plot calls both onpick and onpress (hence the additional fig.canvas.draw() to work around this). ill put a flag in and do an if/else on that as well -- Live Security Virtual Co

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Benjamin Root
On Thu, Sep 6, 2012 at 4:37 PM, Jon Roadley-Battin < jon.roadleybat...@gmail.com> wrote: > On 6 September 2012 14:55, Jon Roadley-Battin > wrote: > > On 6 September 2012 14:20, Benjamin Root wrote: > >> > >> > >> On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin > >> wrote: > >>> > >>> Good mo

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
On 6 September 2012 14:55, Jon Roadley-Battin wrote: > On 6 September 2012 14:20, Benjamin Root wrote: >> >> >> On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin >> wrote: >>> >>> Good morning, >>> >>> I have an odd problem with saving plot images via the navigation bar >>> (unsure if it is uni

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
On 6 September 2012 14:20, Benjamin Root wrote: > > > On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin > wrote: >> >> Good morning, >> >> I have an odd problem with saving plot images via the navigation bar >> (unsure if it is unique to the navigation bar) if I have added custom >> text. >> >>

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Benjamin Root
On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin < jon.roadleybat...@gmail.com> wrote: > Good morning, > > I have an odd problem with saving plot images via the navigation bar > (unsure if it is unique to the navigation bar) if I have added custom > text. > > BACKGROUND. > I have a python gui wh