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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.9.0b8.tar.gz
Algorithm Hash digest
SHA256 77cd6f094c7255c6817aac773437df26577d9cc510d17910d4e033b7ef5ce2a4
MD5 b2be39373f30bc60887e85e126663854
BLAKE2b-256 aab521007c50af32fa1ff3de29315208adc413ae1a4586cee24ee57bd3aeb752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bqplot-0.9.0b8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 63f628e56fde24c556f33894b3206e0f049f20064ac1039d4afedac1841c060f
MD5 010e8d00d5bb9d5dc38b073a60cbdeec
BLAKE2b-256 c9b77a75ef3bba0b57794d339a8be664eccff4d25b4053d316cca2eaa2c6eb3f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page