Skip to content

Zoom aggregation is always MinMax #6460

@roym899

Description

@roym899

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

Metadata

Metadata

Assignees

Labels

🪳 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions