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

Uploaded Source

Built Distribution

bqplot-0.12.19-py2.py3-none-any.whl (982.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: bqplot-0.12.19.tar.gz
  • Upload date:
  • Size: 955.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for bqplot-0.12.19.tar.gz
Algorithm Hash digest
SHA256 90acc454d89a887125643a972bc59e3f251acdfbf98398799e35d11a34769649
MD5 bec8a594cd682c405c6bfb16a5f98431
BLAKE2b-256 a752893a84a4ae60d2730d14ad1741d07350261431e67e507bc25d1a2b6711d4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: bqplot-0.12.19-py2.py3-none-any.whl
  • Upload date:
  • Size: 982.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for bqplot-0.12.19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 03315ddecb4c4cfa0a1697f1c911a35bbeabd81dcb7e9c0e92b9ee654eb375d9
MD5 d08c999b09df249b8020f44648c8c4db
BLAKE2b-256 f1ccbbb3989709ff5f43a75d8cc9989b0cd7215bb50af30f6323ad9bb62e1839

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page