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.0.tar.gz (665.5 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.0-py2.py3-none-any.whl (1.1 MB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for bqplot-0.8.0.tar.gz
Algorithm Hash digest
SHA256 7daaca6d9f5a6cc9aa5a2802ff7171900912a006cb4a68f5b0fb06bb343e1f39
MD5 ace79bb27777ca1fa51e5dac0c57d034
BLAKE2b-256 0e58d2eaa1199d15b074a0fe2311796ddfcd70e082b65d6f8f72805bae889ec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bqplot-0.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7888a7fbf40ae7d4281341d62d51f93216d7836697d0567146411426b55a3563
MD5 3049d765882f2b6138afa174d7fd5fe6
BLAKE2b-256 9e174cd6fd3077842a8baa1f3e153b7e763007df2fd4c491516a937f7c823a0e

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