astrofrog / mpl-scatter-density

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

Is there a way to control the size of individual points? #40

Open PanosProv opened 1 year ago

PanosProv commented 1 year ago

For example, similar to the seaborn scatterplot function where you can control individual point size with the parameter s. I want to make a comparable plot to a density scatterplot that I already have with mpl_scatter_density because the render time is miles faster.