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

Uploaded Source

Built Distribution

bqplot-0.12.26-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: bqplot-0.12.26.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for bqplot-0.12.26.tar.gz
Algorithm Hash digest
SHA256 dcf041b4d17114a72444695334e9ace10e5a99e2261b98a240e9a89796a04f61
MD5 b53477cae50a2b6240a19d8fca0406b0
BLAKE2b-256 96731524eb20ecf4302d2692f3fc16b1c06d4d1a254d32ce01e5449237ebd0a8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: bqplot-0.12.26-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for bqplot-0.12.26-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7c486ebfabd393ea40a4b5fe2a15a8bfe3aeab8938ddbbdd0c8ad7e3995d88b9
MD5 b05fdf953168dfa00b4dc63bbb184a8f
BLAKE2b-256 3ed8d4243c9c564812b8b0b32cab39f5c5a29ae5b873c417e2153cba79c53c1c

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