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 --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.7.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.7-cp314-cp314t-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.7-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.7-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7-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.7-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.7-cp314-cp314t-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_plot-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7-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.7-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.7-cp314-cp314-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.7-cp314-cp314-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.7-cp313-cp313-win_arm64.whl (989.7 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

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

passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

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

passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.7-cp312-cp312-win_arm64.whl (991.2 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7-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.7-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.7-cp312-cp312-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.7-cp312-cp312-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.7-cp311-cp311-win_arm64.whl (998.4 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7-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.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

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

passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_plot-10.8.7.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_plot-10.8.7.tar.gz
Algorithm Hash digest
SHA256 75df7fa15b86f7bf527d6c4efa6ac897864d4dda5dc669521f324bc1095de4c9
MD5 5dc43c0a0df79fa2386f77cbdf9b7240
BLAKE2b-256 3eb2d13bba7901e4cfd69852f1119b429c54b8a6e642ccf64b2a0aa39e43daaf

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5f6d64502ce1b2ea71f3a0cd57d7ad00579f6413985e59f8c407d72ecf846715
MD5 7a95781f6dc15e081d713b6f00c5bcda
BLAKE2b-256 7b17cd18917f3ca1c1682d8a8ea7b1353dc91502c752102855e3606832058801

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 aa6621aad36233163d3aac990621766530ad56bb8d1cacf5aa276ae0551fe508
MD5 600b1863ee70e3caaf483e225fa0a556
BLAKE2b-256 79c21705536b88ae703bbc6ef06dd25bb31d10210b3479ec2f9eaa95c2894e75

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb5208dbbe1bd901a9d9e94a6e47ba13cb045688b17d0d226660a91732fc5ade
MD5 ba32cfa636d3f1575f77cbe631fd45a6
BLAKE2b-256 eda87902566c7fcd2b85d76e8ac7102da1b3b952bb34a2eda3865f63b3d63e25

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1161a8510abc94778c7c148612e3b22853c5a676bc291a343ca92f98f30f6624
MD5 0d1c80e4ace369df5636a7b53971938b
BLAKE2b-256 0916036ca2f2a8811f04fcd8ea4c9ba6a7434d3faa628e28a177113e7efdc664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc2dd2eb51aea0651ae86d0d7a4e3814e805963f67b37e19b0e0d4680096959f
MD5 d5e17aee9ed8b366b4d09d3525001d85
BLAKE2b-256 f1482a73f42d9ba968e3814514257d5ea27177286b9a508a90a78faa5e272cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66c83aa345faaa1b68d8936548bf98264b45352c263a2dc7e1a816fec20da6d8
MD5 31c2b76f3535b059c2eee29dd36afc63
BLAKE2b-256 56e92532245049491b665713ff1b5e462693e1383070bec5caf68daa78ef39a2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 005328173ed15b0bad30db40ad05689795b3946f419d94001fafaf6dd94e47fa
MD5 b30493b7ba835a04a6cd88b3a827485d
BLAKE2b-256 3e0d21030cacf3843a42bc6611179139eebc346ee4a0f2fab08681e5634b293e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c32a731f93a324665e149ba3abc0985ce1ba6326f41a4e14a5b5d6c2b57d32f
MD5 2d55df896e385bd1502646a44fe65df1
BLAKE2b-256 47646aa45969a510b1db0a411676845b300ee4a48f286bc6b2ee52e1f4495625

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 aa868553ea9ac34937d62a365ab112fd1b90fc794a95c5f5e7dbe57e745ea247
MD5 e8ea3be7e1e151ebee74ce664fe743fd
BLAKE2b-256 97236814c9870fd5027e5395c9c1bf965dfaa0132760cee8ea4736453f2faa69

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f0e09a7365ca905ce7de45712be3acd67c1fdad3f3238ae7dceafe99d9f833be
MD5 5be2e90a19c33b772311f55f0a9a32ab
BLAKE2b-256 689124b358e2d027f4daea03fdd90e5e74a670ee26b9dd0bfbdc00a92da8bff3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7690068949a0901b7317a1d583fd1cfecb34cf3c0712a608782199be93edf6af
MD5 72dba07a909043be94fa9e3fb3fbbbd0
BLAKE2b-256 835e026d33aa933176c7e292c5595e9e94b79f8c1ad5fe424fc005ba04e968a5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b080400ae43c6aa674eef7bcebf1b27fbd2e514f1ba16571c7f2f9d07dbfe2b8
MD5 9febee82211f825c5011a0994a4c78b9
BLAKE2b-256 16117170753b5abcbc9f5351d5e6c3556b65639a64583de44360de30e4d927ef

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1675eb6ba153de42e9b8d34b00494120395bf2f42410b387620d0081c981cfc0
MD5 e96d2983a933a9297cba6edfcf89d770
BLAKE2b-256 bf4def6bf06fb98322c24daf9fb7db29446b19c63516c7e2843be38f45671cfc

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 153a58e4a6087a1558352186bd19c22d834ebf0ba1937b23f2121309b032e5c4
MD5 77047d0265f52cf7f28912fef6ba9f34
BLAKE2b-256 6a5a6ea5552b5c350d00ec5e82c8336fdb5b03c37719f154de55b468dffaf698

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8827303a4b4547fdc75e9611d1f38315c437a92d40016cc14d6798e01e629745
MD5 f0e7f66c8d52809cf7c9a4204142494c
BLAKE2b-256 cbbc9ce017bcf08ce0208c5af774df481dc9058fc0988852106e0f68b5596bea

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 567b0eae20faf5c3b1bce97c75ae917b83e029801b8b07bbf5e26638d293e1ca
MD5 9a75202df0ff19423f582ac0b20c0ff7
BLAKE2b-256 d50efc802c1d23aa34a371fafb25e4931c90665bd3987b93bcc974724eaabaf7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bbbec659ae5fc1eb4497721ff3682780adea95b7fcb97c7ef944359b7ea5a0ce
MD5 44dcac9f3f0af03a35a2d6c02559382d
BLAKE2b-256 f055c00022c38010c04382270cfca6e8b19e98da26983bed9779e1d69a2205bb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8c05779f829b452c0e5bd5b4d300b89f2fe6bf56ca42172fcb1d0d015499c14
MD5 e4b564ef9391e99093e2d3ff7bd90cfe
BLAKE2b-256 7814d4c04b327f9128c839a3d37b051d6e2a774fcd3b6cd5a2cfe49251e98e03

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bf25757deaf4bbf5c6bed2e51aca770e3730d2bffdf26c321090de1ef1727f9
MD5 3e22a4d38fbe2d51ec0dee86275ef23e
BLAKE2b-256 6afbe18ef9fc4c1b22e193232d2a6e62dda0d538e57f315671f4d50916617291

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a28c1e8d4040a34c31e29afb3de79d554356d21f69cdef5f7f312e1916c50347
MD5 b06fe19a173ea91016bf57bad833f411
BLAKE2b-256 7b776957ad1218002fa42ce2f95bd58712d896e13f99d50b09a85cd4154ff335

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 055ded967fba3005d2d2c75393063195632071bf8df0ce554dc682b065aec1a8
MD5 4f78b8a9c652f8ab3b4f08c0c75157aa
BLAKE2b-256 2a76e8021e8e6fc328940a8484ebbd58579471b7717ebd4b1082191c8f71b5bb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38e6164e8683eb1268883d8067c0e395d03f39e43a1e6d3af1b3c2cad9a615c9
MD5 0e617e582b08694ff072f54bd31c5883
BLAKE2b-256 b1105850bab0f3ed7ee4f800f71bd244ff5ce93e0db62261903a3d20c1efdcfe

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 135e8998e759d0ddc65b43479aaecf8cc22e9143e439ecd7d9da7741babc890a
MD5 3296bd480ca146f88fa09e7f85829d49
BLAKE2b-256 b7e58f2fa3708ae7e5f3d835c0ba85625d3fded0468c28da98e83245f2f73e7c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7e959af1f1fd66fa7f5bc9a71dd1dc2e9329bcf32e0887d6146bbf353cfc6ac9
MD5 64dc4e9d652686bbe37b58dce0aad996
BLAKE2b-256 3aab38071ace794b0845bc5f4e7b880c160f9c18331234ee300d2b1cb6d14097

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ca4ee3bf722357f95bf5e564bdbfa204ea0b8e574607e56885e70822f42b3289
MD5 2f4b0643b33fb63892ba34a89407ba4f
BLAKE2b-256 1b13222d5d4eb0eed21c9f25b5d704d422f2d043d5102878f0ad79dfbc24882c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d91be3282925566b0938e8ac9bf67adc9495ab3f4c71f2140467d03da2d9a115
MD5 9f84a143222b393ea13e1540fc2548ec
BLAKE2b-256 f38517df1110785b67f8f0272bf90725839796f5e4e724540e83d985dc07b7ce

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 625e650e3d2cc93d74d36e10e6be78e87b2f8fadc22114f45570b0a90ff18522
MD5 318c53ec60dd679da5f69076efe35364
BLAKE2b-256 0f1c7a1f7987e5ff715843c87521f4f66cd71d4a5c0be486ce1c5b156e8b32df

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 571b448e6183e7edb8225a020e1b00175f21c42dd192d40110bbaf80738f0cad
MD5 fd1c59c9bace3656950e06103b68736b
BLAKE2b-256 db7cb33df522164b65d1ec7394949fcb24e6fdfa842c3be22a7d4542b185169b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb464f6681d037b3d2f952fce617dd1e5a623b10a87ec87639cb54f28a43b9a7
MD5 f85a911b23fc170ddc4ab1fe50ab6115
BLAKE2b-256 72a893ff2309e166540d05ce605e3a32112ff964b9cc473f8f1913b02e5d4a12

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e46fec826aaf994675a83d60b72d83e7edbe1d1a23305c6a672341080d838cf9
MD5 1394cbda9a0caa9dc9dbf20a1ba59fc3
BLAKE2b-256 34753db1946911de2637d760bc764ed8158068c1098960f6b69104fb359bbe6a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 edbcb42f9f5a57141113f6b247ea0b9615dc9792ffec4ed98792e01918f449fb
MD5 733ec84e1ca42447aab01deb638ca027
BLAKE2b-256 55dc7093e9d57927e27686149c9766d5982063648ebcd5a06f82c3535f3a81e0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f435745eb263e2cea8faf58869a5c465a45fb41ce6fc520d473dbaac2ad5b76d
MD5 e8ae8aecded37c07acfcaa957de79d3c
BLAKE2b-256 b266be191683343e1199b99290f6392aec6c1a618b5f934fa2ea6f5b06c10874

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e6f2e830556b29e9eda997db0ee140f1d8886caab4f1e878b74d5e215f12ec67
MD5 76660e0165e7f14f9c68cf54ce848cf2
BLAKE2b-256 8164dfe2b2e86866c189dbef54f998d5e40644fa0e7586dc72936150ace08bcb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 02b00630278ac72cb07f761b04836e317eef6b0f0b91f59f994f99dc5c230f9b
MD5 fbda4b251aba38bd3b90b17e2a74a71f
BLAKE2b-256 8c12a437f9f1f93de5cb4cc239d89bcb1ed8f0b2f73b5b47eb69f9330e99d69e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37bb43c4468e5dea6433cddf990a351634e58eda1f19427be6948fc592c3e17f
MD5 2d292f4252ff1a6dd1e0dc3b0ab7d332
BLAKE2b-256 5309a88e828b10cc46d0c9ff13faa028e62c11d17c9eb5c81d7cce014d6d32a6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 227b476cd46417abf93e107f59e784848c5cf377b67b7cf8765505b48bf6781c
MD5 9734c6cfdce9a5715288b15e877b0410
BLAKE2b-256 a36b9a64cc4bde8747a0d548d0dbe385abbb4194e660fe754a464a6cd5504dee

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0d487aac29e53e2cf7757d00d0868f3d008ed6074c5431167e49a0685329d0d
MD5 ec4176379d82755c2caf2483005a358f
BLAKE2b-256 12e147f270d45a35948453ace799a15e47481db973992f102ac09cc551d1f9c3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bce0287fee05ff6437b487c0e99a3948fda53d34ac3fe16a38f20dc06d6e4f00
MD5 e955194f205c5ce093d1745b01847aa5
BLAKE2b-256 20cc2afe05634f2893f3fbed492bad7e645b44a63cca7814b5fe709fdbc0bbcc

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9181b861acff70c1f38922efe0cc7f7b1d8132fd9c8c051355be982b9efc90a1
MD5 2bdfaf0b1c57a67a4a25503020485d98
BLAKE2b-256 fb70aa74d0b7ad2d74b6c5bc8944f3a58faf4bfb5c02c2190f2ad67944dcf7ec

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9b9ffa691863c1a27eb1d60794096efa7f6ca80d554d42731e78c6d8bc3d1d39
MD5 107c452715e3f8000c2b66cc3b38612c
BLAKE2b-256 a2f86201ff94a35bef556b934fab88275e9f4b44e9edf18448c7484e855e2125

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