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

Installation

pip install bqplot
jupyter nbextension enable --py bqplot

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.8.4.tar.gz (899.9 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.8.4-py2.py3-none-any.whl (1.4 MB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.8.4.tar.gz
Algorithm Hash digest
SHA256 a0a79d08269b0805330ad192234206452504db87ceeeacdbfafed8c5e4c8e6e9
MD5 f9f63485d42131df21aff00df38da2c8
BLAKE2b-256 5fbc224238213fe0391d92898817ed50bb01f4930b3d6a76c58ce038cf144097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bqplot-0.8.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1e75b47c383793c8434195e9096d342df8a90b5a4ec71088021e575866f05c73
MD5 dceff3afb136f553492e8c1418976c9d
BLAKE2b-256 7682d906e8290e517faff23638939b844a6402b96d05f2e2a0ec2346e44933c0

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