astrofrog / mpl-scatter-density

:zap: Fast scatter density plots for Matplotlib :zap:
BSD 2-Clause "Simplified" License
497 stars 25 forks source link

Speed up with Cython #3

Closed astrofrog closed 7 years ago

astrofrog commented 8 years ago

I think that the core algorithm could be sped up further with Cython - shouldn't be hard to do.

astrofrog commented 7 years ago

Done now by relying on fast-histogram