bqplot ====== 2-D plot library for Jupyter notebooks `bqplot `_ is based on `The Grammar of Graphics (Statistics and Computing) `_. .. seealso:: * `Docs `_ * `GitHub `_ * `Gallery `_ Goals ----- Unified framework for 2D visualisations with a Pythonic API Extensible API allows the addition of user interactions (panning, zooming, selection, :abbr:`etc. (et cetera)`) Customised API Users can create their own visualisations using the internal object model inspired by The Grammar of Graphics (figure, marks, axes, scales) and their visualisations can be explored interactively Context-based API similar to Matplotlib’s ``pyplot``, meaningful choices are provided for most parameters .. toctree:: :titlesonly: :maxdepth: 0 :hidden: bq-examples.ipynb bq-mark-interactions.ipynb bq-selectors.ipynb bq-special-widgets.ipynb