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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.3.9.tar.gz
Algorithm Hash digest
SHA256 60f49902986307bbefc10f4533bc1036fae4f20d891a62a19da6d19a333b46ec
MD5 5c20ca5bbec8d1d91ac0d4dd6c572c5d
BLAKE2b-256 c0f0bfbbbc73bd1b03c904083348f179ad7ffd0393022c79f77e5da6d32f0854

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