Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
Project description
BQPlot
Plotting system for the Jupyter notebook based on the interactive Jupyter widgets.
Installation
pip install bqplot
jupyter nbextension enable --py bqplot
Usage
from bqplot import pyplot as plt
import numpy as np
plt.figure(1)
n = 200
x = np.linspace(0.0, 10.0, n)
y = np.cumsum(np.random.randn(n))
plt.plot(x,y, axes_options={'y': {'grid_lines': 'dashed'}})
plt.show()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bqplot-0.12.0a2.tar.gz
(1.9 MB
view hashes)
Built Distribution
Close
Hashes for bqplot-0.12.0a2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4935df4be3efbe5f0e65e2bc200567caf8b18a720617e3c136a86a0a0be23be1 |
|
MD5 | 28120f60f76ba8a0fae59fcece646f67 |
|
BLAKE2b-256 | 20b1cfdddee462f87a92e8798348f807c2d7831fc80fa9ddd1205d12edb3c8ef |