Skip to main content

passagemath: Plotting and graphics with Matplotlib, Three.JS, etc.

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-plot is a distribution of a part of the Sage Library.

It provides the namespace packages sage.plot and sage.plot.plot3d, which provide functions for plotting that are very similar to Mathematica’s plotting functions. This is analogous to how matplotlib’s pyplot package provides a UI on top of the core matplotlib library that is similar to matlab’s plotting UI.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-plot[test]" ipython

In [1]: from passagemath_plot import *

In [2]: scatter_plot([[0,1],[2,2],[4.3,1.1]], marker='s').save('output.png')

In [3]: G = tetrahedron((0,-3.5,0), color='blue') + cube((0,-2,0), color=(.25,0,.5))

In [4]: G.show(aspect_ratio=[1,1,1])
Graphics3d Object

Available as extras, from other distributions

pip install "passagemath-plot[dot2tex]"

Transforming Graphviz files: dot2tex

pip install "passagemath-plot[graphs]"

Graphs and networks: sagemath-graphs

pip install "passagemath-plot[jsmol]"

Alternative backend for 3D graphics: jupyter-jsmol

pip install "passagemath-plot[playwright]"

Screenshotting tool for saving 3D graphics as 2D image files: playwright

pip install "passagemath-plot[polyhedra]"

Polyhedra in arbitrary dimension, plotting in dimensions 2, 3, 4: passagemath-polyhedra

pip install "passagemath-plot[symbolics]"

Defining and plotting symbolic functions and manifolds: passagemath-symbolics

pip install "passagemath-plot[tachyon]"

Ray tracing system, needed for saving 3D graphics as 2D image files: passagemath-tachyon

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

passagemath_plot-10.8.2rc4.tar.gz (369.6 kB view details)

Uploaded Source

Built Distributions

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

