Selection1D Points#
Download this notebook from GitHub (right-click to download).
Title: Point Selection1D stream example#
Description: A linked streams example demonstrating how to use Selection1D to get currently selected points and dynamically compute statistics of selection.
Dependencies: Plotly
import numpy as np
import holoviews as hv
from holoviews import streams
hv.extension('plotly')