Re: [Matplotlib-users] animated hexbin plot

2008-07-17 Thread Eric Firing
Chee Sing Lee wrote: 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

[Matplotlib-users] animated hexbin plot

2008-07-16 Thread Chee Sing Lee
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