Variable colors along a single line #7192
Labels
enhancement
New feature or request
🍏 primitives
Relating to Rerun primitives
🔺 re_renderer
affects re_renderer itself
📺 re_viewer
affects re_viewer itself
Describe the solution you'd like
I want to display a feature f1(times, values) along a path p1(times, x, y) using a color coded line in 2D using the time so I end up with an array a1(x, y, values). To visualize that, I could use LineSegments2D with each segment having on color. But this leads to this issue, even more so since now we would have to consider multiple segments.
Therefore I suggest a simple Line2D with a RGBA color vector (or single value)
Describe alternatives you've considered
I could use Points2D but this is not as good.
The text was updated successfully, but these errors were encountered: