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
1. Specifying element type
2. Specifying element dimensionality
Dimension parameters
Setting properties with redim
3. Organizing your elements with groups and labels
Annotating your Data
#
import
holoviews
as
hv
hv
.
extension
(
'bokeh'
)