Skip to main content

A Python package for creating shareable, interactive visualizations in the browser

Project description

figpack

Tests codecov PyPI version

A Python package for creating shareable, interactive visualizations in the browser.

Documentation

For detailed guidance, tutorials, and API reference, visit our documentation.

Quick Start

Want to jump right in? Here's how to get started:

pip install figpack
import numpy as np
import figpack.views as vv

# Create a timeseries graph
graph = vv.TimeseriesGraph(y_label="Signal")

# Add some data
t = np.linspace(0, 10, 1000)
y = np.sin(2 * np.pi * t)
graph.add_line_series(name="sine wave", t=t, y=y, color="blue")

# Display the visualization in your browser
graph.show(open_in_browser=True, title="Quick Start Example")

License

Apache-2.0

Citation

If you use figpack in your research, please cite it:

DOI

@software{magland_figpack_2025,
  author       = {Magland, Jeremy},
  title        = {figpack},
  year         = 2025,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.17419621},
  url          = {https://doi.org/10.5281/zenodo.17419621}
}

Or in APA format:

Magland, J. (2025). figpack (Version 0.3.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.17419621

Contributing

Visit the GitHub repository for issues, contributions, and the latest updates.

Project details


Download files

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

Source Distribution

figpack-0.3.1.tar.gz (447.4 kB view details)

Uploaded Source

Built Distribution

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

figpack-0.3.1-py3-none-any.whl (444.1 kB view details)

Uploaded Python 3

File details

Details for the file figpack-0.3.1.tar.gz.

File metadata

  • Download URL: figpack-0.3.1.tar.gz
  • Upload date:
  • Size: 447.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for figpack-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7007991c3c3d8d561586d618f6c4ece0678063962437108770cda305e703ac22
MD5 627f38c6ec2586054fd6e85d560b06d2
BLAKE2b-256 8a905038b8da0faf240db1dd9c849f0908211cd5c56ede25d16b170926b75fce

See more details on using hashes here.

Provenance

The following attestation bundles were made for figpack-0.3.1.tar.gz:

Publisher: deploy-to-pypi.yml on flatironinstitute/figpack

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

File details

Details for the file figpack-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: figpack-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 444.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for figpack-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64c7203d70b483942aaf4d5d1ba497a582ab3bd531064f35da539bddd95cf6ae
MD5 dc843d285e61026644a8455a57f9ac0f
BLAKE2b-256 459c6c470df965b367a5c5f181dce4884d61ab0baaa6bba3baed16ba4b75f1d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for figpack-0.3.1-py3-none-any.whl:

Publisher: deploy-to-pypi.yml on flatironinstitute/figpack

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 Pingdom Monitoring Sentry Error logging StatusPage Status page