CurveEdit#
Download this notebook from GitHub (right-click to download).
Title: CurveEdit Stream#
Description: A linked streams example demonstrating how to use the CurveEdit stream.
Dependencies: Bokeh
Backends: Bokeh
import numpy as np
import holoviews as hv
from holoviews import opts, streams
from holoviews.plotting.links import DataLink
hv.extension('bokeh')