HoloViews
Menu
Discourse
Twitter
Github
Getting started
User Guide
Gallery
Reference Gallery
Releases
API
FAQ
Home
Getting Started
User Guide
Annotating your Data
Composing Elements
Applying Customizations
Style Mapping
Dimensioned Containers
Building Composite Objects
Live Data
Tabular Datasets
Gridded Datasets
Geometry Data
Indexing and Selecting Data
Transforming Elements
Responding to Events
Custom Interactivity
Data Processing Pipelines
Creating interactive network graphs
Working with large data
Working with streaming data
Creating interactive dashboards
Customizing Plots
Colormaps
Plotting with Bokeh
Deploying Bokeh Apps
Plotting with matplotlib
Working with Plot and Renderers
Linked Brushing
Annotators
Exporting and Archiving
Continuous Coordinates
Notebook Magics
Reference Gallery
Releases
API
FAQ
Roadmap
Github source
About
Annotators
¶
In [1]:
import
holoviews
as
hv
import
numpy
as
np
import
panel
as
pn
hv
.
extension
(
'bokeh'
)