flekschas / regl-scatterplot

Scalable WebGL-based scatter plot library build with Regl
https://flekschas.github.io/regl-scatterplot/
MIT License
185 stars 21 forks source link

Feature request: transition size, color and opacity #93

Closed e-katzenstein closed 1 year ago

e-katzenstein commented 1 year ago

Would be great to transition opacity, color, and size similar to point location.

flekschas commented 1 year ago

In case someone else is wondering about this feature: it's already supported. See https://flekschas.github.io/regl-scatterplot/transition.html for an example how to transition the point location and color. The size and opacity can be transitioned in a similar fashion.