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

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

Uploaded Source

Built Distribution

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

bqplot-0.5.5-py2.py3-none-any.whl (526.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.5.5.tar.gz
Algorithm Hash digest
SHA256 1c4f6b6e63d4fdb81f31c2a2cedaef6d4d239920beb4bef9d5bb49b1bb7fc3c8
MD5 85b1b4382817802a8f87a6cfaa3e2b69
BLAKE2b-256 f787013483041981601bd48ed43ec21599be55860dd35a340f6a0862f401e655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bqplot-0.5.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b7ed0a3761cd60e74cc39d3fcef1cd581b910a45622a50824aa6afae80d5d48f
MD5 38e234d08935187ba3d433d3b882e93d
BLAKE2b-256 aa8928c5b50136702ca30c8bf00dc35f709271e9dd163ab6b17514f80b01e6e2

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