Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
Project description
BQPlot
Plotting system for the Jupyter notebook based on the interactive HTML.
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.5.3.tar.gz
(455.6 kB
view hashes)
Built Distribution
bqplot-0.5.3-py2.py3-none-any.whl
(525.6 kB
view hashes)
Close
Hashes for bqplot-0.5.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6082d6fabfb35e62af1e25c20ca1fb2ffdaaaf86ed41354aa5330f1533072ace |
|
MD5 | b5785f1cfa09382495d1ba1c828af630 |
|
BLAKE2b-256 | 4fa12491020f7d7f9a9444ef6a23e30c80a5bbe692630c51608e033854369d05 |