passagemath_plot-10.8.2rc4-cp314-cp314t-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_plot-10.8.2rc4-cp314-cp314t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_plot-10.8.2rc4-cp314-cp314-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_plot-10.8.2rc4-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.2rc4-cp313-cp313-win_arm64.whl (982.0 kB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_plot-10.8.2rc4-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.2rc4-cp312-cp312-win_arm64.whl (983.7 kB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_plot-10.8.2rc4-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.2rc4-cp311-cp311-win_arm64.whl (991.1 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_plot-10.8.2rc4-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_plot-10.8.2rc4.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.2rc4.tar.gz
  • Upload date:
  • Size: 369.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_plot-10.8.2rc4.tar.gz
Algorithm Hash digest
SHA256 974409c60608b8c30662197b60c266231f08bf1f798165ada705251f6b047498
MD5 612b5c1c55bad32ba5af410e5036c88f
BLAKE2b-256 f0bbc5a3d599bb70e2177251e9e6010140789124616159274f025e7719a1f9e5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 bdac5ebb7f1bac2f7724678e9fcd5f5cca7447132114d3df8a30cbe4f07f4819
MD5 c6d8af4b3d5168040bce971637c423c4
BLAKE2b-256 8f7dc93a5f7a2060c61043f456c548d0440401bef005c64b8136946b65790846

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 85af673f3647aa47e1c335c921b25521afbc8297b548080a027017101cd170ed
MD5 ecc6ffd5fae915e73a12811d0e3a3ac2
BLAKE2b-256 6642c1bf40c06c42a23f7fa9e54b05d6fa5292b6fd88b8286b4ae803ba7cd7b0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12868ed2594d55827df1b6d28c7ff9f6460b0d96b90420621e2eb3ef306ae6ae
MD5 de5f3fbd0f351f43a350152511ebd9f2
BLAKE2b-256 faa032253fa0e0f223b2dac396d8771270ff05839deb64df5fa3fbfcb960cc98

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7136c30c94c0984570b1226b63bc486f0d23c93731d7edc47af0f642c1ffcfde
MD5 505383741fa35bb6812cd3760ab7fadb
BLAKE2b-256 f8bd5374b177636c7b72e85b06c000b9d63301962bd80c3135bca949c14e1b39

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3764c56e57d320c396eececd29ca87c35e49ef1f46c4a35e2809ce738d79b86f
MD5 4df7f0102337b956258681a2438a3c23
BLAKE2b-256 e6023171daf09771f838a6693cfaad92f2cee31e9552df1e525e9cae17268171

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c9a6471923830bf7299ee21913074caeeb78c684ae6020dd1de5d5ac7b7c45b
MD5 9c22ef71f87ad2cdc6ef892b7088a198
BLAKE2b-256 b22c764e9e25faf81dd0ba51264205b0dbd8a5e5fbe96735bab0994283fbea41

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d21037a796d03e4f28328293af4f21f98974da1006165c507edf71cd78fc428c
MD5 4c187fa3e62cc22ef541cd4f79e84872
BLAKE2b-256 97219ccc5c72a2f0fda2833c517786b7ac427bda123242389a5f1425a34b024e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8e66f12e1265f2ec83e178deb6b3c13f095c00739ca43edfa80678907bd0f48b
MD5 437916b632b0b2521afe38cc72570b80
BLAKE2b-256 63850a49d6e4db08f27fce0f18e09949135966fc03f16ee38abaafbe53600063

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6331a22c0724ddb55f94b9f877413ce6aa882fc2157577321a034da507e21e0a
MD5 4e8dab89561e0999161fc834e27b952d
BLAKE2b-256 dce765e4db7c2122dc2ecc9f7896923916d548e8c23ca8d8a8db324213b86735

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 655c0d1b765d02d57c27d7e8c3c253bc8bff33fc86b910f81d6ad3335d4e18a0
MD5 8b1b69f234382cc5350e465c98febe9e
BLAKE2b-256 cffc8adc5915ca27a2af69c61f86e96f89901ac5d743477aa10ba1cc2a5f5f2d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 475717ee9f9d26ca6b9d6c1e23c0d686a9c26a587b68a4769dc02c6c5f0b055f
MD5 572d9d203a23e0d1bbb32be10fcf88af
BLAKE2b-256 0793f51b9b9b30fdd348627f2ae37e625daffe83ec845af293be182bf6ec17d9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79e44a0f1e85478c5d8b44191835882473493928fffb882e36b4767511f13ebf
MD5 51ae548d3f8b79b16e3607cb9e279866
BLAKE2b-256 4ef7629caf5863e99606a381f9f2bcc993aecee92941e489e509c9772cbab7e2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dfef38833e05f1dcf6bf4815f2f5d59e5710b36e9c15f42a30a86a31ea39fbb6
MD5 27870bf580b5be4f7076c74d050c90f7
BLAKE2b-256 c1a609bd29202d1f8a642d776ed25750e0257d4ea55232890b410653f6c34f4b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0d549e783c7c2e5e676726c90a8a1fc1114e8f45c55a2242acf8dee65162b2c
MD5 8cb74b0c8a5bf08655eb9b651c8f8c77
BLAKE2b-256 645f4c0e5865f722d0302957b93dbe9ac43710ca100c14304f561a07a111e86e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4f4f1b01084b33a592f4bc504917dc0b80b08d2e85bd9ccfb0a9e7cb99d463c
MD5 0e0fd844cc79863ef7c4a282616bdc3e
BLAKE2b-256 8f123cd5484f0ed75f1a247f9c711c564cad7169edccc133b45abcffd4023f02

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 113edfb8220f9a21f5af35ae7d8f6dd250198c2cb2ebe9f63092b220a1d94320
MD5 20f2d7c11341e7e8d8e53bdefe3ad8f4
BLAKE2b-256 24336a4d3c9b57f37ab53ef61b657fcf9634721ad238ff052544eb4d930310b4

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8118f2353d4696613c021cbb7adae2a81f64083be4d13aef3ce56fc9a98c3b43
MD5 79839540117a8a9595e6ba3e1daace93
BLAKE2b-256 b069cd7bba6163114417e05dfe1d3a53238debf60a32a35af3ff3790c34de16e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b1b379298d93ead8d9fab0b08fb7825c451c5623569072ca92a324a866a767da
MD5 1dc2a883d94c2c9ed6e34d097efaba98
BLAKE2b-256 3fc7a95f6330e8fd78b6f0bf9ce07e947d5e922640c1b29fe4bf6584cdbf6afd

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5004eab86df6a851296357843d630da6be52c23764ee1d517966437e76abff23
MD5 7ad01fcc5dab2ec6e9762121fc3dfa80
BLAKE2b-256 43710d779bcc6dd43f3cf24848e8586d84ec4fdc715bd85592a92e9b9c195a6e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b45e5107ef89473df3e0b049db2ac72a1a0f413465196f167ace6c72d85ca127
MD5 9f1319e6895365da7a9fb382fa7acf79
BLAKE2b-256 a24d3a948d874d0665181b56805843b95f58ed17188183602a5f2c869392807f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d7744e173d8af05a381cab4cc2bdddaea98a72c7108bdfc9afa4086b79d1d5a
MD5 e380e7e8696c46a633c80127d5ee31d3
BLAKE2b-256 18f963b744ee7ef6809a9f789d9beeb90aa80a2a278bb783f8bbd1b28e2fc87f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccc579043254fde8bfcfcdffe619ede62a483b4b7cddbe7f7ba6936e6e8675df
MD5 281b38c74cf6d52aa42a0c77434876d5
BLAKE2b-256 fa5e383c5806e857adaa96b0a699cb2886361476b3bb644c9376d7e98d480a21

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d67e5263bf6697446e1f715ab764cd94bb088b295efad4460551bf4df05030a2
MD5 ae29a5e56fbd0423bd2251b5c10f7d7b
BLAKE2b-256 07644eed5a2183b02f5371a6965d10b51dfeae8a277f633f07a55b35f0bf7008

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69eb7ae82503ec4abd232dff0735e600711aa43545ee3ae93aa36e8727ff4ad3
MD5 8a12d47c51c2a8446c965464823e71f4
BLAKE2b-256 8a8bccdc1d6f27693ffc3aaf34b2a493fd4fe61981d0c91afb1c5b56bc1046fa

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b19297f22205ff486d857d073d255836faeb0c3ec1b8f5ea83d35d3e7afc7e36
MD5 3304c39c8524ed051c408067b04b41ed
BLAKE2b-256 a598ad6fcb820d23d9f14ab9a7a96b424d5681c2ec742dbbb352c48199f07871

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e88b0c18cf96f744787aeab1f2bdb24c1150f13dc601ed88b1bf7e6ca0bd287
MD5 0e1dd702adcb5b8b5deb29d3b10fbaa1
BLAKE2b-256 b8e2bedba3780e2e21e07369bf8d6037045f8c492fa68ef98dd2fd588f0e3876

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f759669580ca478d5f9952722acdbf97a943eec0ebe0234328f73157bb46fbee
MD5 503b364427f9bdcb873fed4f0f8b2ba1
BLAKE2b-256 4a1ec5f29cf68c59d6baf71a002f737460a96b16c288cd9d4af016014741fdee

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4967486024599af372b94b54fc3589411e1f4b5e4fe610c3f86eb7edd93411ae
MD5 79548353329dd5ee5a1015e460506ad7
BLAKE2b-256 05d845faa4492f8f0f820e0a4f29ee691a4d583cc2ff488e77defa95a31c9623

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ba8312c51ac5453330fbbef1cda388c776e7f1e6bac44e9ba3a5730d960f9eb
MD5 d3d9ffe2a2c078f223630d0d70f4fc8d
BLAKE2b-256 e1297afc93e62508f173311b3b6fb84f56684ec92399c137640d55a3d250c2d3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ad9e35b4cc688c08d0f2fc924995e090eab07e1b30d91cce9cfefae2946bd17
MD5 ebb86b7157dfd58f248362d899cbdd9b
BLAKE2b-256 d321bd5f72405e55bd3e6483d9a38d7e220907a09225d0a02cc495088942baf8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2add5c677d1e49aef3c6910b18dd87cc4eaf16b06eb8ba626992fdf210507c96
MD5 2af38e7a775fd206c04b20a87e4c4092
BLAKE2b-256 689539d1a0be3a70bcb1eb3625078d1567dc28a22d83d6095dca527a94dabf20

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5f924ad4c3ff98c81ed04f5e006ca12eabb08731a3220c88d3d15c22329b191e
MD5 3f3fe748c1134ea94e93a7faceaf0ee7
BLAKE2b-256 60fd72e342c2d1c9835c131530b3d423cc74d9f90eff02ad2de023e49d6f43d5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8dfe94fe0e8fa5e28d53e93ddb4d8e7cd979612c2035ec05fab5846d268b87d0
MD5 fa013c0f4e0445e8198f41a7cfac5874
BLAKE2b-256 9385e4b486b9194eca5a6ce488344cc47b76a2e55322d029007186c34f75053e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 80c2bdf444d211222bafa0fb8c16bb340f43813b8bd34708cc98c82b4e44fc5d
MD5 db391bf93915d5280f05752f0a5c6b86
BLAKE2b-256 3987f5538a7ede2e605030eea8f883b3334e243f482f2905d27349313dda245c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cc17d818c15f7fcb00bc96e7c64f6958cd2322a5e8208571b6954a0aa0f1a97
MD5 a819939d9ecf45465e688123bdd546a4
BLAKE2b-256 fbe73952a79afa3614f37b4d52219ce03d43e8a1c05cd2f93ea60acf83d1042c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5de91862ac1dda595e2afd85d2f87eb60364ad7dec0b56d4c474c39e37bf1896
MD5 5948b32764438ad1dc118c0928ed0a41
BLAKE2b-256 048bce2b9891f1c7e943141071de86bd42b659212887ce1423f2fbd41ee5a974

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69936661646afa6b29aaee3704afac3d333512c239297d4cd29a90e0a50dd9e9
MD5 1d61e074ed8e570e58920aa71cd87191
BLAKE2b-256 66def9f30ad576639e26c7d28c4537e94fa685f154797d9e478ec9e671164f80

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93e8a34188792787f0a2579a33834b68e4635d657d44afea980dbacf0cddafc1
MD5 f24a8c161b16a8a27872ac81ae7c22eb
BLAKE2b-256 dafe52614812aad2f82db7096ce16331590b794e019829d5829ccf0c1cf283af

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2217c8177ee5de6cbc9badaa7bbd6af8a1bb3f33bf0b8f76ea11919e86150204
MD5 ff6bd1b233ed7002672bbd4381b1d493
BLAKE2b-256 e12d96347f36b634b0f80befce97aa3840545a426aed57d0610014b98b04bf54

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f74a76da1f5769cf2c5de58fc8e568d37bd309de58810640881e55095b1bf7c4
MD5 b9a892cdb22803d61709300ad2c1e711
BLAKE2b-256 36570f2c20172701349885b5fb44f3a842c1c35136f952c68b53d0d488497a35

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