BoundsY#

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


Title: BoundsY stream example#

Description: A linked streams example demonstrating how to use BoundsY streams.

Dependencies: Bokeh

Backends: Bokeh, Plotly

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

hv.extension('bokeh')