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
A concrete use-case a user is trying to figure out is how to clear and then reset a plot to new values.
They want to preserve other data in the viewer, and so resetting the entire session isn't an option.
Our current clear APIs only allow you to clear data at a singular point in time, but since plots use visible history, clear operations are in practice meaningless.
There's not really any way to represent this in our current model -- the closest we have is probably forcing GC on a given time-range for a specific entity-path. Maybe with heavier-handed version of Clear that isn't time-invariant could do something like this.
The text was updated successfully, but these errors were encountered:
jleibs
changed the title
Not possible to clear data over a temporal range such as a plot
Add abillity to clear data over a temporal range such as a plot
Aug 29, 2024
A concrete use-case a user is trying to figure out is how to clear and then reset a plot to new values.
They want to preserve other data in the viewer, and so resetting the entire session isn't an option.
Our current clear APIs only allow you to clear data at a singular point in time, but since plots use visible history, clear operations are in practice meaningless.
There's not really any way to represent this in our current model -- the closest we have is probably forcing GC on a given time-range for a specific entity-path. Maybe with heavier-handed version of Clear that isn't time-invariant could do something like this.
The text was updated successfully, but these errors were encountered: