Re: [Matplotlib-users] Bug with blitting in Qt4Agg backend

2008-05-19 Thread G Jones
On 5/19/08, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, May 19, 2008 at 2:36 AM, G Jones <[EMAIL PROTECTED]> wrote: > > Hello, > > I am experiencing a bug when trying to blit a canvas that contains two > > axes, one with a line plot and the other with an imshow plot. The > > attached examp

Re: [Matplotlib-users] Bug with blitting in Qt4Agg backend

2008-05-19 Thread John Hunter
On Mon, May 19, 2008 at 2:36 AM, G Jones <[EMAIL PROTECTED]> wrote: > Hello, > I am experiencing a bug when trying to blit a canvas that contains two > axes, one with a line plot and the other with an imshow plot. The > attached example, QtBlitBugDemo.py demonstrates the problem. As is, on > my mac

Re: [Matplotlib-users] Bug with blitting in Qt4Agg backend

2008-05-19 Thread Darren Dale
On Monday 19 May 2008 03:36:01 am G Jones wrote: > Hello, > I am experiencing a bug when trying to blit a canvas that contains two > axes, one with a line plot and the other with an imshow plot. The > attached example, QtBlitBugDemo.py demonstrates the problem. As is, on > my machine, the > imshow

[Matplotlib-users] Bug with blitting in Qt4Agg backend

2008-05-19 Thread G Jones
Hello, I am experiencing a bug when trying to blit a canvas that contains two axes, one with a line plot and the other with an imshow plot. The attached example, QtBlitBugDemo.py demonstrates the problem. As is, on my machine, the imshow plot updates correctly, but the line plot acts like the backg