Hello,

I'm pretty new to matplotlib, so please bear with me.

I am writing an application that includes a hexagonally binned scatter
plot that updates periodically, up to a couple times a second. My
current approach is clearing axes.collections, calling hexbin() with
the updated data, and then calling canvas.draw(). It works, but it is
entirely too slow. I would like to implement the blitting animation
technique shown in the matplotlib cookbook, but the collection object
returned by hexbin() doesn't seem to have any sort of set_data method
to update the data. Any suggestions?

I am using the wxPython GUI tookit, and FigureCanvasWxAgg.

Thanks,
Chee Sing Lee

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to