Re: [matplotlib-devel] behavior of drawing in interactive mode

2011-05-22 Thread Eric Firing
On 05/22/2011 07:04 AM, Mike Kaufman wrote: > Hi, > > After switching over from the MacOSX backend to the GTKAgg backend, I > started notice a big change in drawing behavior. > > Now I know that MacOSX is interactive all the time by [mis]design, so I > wasn't surprised that I would have to add draw

[matplotlib-devel] behavior of drawing in interactive mode

2011-05-22 Thread Mike Kaufman
Hi, After switching over from the MacOSX backend to the GTKAgg backend, I started notice a big change in drawing behavior. Now I know that MacOSX is interactive all the time by [mis]design, so I wasn't surprised that I would have to add draw() commands when isinteractive()==False; however, whe