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 Bokeh
import numpy as np
import holoviews as hv
from holoviews import opts
from holoviews import streams
hv.extension('bokeh')