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()
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 cal