Home
Getting Started
User Guide
Gallery
Reference Gallery
Releases
API
FAQ
Roadmap
About
GitHub
Twitter
Discourse
Home
Getting Started
Introduction
Customization
Tabular Datasets
Gridded Datasets
Live Data
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
Gallery
Reference Gallery
Releases
API
annotators
core
holoviews.data Package
core.data
element
ipython
operation
plotting
holoviews.bokeh Package
holoviews.mpl Package
holoviews.plotly Package
plotting.bokeh
plotting.plotly
selection
streams
util
FAQ
Roadmap
About
On this page
Basics
Configuring the Annotator
Annotation types
Types of Annotators
Annotating Curves
Annotating Rectangles
Annotating paths/polygons
Drawing/Selecting Deleting Paths/Polygons
Editing Paths/Polygons
Composing Annotators
Multiple Annotators
Internals
Annotators
#
import
holoviews
as
hv
import
numpy
as
np
import
panel
as
pn
hv
.
extension
(
'bokeh'
)