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
You mark a spot on the map where there's something interesting going on. This creates a timeseries of that point in space.
After some time, that point is no longer interesting, so you edit that point and move it somewhere else which creates a new timeseries at a new location.
The text was updated successfully, but these errors were encountered:
Seems like this is something that should be possible to do but not something that we should add special affordances in HoloNote for. In other words HoloNote should be designed in a general/composable way that means this app can be built, i.e. to build this you would:
Add a point annotation to the 2D plot
Create a dynamic map that watches the 2D annotations and renders a timeseries
Add a point 1D annotation to the timeseries DynamicMap.
First see:
https://pydeas.readthedocs.io/en/latest/holoviz_interactions/holoviews_to_holoviews.html#Tap-for-update-plot
You mark a spot on the map where there's something interesting going on. This creates a timeseries of that point in space.
After some time, that point is no longer interesting, so you edit that point and move it somewhere else which creates a new timeseries at a new location.
The text was updated successfully, but these errors were encountered: