holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.7k stars 403 forks source link

Improve visibility of `link_selections` #5761

Open ahuang11 opened 1 year ago

ahuang11 commented 1 year ago

While watching today's panel app contest launch demo, I learned about link_selections.

I realized I never found it because I often visit https://holoviews.org/reference/index.html#streams but it's not listed there.

I was also thinking of having a section here in Panel too https://panel.holoviz.org/how_to/links/link_plots.html#link-holoviews-plots

I now see it scattered in various gallery examples, like https://panel.holoviz.org/gallery/windturbines.html (which seems to be broken at the moment because it's missing a dependency)

jbednar commented 1 year ago

Sounds good! The main docs are at https://holoviews.org/user_guide/Linked_Brushing.html, but please submit a PR to add links to that from wherever a user might reasonably be expected to be interested in that information.

hoxbro commented 1 year ago

Sound good to me too.

The broken webpage is probably fixed by https://github.com/holoviz/hvplot/pull/1083.