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

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.3.7.tar.gz
Algorithm Hash digest
SHA256 0856967e2234c79c1d1d34e70fa3cda35c323d2617e29d2783b244b2150afbf3
MD5 4647f1ab9c01d937a86550c20d89535e
BLAKE2b-256 24203061c1385d7ba044df9c21d34b408122d65b7ac2f3af6c0787fa603f9d95

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