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

This version

0.3.6

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.3.6.tar.gz
Algorithm Hash digest
SHA256 50362ee5401d4364cd1b9a55d10ba53f0fec65962afadc82d9c959b75a4aee76
MD5 1995a7615b9e6bd56d852e1449c56c1c
BLAKE2b-256 fd615b25ceeeeb4e414c2d967f0375b4ed2b4768e451bebd4e685bf5385dfead

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