Selection1D Tap#

Download this notebook from GitHub (right-click to download).


Title: Regression selection#

Description: A linked streams example demonstrating how to the Selection1D stream to tap on a datapoint and reveal a regression plot. Highlights how custom interactivity can be used to reveal more information about a dataset.

Dependencies: Bokeh, SciPy

Backends: Bokeh

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