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.9.0b6.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

bqplot-0.9.0b6-py2.py3-none-any.whl (2.2 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file bqplot-0.9.0b6.tar.gz.

File metadata

  • Download URL: bqplot-0.9.0b6.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bqplot-0.9.0b6.tar.gz
Algorithm Hash digest
SHA256 f5de0aedd6b9c79e0019a62ecc2267c5d6ac592cb4ab0b57739df8023ebc4743
MD5 90ffac2d9df287cef294f45b696163e6
BLAKE2b-256 3b4c869d34071904c8dce4ac2f56e2ba5074852f5382bfe0a73449d6e8a995a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for bqplot-0.9.0b6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 407ff42373a326b9aae909c3615b1969fed1c7c58c015424ee03cb214c284ed4
MD5 4d2da512628704ff89107470acb7814d
BLAKE2b-256 c8c2eab7776b83d6242a1a5f5b29802ad3a50d5cde696e054c6a98bf59c10d62

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