Logo HoloViews Menu
  • Discourse
  • Twitter
  • Github
  • Getting started
  • User Guide
  • Gallery
  • Reference Gallery
  • Releases
  • API
  • FAQ
  • Home
  • Getting Started
  • User Guide
  • Reference Gallery
  • Releases
  • API
  • FAQ
  • Roadmap
  • Github source
  • About

Dropdown economic¶

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


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

  • Matplotlib - dropdown_economic
In [1]:
import pandas as pd
import holoviews as hv
from holoviews import opts, dim
hv.extension('bokeh')