deeplycloudy / xlma-python

A future, Python-based version of xlma?
MIT License
6 stars 6 forks source link

Experiment with datashader #17

Open deeplycloudy opened 3 years ago

deeplycloudy commented 3 years ago

Datashader recently announced "Native support for Matplotlib" - see that section at https://datashader.org/getting_started/Interactivity.html . Datashader is designed to efficiently render large numbers of points, and might provide the final performance boost we need to make a proper interactive viewer, by replacing native plt.scatter with datashader.

deeplycloudy commented 5 months ago

Noting that @wx4stg has done some significant work on this; will have him mention more here when a prototype is ready for public consumption.