PointerXY#

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


Title
Simple pointer example
Description
A linked streams example demonstrating how us a PointerXY stream to reveal more information about coordinate.
Backends
Bokeh
Tags
streams, linked, pointer, interactive
import numpy as np
import holoviews as hv
from holoviews import streams
hv.extension('bokeh')