RangeXY#

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


Title: RangeXY stream example#

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

Dependencies: Bokeh

Backends: Bokeh, Plotly

import numpy as np
import holoviews as hv

hv.extension('bokeh')