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

Uploaded Source

Built Distribution

bqplot-0.5.4-py2.py3-none-any.whl (526.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.5.4.tar.gz
Algorithm Hash digest
SHA256 0f26dd66e15c9d275c734be164fe600fe5a2d44107e5394e6d6759d5d7bd35a2
MD5 65bfb3b5ebc2256f564ca38eab4b5395
BLAKE2b-256 946a8423bc1fde52ac59246731e3752a522aa7034128c9eede346a2a253fa480

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for bqplot-0.5.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8b662df04be4ed52371964dce9f6d6649e82aa86a5028d00cd34d9746a9565f1
MD5 7dc6907c24818d2f7e73781e00531d39
BLAKE2b-256 0f2bf082ffdd01e93f2d407f804bc0d98dce0c2896dafdfcabea83051928e254

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