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

Callbacks with annotations #41

Open
ahuang11 opened this issue Oct 6, 2023 · 1 comment
Open

Callbacks with annotations #41

ahuang11 opened this issue Oct 6, 2023 · 1 comment

Comments

@ahuang11
Copy link
Contributor

ahuang11 commented Oct 6, 2023

First see:
download

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.

@philippjfr
Copy link
Member

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:

  1. Add a point annotation to the 2D plot
  2. Create a dynamic map that watches the 2D annotations and renders a timeseries
  3. Add a point 1D annotation to the timeseries DynamicMap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants