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

Zoom aggregation is always MinMax #6460

Closed
roym899 opened this issue May 30, 2024 · 2 comments · Fixed by #6558
Closed

Zoom aggregation is always MinMax #6460

roym899 opened this issue May 30, 2024 · 2 comments · Fixed by #6558
Assignees
Labels
🪳 bug Something isn't working
Milestone

Comments

@roym899
Copy link
Collaborator

roym899 commented May 30, 2024

Describe the bug
Since 0.16 changing the zoom aggregation has no effect.

To Reproduce

import rerun as rr
import random

rr.init("scalar", spawn=True)

for i in range(100000):
    rr.set_time_seconds("time", i * 0.01)
    rr.log("scalar", rr.Scalar(random.random()))

Try to change zoom aggregation in viewer.

Rerun version

rerun-cli 0.16.1 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] x86_64-unknown-linux-gnu 6447/merge d24e449, built 2024-05-29T15:06:39Z

@roym899 roym899 added 🪳 bug Something isn't working 👀 needs triage This issue needs to be triaged by the Rerun team labels May 30, 2024
@emilk emilk removed the 👀 needs triage This issue needs to be triaged by the Rerun team label May 30, 2024
@emilk emilk added this to the Next patch release milestone May 30, 2024
@roym899
Copy link
Collaborator Author

roym899 commented May 30, 2024

This seems to apply to other blueprint settings as well. For example, default size of points and lines can't be chanaged.

Edit: I think this might not have been an issue, but rather the points had a fixed radius.

@abey79
Copy link
Member

abey79 commented Jun 6, 2024

Is this fixed on main? I can't repro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working
Projects
None yet
4 participants