bqplot

bqplot is a Grammar of Graphics based interactive plotting framework for the Jupyter notebook. The library offers a simple bridge between Python and d3.js allowing users to quickly and easily build complex GUI's with layered interactions.

Basic Plotting

To begin start by investigating the introductory notebooks:

  1. Introduction - If you're new to bqplot, get started with our Introduction notebook
  2. Basic Plotting - which demonstrates some basic bqplot plotting commands and how to use them
  3. Pyplot - which introduces the simpler pyplot API
  4. Tutorials - which provides tutorials for using pyplot, object model, linking with ipywidgets and selectors

Marks

Move to exploring the different Marks that you can use to represent your data. You have two options for rendering marks:

  • Object Model, which is a verbose API but gives you full flexibility and customizability
  • Pyplot, which is a simpler API (similar to matplotlib's pyplot) and sets meaningul defaults for the user
  1. Bars: Bar mark (Object Model, Pyplot)

Interactions

Learn how to use bqplot interactions to convert your plots into interactive applications:

  1. Mark Interactions - which describes the mark specific interactions and how to use them
  2. Interaction Layer - which describes the use of the interaction layers, including selectors and how they can be used for facilitating better interaction

Advanced Plotting

Once you've mastered the basics of bqplot, you can use these notebooks to learn about some of it's more advanced features.

Applications

Finally, we have a collection of notebooks that demonstrate how to use bqplot and ipywidgets to create advanced interactive applications.

Help

For more help,

  • Reach out to us via the ipywidgets gitter chat
  • Or take a look at a talk given on Interactive visualizations in Jupyter at PyData

In [ ]:
from IPython.display import YouTubeVideo
YouTubeVideo('eVET9IYgbao')