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.17.tar.gz
(2.6 MB
view details)
Built Distribution
File details
Details for the file bqplot-0.12.17.tar.gz
.
File metadata
- Download URL: bqplot-0.12.17.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f103d82e7c05ec29e2c4c2357cb207acb99cf5fedbad55f26e04d8bbdb3248ad |
|
MD5 | 13a81469aa2921fc1cd5fd3963913a2b |
|
BLAKE2b-256 | e85a376329fc6020b9403fc22d81b47e240ddb8d19b17fe8ab8b607e77615b1b |
Provenance
File details
Details for the file bqplot-0.12.17-py2.py3-none-any.whl
.
File metadata
- Download URL: bqplot-0.12.17-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e75b5bbe8021c48707e537c60ea4f46ab29da65bc39f6b32f339d20af8e8d0c4 |
|
MD5 | 952432f162d80afe2e7b87fc944da262 |
|
BLAKE2b-256 | 4fe48454b085d6659b9bcf4842f5b68a2a327fed4ee94bf9ffe040d7e0cf6cb1 |