You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that Matplotlib images support that would be good to add here is support for colormaps that have variable opacity - for instance when showing a density map of points, it can be useful to have a colormap that is all the same shade of e.g. glue but using opacity variations for the intensity - this allows multiple different density maps to be shown at the same time.
We could add this here by adding a new scale opacity that could be set to a LinearScale, then update the JS code and shader so that it takes this into account.
The text was updated successfully, but these errors were encountered:
One thing that Matplotlib images support that would be good to add here is support for colormaps that have variable opacity - for instance when showing a density map of points, it can be useful to have a colormap that is all the same shade of e.g. glue but using opacity variations for the intensity - this allows multiple different density maps to be shown at the same time.
We could add this here by adding a new scale
opacity
that could be set to aLinearScale
, then update the JS code and shader so that it takes this into account.The text was updated successfully, but these errors were encountered: