Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable order of datastreams in Visualizer #6010

Open
rgolovanov opened this issue Apr 17, 2024 · 3 comments
Open

Configurable order of datastreams in Visualizer #6010

rgolovanov opened this issue Apr 17, 2024 · 3 comments
Labels
enhancement New feature or request 🍏 primitives Relating to Rerun primitives 📺 re_viewer affects re_viewer itself user-request This is a pressing issue for one of our users

Comments

@rgolovanov
Copy link
Contributor

Currently, visualized data has fixed order in the Visualizer. For example, when draw multiple curves on same 2d plot it is impossible to change the order - this makes the analysis of data difficult and requires toggle visibility of overlapped curves.

See https://www.rerun.io/viewer?url=https%3A%2F%2Fapp.rerun.io%2Fversion%2F0.15.1%2Fexamples%2Fplots.rrd
It is impossible to change order of sin and cos:
image

@rgolovanov rgolovanov added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 17, 2024
@Wumpf
Copy link
Member

Wumpf commented Apr 17, 2024

This bottoms out to supporting the DrawOrder component for time series elements 👍

@Wumpf Wumpf added 📺 re_viewer affects re_viewer itself 🍏 primitives Relating to Rerun primitives 🏎️ Quick Issue Can be fixed in a few hours or less user-request This is a pressing issue for one of our users and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 17, 2024
@rgolovanov
Copy link
Contributor Author

@Wumpf it is more about dynamic draw order control via UI as we may not know which order is better at the code level.
I think same proposal shall be considered for 2D space view:
https://www.rerun.io/viewer?url=https%3A%2F%2Fapp.rerun.io%2Fversion%2F0.15.1%2Fexamples%2Fhuman_pose_tracking.rrd
image

@Wumpf
Copy link
Member

Wumpf commented Apr 17, 2024

Makes sense. I also think that draw order component (like any other component!) should be a thing one can change from the ui! But good point that this is the main important thing here and likely needs special consideration on how that's shown 🤔

@Wumpf Wumpf removed the 🏎️ Quick Issue Can be fixed in a few hours or less label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🍏 primitives Relating to Rerun primitives 📺 re_viewer affects re_viewer itself user-request This is a pressing issue for one of our users
Projects
None yet
Development

No branches or pull requests

2 participants