Skip to main content

bqplot-linlog

Note: this package is experimental and the API may change.

A toggleable linear/log scale and axis with minor ticks for bqplot, and with improved labels.

Features

  • LinLogScale: A scale that can switch between linear and log modes without replacing scale objects
  • LinLogAxis: An axis with minor tick support — log mode shows powers-of-10 labels with 10ⁿ notation and standard minor ticks; linear mode shows minor ticks subdividing major intervals

Installation

pip install bqplot-linlog

Usage

from bqplot import Figure, Lines
from bqplot_linlog import LinLogScale, LinLogAxis

scale_x = LinLogScale(mode='linear')
scale_y = LinLogScale(mode='log')

axis_x = LinLogAxis(scale=scale_x, side='bottom')
axis_y = LinLogAxis(scale=scale_y, side='left')

line = Lines(x=x, y=y, scales={'x': scale_x, 'y': scale_y})
figure = Figure(axes=[axis_x, axis_y], marks=[line])

# Toggle at any time:
scale_y.mode = 'linear'

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bqplot_linlog-0.2.1.tar.gz (731.3 kB view details)

Uploaded Source

Built Distribution

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

bqplot_linlog-0.2.1-py3-none-any.whl (737.6 kB view details)

Uploaded Python 3

File details

Details for the file bqplot_linlog-0.2.1.tar.gz.

File metadata

  • Download URL: bqplot_linlog-0.2.1.tar.gz
  • Upload date:
  • Size: 731.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bqplot_linlog-0.2.1.tar.gz
Algorithm Hash digest
SHA256 88d03123d76789f2c96f428fc40a04dfa122858e4979cac209d83794c4e68dab
MD5 8b4e030d35bac2c9718c28dbf5af93b2
BLAKE2b-256 ff9687fb90f786fdfc388d6161e2db0f8b378c24fd63d14f87d331374a361f58

See more details on using hashes here.

Provenance

The following attestation bundles were made for bqplot_linlog-0.2.1.tar.gz:

Publisher: ci.yml on glue-viz/bqplot-linlog

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bqplot_linlog-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: bqplot_linlog-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 737.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bqplot_linlog-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 564a8877b566fd6d391b71341747b1c3ff7e56e98e6febcaf8fa6e1c105f256c
MD5 37fa7bc5cdbdbc8099becca553f55501
BLAKE2b-256 b954006c73511d3354e212f430f5da54bed2bacf876b534a6d3fb8d6c41c3b31

See more details on using hashes here.

Provenance

The following attestation bundles were made for bqplot_linlog-0.2.1-py3-none-any.whl:

Publisher: ci.yml on glue-viz/bqplot-linlog

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page