You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()))
Describe the bug
Since 0.16 changing the zoom aggregation has no effect.
To Reproduce
Try to change zoom aggregation in viewer.
Rerun version
The text was updated successfully, but these errors were encountered: