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.9.0b10.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

bqplot-0.9.0b10-py2.py3-none-any.whl (2.2 MB view details)

Uploaded Python 2Python 3

File details

Details for the file bqplot-0.9.0b10.tar.gz.

File metadata

  • Download URL: bqplot-0.9.0b10.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bqplot-0.9.0b10.tar.gz
Algorithm Hash digest
SHA256 1866c18556b74071749c7ba8a6507f3307c9f186f765944b25328aef020cd1ae
MD5 b91192d302abec1670714331c7667aac
BLAKE2b-256 ce0fdf000067fda883763e4eafa225aaed574ddb53b41e9c7db46a51517b8b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bqplot-0.9.0b10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 697356ffa26dedd1f4b893a680d3dda1ee89cf2f84222f0d59cc668fdbed9d75
MD5 4b0a226389f7562d28c0e6a95c4d1435
BLAKE2b-256 329c885f7d52ab1c4950ed41090b0edca39110bdb06c391494802fce2ff2d04d

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