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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.9.0b1.tar.gz
Algorithm Hash digest
SHA256 44ab7f3bf0498d027047956fd5ab3f6486045a7c55937a33904a2eb2978aef22
MD5 feb19aa183b22c383d9266f42f760fc1
BLAKE2b-256 30bece232f08391768c0b5d8e7d4be9704aef04007aea2ff99dbd193ab0e6d99

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for bqplot-0.9.0b1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b1fbe5c1b56f39e1b9c15e779f8d729d21d6ef5c3ebd25e74a6a2cd3591a36cd
MD5 3144bee59304c041e6a3eea3a1ba9933
BLAKE2b-256 1b5ba79c167e785452824945cc171d0d05a4d7f6a92678c0489b52b0892471cb

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