HoloViews
Menu
About
Gallery
Docs
Github
Getting started
User Guide
Gallery
Reference Gallery
Releases
API
FAQ
Home
Getting Started
User Guide
Annotating your Data
Composing Elements
Customizing Plots
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
Styling Plots
Colormaps
Plotting with Bokeh
Deploying Bokeh Apps
Plotting with matplotlib
Working with Plot and Renderers
Exporting and Archiving
Continuous Coordinates
Reference Gallery
Showcase
Releases
API
FAQ
Github source
About
Styling Plots
¶
In [1]:
import
numpy
as
np
import
holoviews
as
hv
hv
.
extension
(
'bokeh'
,
'matplotlib'
)