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 HTML.

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

Uploaded Source

Built Distribution

bqplot-0.4.0-py2-none-any.whl (518.9 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.4.0.tar.gz
Algorithm Hash digest
SHA256 adef09c358eb243cf56a543ca8e3a7f458210b5afb387c738dc2dca506bdf71b
MD5 b86d1515b37bef4bedf93b250683e4cc
BLAKE2b-256 fe6206b54cf113c5b1a94e1a60666325d1734b9d908e097abe147685d3d3c685

See more details on using hashes here.

Provenance

File details

Details for the file bqplot-0.4.0-py2-none-any.whl.

File metadata

File hashes

Hashes for bqplot-0.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 cd51d1ceed60f63d2b14b14b29d593d49a07247970897ed0faf6fe20474bd760
MD5 f23f9ed6553f68cc3bafb3aca56613fd
BLAKE2b-256 623dcd038408a6de0b94221307d3ce789ed748a2f14c5bdf9f956184b3d4a24a

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