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: Bokeh

Backends: Bokeh, Plotly

import numpy as np
import holoviews as hv
from holoviews import opts
from holoviews import streams
hv.extension('bokeh')