bqplot 0.10.2
pip install bqplot==0.10.2
Newer version available (0.12.44)
Released:
Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: The BQplot Development Team
- Tags ipython, jupyter, widgets, graphics, plotting, d3
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
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
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: The BQplot Development Team
- Tags ipython, jupyter, widgets, graphics, plotting, d3
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
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
Built Distribution
File details
Details for the file bqplot-0.10.2.tar.gz
.
File metadata
- Download URL: bqplot-0.10.2.tar.gz
- Upload date:
- Size: 971.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e5b49cd1446ce2846b99354924ac71513210bb07c87f862fe83d17d290adc25 |
|
MD5 | ed6c536c62506fea44a551b605e05eb5 |
|
BLAKE2b-256 | aba7e2c25af7f881172773e97ad9e6c2c7b4eaa609d71c2882fdfe31030c6c57 |
File details
Details for the file bqplot-0.10.2-py2.py3-none-any.whl
.
File metadata
- Download URL: bqplot-0.10.2-py2.py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 738c64ed9e8b725f3ad268d4b93d05d9446cface92568857b6c912172e7af28e |
|
MD5 | a2ff9a81553d9a2ff12923e577104c2b |
|
BLAKE2b-256 | fdea9c45e460ad4a0d470f79d402a339df0571f4d193a4696ca593ec91cf42cf |