Bounds#

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


Title: Bounds & selection stream example#

Description: A linked streams example demonstrating how to use Bounds and Selection streams together.

Dependencies: Plotly

Backends: Plotly, Bokeh

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