I just use blit on imshow map, and work properly. Maybe the following code
will help you.

def ontimer()
       canvas.restore_region(background)
       im.set_array(Z)
       ax.draw_artist(self.imList[i])
       canvas.blit(ax.bbox)
       canvas.gui_repaint()
-- 
View this message in context: 
http://www.nabble.com/speeding-up-imshow-tp16623430p16656693.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to