astrofrog / mpl-scatter-density

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

Histogram Equalization #32

Open ChristianMichelsen opened 3 years ago

ChristianMichelsen commented 3 years ago

Hi!

I was thinking about how one would use histogram equalization stretch instead of logarithmic stretch?

As far as I can see it needs the data as input but I couldn't figure out how one extracts that from the ScatterDensityArtist object.

Cheers,