Skip to main content

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.10.2.tar.gz (971.1 kB view details)

Uploaded Source

Built Distribution

bqplot-0.10.2-py2.py3-none-any.whl (1.5 MB view details)

Uploaded Python 2 Python 3

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

Hashes for bqplot-0.10.2.tar.gz
Algorithm Hash digest
SHA256 1e5b49cd1446ce2846b99354924ac71513210bb07c87f862fe83d17d290adc25
MD5 ed6c536c62506fea44a551b605e05eb5
BLAKE2b-256 aba7e2c25af7f881172773e97ad9e6c2c7b4eaa609d71c2882fdfe31030c6c57

See more details on using hashes here.

Provenance

File details

Details for the file bqplot-0.10.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for bqplot-0.10.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 738c64ed9e8b725f3ad268d4b93d05d9446cface92568857b6c912172e7af28e
MD5 a2ff9a81553d9a2ff12923e577104c2b
BLAKE2b-256 fdea9c45e460ad4a0d470f79d402a339df0571f4d193a4696ca593ec91cf42cf

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page