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.12.22.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

bqplot-0.12.22-py2.py3-none-any.whl (3.3 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file bqplot-0.12.22.tar.gz.

File metadata

  • Download URL: bqplot-0.12.22.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for bqplot-0.12.22.tar.gz
Algorithm Hash digest
SHA256 3f0eee5e2b03866f729ef295f9f46310dcafa832040064f40995a3e876986855
MD5 c7f149234c0c606eaca4c9ade09bef14
BLAKE2b-256 d3d6355234469658495e3a423167d4381d150ef4382525e03838f49932ef5449

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: bqplot-0.12.22-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for bqplot-0.12.22-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 43453fc692303e6e12b5862ffe31b05e8e8d40345d8bcd6dde98247a1574ef83
MD5 f96e639d957d112faa528190042e30b7
BLAKE2b-256 35d90108272437d6319d86352ddbf52c45862bed27c995a45017c12d007d1446

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