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.
Installation
============
.. code-bock:: bash
pip install bqplot
jupyter nbextension enable --py bqplot
Usage
=====
.. code-block:: python
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()
======
Plotting system for the Jupyter notebook based on the interactive HTML.
Installation
============
.. code-bock:: bash
pip install bqplot
jupyter nbextension enable --py bqplot
Usage
=====
.. code-block:: python
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.6.0.tar.gz
(736.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bqplot-0.6.0.tar.gz.
File metadata
- Download URL: bqplot-0.6.0.tar.gz
- Upload date:
- Size: 736.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b78aa62bc58c92bc8c15725a14efd054a171ded60af7386ff74c3a376dcdb19
|
|
| MD5 |
9a4b6f90c898d078fc45685c7bd7a6cc
|
|
| BLAKE2b-256 |
78b61ae65a0513749fa7c165aa099ca8bbfb706e16d7c48bbf4cba297576985d
|
File details
Details for the file bqplot-0.6.0-py2.py3-none-any.whl.
File metadata
- Download URL: bqplot-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4e04d18200e1bcdd59de3f613c8e858ce478e5bed13e5abacf59142f260f404
|
|
| MD5 |
65db4a2c07ed698c5c9038f3443a7246
|
|
| BLAKE2b-256 |
2f97cf206551f44331e0e35076a2bb571083105f0e73215c6dde011e5119b117
|