PointDraw#

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


Title: PointDraw Stream#

Description: A linked streams example demonstrating how to use the PointDraw stream.

Dependencies: Bokeh

Backends: Bokeh

import holoviews as hv
from holoviews import opts, streams
from holoviews.plotting.links import DataLink

hv.extension('bokeh')