Re: [Matplotlib-users] Pan/Zoom can't work with blitting

2013-04-11 Thread Clare Soh
t to > follow issue 531. > > Best, > -Michiel. > > --- On *Thu, 4/11/13, Clare Soh * wrote: > > > From: Clare Soh > Subject: [Matplotlib-users] Pan/Zoom can't work with blitting > To: "matplotlib-users@lists.sourceforge.net" < > matplotlib-users@li

Re: [Matplotlib-users] Pan/Zoom can't work with blitting

2013-04-11 Thread Michiel de Hoon
e Soh wrote: From: Clare Soh Subject: [Matplotlib-users] Pan/Zoom can't work with blitting To: "matplotlib-users@lists.sourceforge.net" Date: Thursday, April 11, 2013, 5:19 AM Hi,   To improve plotting speed, I decided to use blitting(canvas.copy_from_bbox(), canvas.restore_re

[Matplotlib-users] Pan/Zoom can't work with blitting

2013-04-11 Thread Clare Soh
Hi, To improve plotting speed, I decided to use blitting(canvas.copy_from_bbox(), canvas.restore_region() & canvas.blit()) instead of canvas.draw(), however panning & zooming stops working after this change. Now, when I click on the 'Pan/Zoom' button or the 'Zoom to rectangle' button on the Naviga