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 hashes)
Built Distribution
Close
Hashes for bqplot-0.6.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4e04d18200e1bcdd59de3f613c8e858ce478e5bed13e5abacf59142f260f404 |
|
MD5 | 65db4a2c07ed698c5c9038f3443a7246 |
|
BLAKE2b-256 | 2f97cf206551f44331e0e35076a2bb571083105f0e73215c6dde011e5119b117 |