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

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.3.8.tar.gz
Algorithm Hash digest
SHA256 7efb94e26049c3b23019da936ba3ace8464515271e029b1d72990342835623ac
MD5 4566fe2d015e613fca978b9fc2dff163
BLAKE2b-256 3a06948fd498f93117caffb0b3089d685ec52c56174c7c05ea9474b89fe3f255

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