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.5rc3.tar.gz (372.7 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.5rc3-cp314-cp314t-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_plot-10.8.5rc3-cp314-cp314t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.5rc3-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.5rc3-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.5rc3-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.5rc3-cp314-cp314t-macosx_13_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_plot-10.8.5rc3-cp314-cp314-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_plot-10.8.5rc3-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.5rc3-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.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.4 MB view details)

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

passagemath_plot-10.8.5rc3-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.5rc3-cp314-cp314-macosx_13_0_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.5rc3-cp313-cp313-win_arm64.whl (985.5 kB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_plot-10.8.5rc3-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.5rc3-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.5rc3-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.5rc3-cp313-cp313-macosx_13_0_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.5rc3-cp312-cp312-win_arm64.whl (987.0 kB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_plot-10.8.5rc3-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.5rc3-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.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.5rc3-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.5rc3-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.5rc3-cp312-cp312-macosx_13_0_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.5rc3-cp311-cp311-win_arm64.whl (994.5 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_plot-10.8.5rc3-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.5rc3-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.5rc3-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.5rc3-cp311-cp311-macosx_13_0_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.5rc3-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.5rc3.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.5rc3.tar.gz
  • Upload date:
  • Size: 372.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_plot-10.8.5rc3.tar.gz
Algorithm Hash digest
SHA256 44dcc24c8f0aad196b111f9ca87c69b2e140095dc44f698a8a6fda4c4d8f060d
MD5 198157264532df78a4f3b90cce2068c1
BLAKE2b-256 461ef437cadccbeec3323ea71a1fda70e86eea22254e376778e380f2f8ea13eb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 73ab5a9eb07cea0fd645806bcd44db4f258e617e87a740bbac327a763797b03d
MD5 ac8fc1c9aa67c8ab4f148d5b52b89f01
BLAKE2b-256 4c968f21ae34807d718730574d5e0f22e265279d2af6b2e521f59cefb0431108

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0f0108b207e6bd6f71cbb6af59dfe209a63b068eb3b94f0dc7116ef09c7c01e7
MD5 388356a25e185c8e4476b77b9fb36e56
BLAKE2b-256 809047b3c5ed1d5023099c5cf83cf14836556000ecf36b3e47a902adabd02e5a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87671eefec205d97303fddad8e847ac48a3f5f4971b09d1b6a72207617097bff
MD5 f36cee645f4cde3cbf3852c727899c47
BLAKE2b-256 cca31eb5c562b338f97bcfeaaa6de599412509b390c690d76f5adca5124b4eff

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd6cadede9410cef60c76992c53f60e8361342fe81fb3494174b5b1d87c27670
MD5 213f9f01ea4d3f4ffdfd44de5063229d
BLAKE2b-256 474edbf5eca5c782bbc05a1cfbe6416c8403898615312abbd71906978fdafc7d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 135856a907def43eb03e4a6cf3fd125e42d173a72f386c868a5002021b56b89c
MD5 0e936d8ba8d0cc8266386ba9c0086172
BLAKE2b-256 74881cb6d87f4ee68847881cc6d571d92c2d78f6098187acdddbccff8eebe76f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eba4112f6f969cacf54f8756edc9e1eb8e45e32f2b1fe7adabb0e2a8a1858532
MD5 b6d38fb9b19366eb9d220047a3f522e6
BLAKE2b-256 b97d0d0c218bc9bbd2617e131b1a67920193ba51d895337bad163b39bb4e4dbe

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 923522889c7d0a1a0de3b263a995d4f0c5d49a26e08a8fa12d8af7b59387a6b6
MD5 7a9009cbd62094133cfd739c7b6f7565
BLAKE2b-256 90d716b570845dba5670fcbb80044da5987359361227c9f5af37e652d8f02f74

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 10e35590bbbda5041725d5705521bfad5188ca6299657d358ce28f19bf263815
MD5 860844c8591a2582a8d08db335511cdd
BLAKE2b-256 43bf05f2da02de3ab1fb75dcbf18a7df2571990b91904701a0b47c21dae4daaf

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a116c98902a2796063063b93c0786a4da99567320fe17ac6d52b43006c8b0580
MD5 f68a629674da82f5161dfdcd478426a3
BLAKE2b-256 80ec1a969ea43b748ca27f5fafdb8fe8dd70252fb18c226f9016e8063bad5b9f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 71c80b1edb70ec3c68c6a76339a5ff587ba8821ea1b2a423437e2d13b1b4b5a7
MD5 88301c7020934a6aaaf7e1b850a3e083
BLAKE2b-256 2b98b31ace7e0bc4bc38dacc1f14f8d220b68ffd4d7fe2b26bbd900b12f245a7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f0b89ed4cda72468c03605286f20f6c50390cf22b05d6a4d9e7dac1f04d0d1f
MD5 4fee62d5118a31d6895dc2a3354f6ec7
BLAKE2b-256 bcf11077e03bdc569a951e2006895ff8e04f402dfc830c497ba7e8e0e38c6baa

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62205a5b220e803d7c95dd6c6f2acbfe6e8b5ba21fd104a24fea37a6139a7995
MD5 870bc1767b6388966b0dd504ef9a53dd
BLAKE2b-256 3a77cdc8fccbeb7580f27aa43c33e95277944f66c41ef89834f310d2608a6460

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86388599584462460ef47204b284b199978cd68f59ada90a75a32838ce3b34f1
MD5 772e3594774603a9c22ab88cb2148995
BLAKE2b-256 44e6fb961c6f9eb57e694a05da15f982524cc9d66062c6cad863b3c7dbe73b70

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 348914a09eea008a41c5c5a275833289e6755a46b8bbf8ade06bef5b5ed94c29
MD5 df922763a2eb92515723507d5aea198c
BLAKE2b-256 674274271164c8db3ce64aebb1c73bf8ac946bb7f65ce9d71e6047273e17a8ca

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7b61e779031418c2c6d9d25cc3915b2a4c67609868983a524da5c6859f53e768
MD5 b616feac8f07267793db64b434477933
BLAKE2b-256 311fbe41727f35bb6417d6989c0c807137454278f14030c04dbba1ea33908492

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 720e4851b29422db0a3a05aa6852341d0fa2b43f91e7f9d265cd4077438df36e
MD5 c37aa7b27cd425b21c3825b6096a82a4
BLAKE2b-256 3cf9748a4b542fc9680b4c252966a7e92c8c7561a7e67bd146e83085c6edb7bb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a45ad0be5d5b83e4e7c516364299111ce58602040c270dce9fb707fb13fd5c2f
MD5 057b13939a589bc2de60e7ec67229eee
BLAKE2b-256 7834f9d786140c98547752adf43a513e7a90ab5f00a5100c481adcf9c2401fbc

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1fbf62329a290f17833890528e6f6993cbad9688ec730a2d9a280f4e81991dd7
MD5 0c762e3c99de118fd9c1b25488874203
BLAKE2b-256 fce6181547d943de41b2967faa3b8f4f6b4362e8f3f167e09462460f110a80f8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57692078e884bd43ead01deeec9a6cfc129bc10eeb729de9ed07e677f3344b97
MD5 fc0e11f535c9e5931780cd3996ef35ee
BLAKE2b-256 9375fe541b09251066f489ab47643051bda3a6f08a185efdc8ae0f4e9dd86f87

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a82e381b01620dabab00c7c4f7646032502247f895a88fb2dccd96be55eb294
MD5 ebb1604063304599dbfb14943f132285
BLAKE2b-256 6e13bff9a7f3080902a60b466d6db2d72aa8395a994b93c0bf00e53eadad99b6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f416be4c2671a412b7455021d581055218a90c3f7cef41202ee3c698da58661
MD5 1d44b12472e55b1f8f1d3f1e3bc98383
BLAKE2b-256 bece6d6f719bdbd4093b20e7cd6209ef681fc98ddf15a2bff57ddf9e7b74048e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd3c85bae476e51784b94422a997b8e610fb0ffb5fe91bf413d7533f7f46b075
MD5 c87e1d3c1a067763c6d894a4e8f0d125
BLAKE2b-256 514f4972ad8ea5c09c238493071eca1c56458651aef1719bb2f11a36ca033b45

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 de711b7b1246357b08a84785920a729d1d4d020da870f14afa00928f8bc8a757
MD5 d9708125fe51d923d45f637b038509bb
BLAKE2b-256 d234d054b3cdf6b3c0d0f4cc2497c0c27213b00f5a1baebdd8d61c30faf9fe59

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1585670a73e1b48d6d41eb7855187cc833a4092dd9284ab45d1e183155b465dc
MD5 f3c4f0ec64851909b00eca626e643050
BLAKE2b-256 db308af3db4d933bb928de724f930556aa8c4767d7edafe0e3518f276d170a35

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0a2fc7f32c6b8f3104b8ea4d897ac2a4ad354a7f170ba88fa5c6336036e9b28f
MD5 b96ea030adcd770acf1a24fe1d381559
BLAKE2b-256 0acc91ef83442c6ef4173f5ecb8cb58b7b79f0ca6f3d40b7c7d80e87dd2b7478

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2704606a2e257b0e04d7b06ae28641769f2c821813b1f33ba3ba7a0c36176808
MD5 91978dd57a9b818354b9e54432c7abe7
BLAKE2b-256 10b07dbe2fe0db630b9f00442d70332fe07c0ccefa3d0364c02b43f67e38c68c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14235b211f3a09260dbbe5f17b26110f680593d41a24cf8996b4d10605408c5f
MD5 6a9fd84a68ec16af9df3268adf88b0bf
BLAKE2b-256 61afe91f85b32daa2335f88b209205316052081c1b9fe5a379100784d513e926

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 429a261525db2855919d8d99bc1b4a40a01ed500009f4530a6c1186d32517fb7
MD5 472b48252912a0f49892927106b48e2d
BLAKE2b-256 ae343d8e180f03e4450430664b200f9da1e9f8c1a67115101449745dda1959a3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed19cb0986f69514299ff7dc2b4b2d94b6f744aea640b5a038d88e23f0e17fa2
MD5 dfeda56306c72022d24174fef7105826
BLAKE2b-256 86c242b92cf03da7d97b8e506ce63df515b60c34c765dc1fa570bcc33b4513d1

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d08327bc9667e4cb0038e1e905f105881f98284742a3f44f721009eec7c5ff52
MD5 cb4921e0c7ece8c498275414de74171d
BLAKE2b-256 1487c43169a1169ee02d4c1fe0f721e525d3a9d26aa9d9fc8fbb1fb8afa6a9f9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e64148270b3197f652f012b040e38bc552e1c1e2c2da587389a06e2c2cbea662
MD5 ada1ba60c149267f5aa553f79d3c6da0
BLAKE2b-256 67aa6244dadaaf795287d6e7cf63a837240e8bbfc1782a2858eab9496b5cd4aa

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31c063a11357f28a38cdeb0e2da55698af4b142dab7354e293e6ecac52b0aba9
MD5 8ad5104f98a20745b5e82c768e7756c1
BLAKE2b-256 2b1ee3ced2320e474b3557b23dff021c09bcb16d69ede32408405a75842a5881

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2fba43cdb4ac02c499385c91d394570346555926fb747ed1c611dff04b10ca81
MD5 91cdb68656a27689d7407a98fe8f3af1
BLAKE2b-256 fd03ad98368807e8bd8560d0ae5e43bea88c3cbba09cad10562d00400c6e12ac

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ae341425e5d9e05b02d0bf561f292e9219168ba686eb4caddf6e95b7a1fa239
MD5 186fbdb0c04d91f227cf41c785fed03c
BLAKE2b-256 fd4ac72e018b2ed9aba17d469337c0ffb0b834f8ef701a69e53151c1166af7ec

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c42eea0ab50b2ecdfc429532852005867ffb84d962e8bdd0c98a401ddd1c2b0
MD5 71605507bcfc235eee04d3b34174c931
BLAKE2b-256 002bbdac253dba074d8da5a7135274dff60d5c886772e3761099683878e3c452

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31976cb8034f367f9b9831f8f89a37b550f687ec173e13b76ca24b337e4bcc8a
MD5 86f9939389da3b37541ee514423697b6
BLAKE2b-256 d25bfce7e767a9a1119f3414b965da5a0349cec8cc0eafbfbf2bcbaaa18dc94c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fd674449395b280a25becc1f22a2033b01335a9772a2963d8dbda6d16a9ddeb
MD5 8a8f241aa6be2d83de0cd8396b523b32
BLAKE2b-256 2d9e6a40767f37b9730c4de016538095ef3a64404bd56db0b7aaffe6c9c9f6cf

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48740544bbb0c3e9dc9b08074c3b6daf045ab34cb4fa283a4708fb014089714e
MD5 d6176da9cdd66d4bc9a1ea7d82d12145
BLAKE2b-256 df4e1f3cf8640245abf8575b8c228f7fa261fffb090873c666eb6732302b03d6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ca591be3ca6ed8a3fe2df67feaca97da4284735c7159d1e619d9a1c41596ba8c
MD5 1eb9b0680bb36011106c5d2ac33c6c70
BLAKE2b-256 384cb297c1fa6df15167da65c21faeec4c6a1ade3b5545ad82d150e4e2364da5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6cdd28b0b48346ba5fc1dedb2f5d92d0e0ce8d48080d2f9dfcc188124d0b3b41
MD5 a27e914a9ddb606321969a2c411fca33
BLAKE2b-256 6ac12f4cf1e726c56db93918727ab0a1fa3460008d79e1aac620fc61a5417d15

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