Selection1D Paired#

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


Title: Multiple selection streams example#

Description: A linked streams example demonstrating how to use multiple Selection1D streams on separate Points objects.

Dependencies: Plotly

Backends: Plotly, Bokeh

import numpy as np
import holoviews as hv
from holoviews import opts, streams

hv.extension('plotly')