Logo image Logo image
  • Home
  • Getting Started
  • User Guide
  • Gallery
  • Reference Gallery
  • Releases
  • API
  • FAQ
  • Roadmap
  • About
  • 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
  • Declaring data
  • Plot

Dropdown Economic#

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


Most examples work across multiple plotting backends, this example is also available for:

  • Bokeh - dropdown_economic

import pandas as pd
import holoviews as hv
from holoviews import dim, opts

hv.extension('matplotlib')