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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: bqplot-0.7.0.tar.gz
  • Upload date:
  • Size: 621.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bqplot-0.7.0.tar.gz
Algorithm Hash digest
SHA256 4edfe442edee2bcea512919041d728eddb58e42ccc6199285466ed401545a087
MD5 047d92b6b85f173e6a75829d07f756f7
BLAKE2b-256 14fc7934cd3b1db5755a53708690987688fe93af88d87e14cb3fd119e949311b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for bqplot-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 eac98783c8ee6ba26e4448ca234f750b32d77cdbc4da827db5cb3b66fe011597
MD5 38f55b35c3dfb74f091ab00a2abeb1a6
BLAKE2b-256 169aaea3b5ddbc9a73850811fedd44158d6fb1a6247d8d5c35377899fefae0e4

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