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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7rc0-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.7rc0-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.7rc0-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.7rc0-cp314-cp314t-macosx_13_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7rc0-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.7rc0-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.7rc0-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.7rc0-cp314-cp314-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7rc0-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.7rc0-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.7rc0-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.7rc0-cp313-cp313-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7rc0-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.7rc0-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.7rc0-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.7rc0-cp312-cp312-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.7rc0-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.7rc0-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.7rc0-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.7rc0-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.7rc0.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.7rc0.tar.gz
  • Upload date:
  • Size: 372.8 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.7rc0.tar.gz
Algorithm Hash digest
SHA256 164398c1baaa37f63fe84a9447e2c3b1985ed40144249a4e4244eb0a76947b6d
MD5 5b720623275699e7a8737f0df80417c6
BLAKE2b-256 9c4547766eaabf2e86a297c2354c0bf1b9e9b1eac058869258d4947905b3ee82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 41624332771b7f410745bf996247cd912d7d906b0f84488e140a8f73234c75fa
MD5 f66738f40263a6cde1d91d22079ec27a
BLAKE2b-256 4462a651e35109b0f50af41cc8ad50f5f280329da354fcb03f5999c0185823cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 748913716a2e3c616da6f801fd6adbeecd534798a6bd8ec9088b73aa8cf19dd9
MD5 3972d61cae052f4eaedc32c5ab84a388
BLAKE2b-256 a662725013ed6bb69a2fe7a325a4eede5c4da0795fa17296a37231d44f90aa79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b417cc1f1772ca5594062ab77335c9d2d4b45b9f09d4b1e4549830b11b6b1b7
MD5 61184de8838fa89c02a1156178784c9c
BLAKE2b-256 96e8332d8d5c5f9364032b9602c5b9faf958ab83561c99318251e705dead8fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8c5374c77f2cf94f43faebc5a7052f52285f912cedfc5cd5f4770f9a9f46fa8
MD5 ebc6398b55231db62829126828bc2c4d
BLAKE2b-256 51ef633d98cd95e6d9214d6f40947d6796dfee65d711f9754bb56329d770292c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66c2a7564b98d095d7df3804c0348d4aaaea629f8086c4b5a728cdcd1eead931
MD5 094bff3f6168c01cfac2ef437b635127
BLAKE2b-256 45a1a1285658fc3bdb7e4c9e9a29d728883f3ceb2358837f30a81803632829cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 092e7c999b1d31af980cf43377f632127bb3e0fd47deeff635bd477ed5138ee4
MD5 6e50f7f92e19c02cedb8adc471c18ced
BLAKE2b-256 924752728238291048465947ed82e3d14a96588c03594ada681a34b28c438fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b88f822b71ab4201b2194b43ccaea7e1ff668be8e66cad16720d6b9bca84d42f
MD5 c2473265a4f4344366b65e548c43f035
BLAKE2b-256 67efefa56ee30c391662bff48dec44da6108b6d1616ee5d01e9a0d30261cfb2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 56dd856e76d0d966c3af06101aff3d9988fc9eb04d6f3d4b09ebc59d1e5af747
MD5 276d97b4fa6aa6dfc4a68d98e361aaa8
BLAKE2b-256 20a24e7c2a9f1bdb5fd498e35e83ad36f7887d7e09f1d02d55a3b1c8cdabf258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6548b105e5e71d76a758c2966c4fd9f174239a57390ea7abfd888dfc72ee1fc4
MD5 22f3b2ccf7e470e9cd578b1a3b882106
BLAKE2b-256 eff3da19de06366d7b6d9806cccb5148ffa61af2f8ada2412c9780dc91a17796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4a0f6498d876ed23c480e7ca1f99268e34dd43869b1d02ae337b0315ba5d37cf
MD5 eb0cbcf9811150e8575310fd11f1219b
BLAKE2b-256 78f64ede24db4a8ef1385d74809aeccf436f7338e6e78e9132bbf96d61b30b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76c1ba1f9d209129667f870d034d385e824cb24be98ef4b15d44a3bcffe047b9
MD5 e1b2add079d02aa1f39720b0ce36fd51
BLAKE2b-256 22c1a79fa1f7cc7b78b99e45acdec4afa2798284092b75f30a6e8f70d9aa09e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f65d7279912f7d38448cf45991e37c019bafb26b0c9274f6f3176ef7ffa2152
MD5 622f2ea5d652b27364e8b553c288b042
BLAKE2b-256 90c267738c3e3a8f88bb526e2b59ccce4c8fa3a07b323e7a278c2bd6059b9b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa2ff7ccf86044dc2beee488546e915ffccab81833099a5c63b02cb21dd8f4de
MD5 bfbd7c8945caed08d244bb4d73432366
BLAKE2b-256 8762f66e333b9b9c10d8f49995ff1f070a504615efa37e47d27a158fba867868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2e9d9fe654d4c5c8eea814eb7edb7b184471696d0d2dc7aefe7c7f210dcb497
MD5 9241b627ea131b726c18e3ecd49e556e
BLAKE2b-256 a6c5bb6c5c7d0f6bf174689e64cb955bbd69add717718110a5f62680c1d9f4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c80ac4baf2c6ef0e1c670e950a622cc3c5e73638bcff800144e3cac07fe4ddf
MD5 01dc33c4f579698e5a00a60d555b4b1b
BLAKE2b-256 90a18c47324dedd76923e5cc876a9a9233d2adfdade15357836bdf1b4c0e975c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a803ad6a444c216a7c934fa71454023284e06be8ec0fc1aff6983229df3f1e7e
MD5 694b883630c5dddb7410dca638f294d7
BLAKE2b-256 67f186fcdd57fca091e8bd7003467832b4aba286629372336812a3b8d4a99a57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 34b1df9c1605358d882922039fd33fc125072e0c9becb00e8413587ba74e9456
MD5 ab1eb9a7f5d01d3f09e897b496ed4308
BLAKE2b-256 6d42b0bf93412214cc8ea4cf88b2616d702cb084dc339ec4eb0bb69768b78bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 47133905eb14a3901a91aff3167a86f3274988ee8db3f6e8a3dadf18a2f8518f
MD5 3dc2be2adc91197073bceade9c6b044b
BLAKE2b-256 06974e61a11511e9500798f42f64615686312bf91610c80ea5ac876017bff747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3133c72cbf1469fdadb64804fc3dbdfb9e607fbadd204e01e4efd46ce3283981
MD5 249bca74736509e49d109c3771f2a214
BLAKE2b-256 1b40f7316cdc4361e8b12aaf731dbd099a4188b7f4216234d807483fbc7f9448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37e7ff9c2c96d288c9bb85fe7db233e1e240417e8560c3144c4b8e2c7d61036e
MD5 457e5b80e56ca1611ca1f0d237829c24
BLAKE2b-256 bff944093207c9753c070be53a95d761cd46aeb00cb4827bed4adc3fa84c216d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12505c1608f620c64fba4e5f2a63d6137b59407445695650f5791e47a6777a50
MD5 43970697093c4ac490aaa859626d20e8
BLAKE2b-256 72abaad0965f82bc4764f7c6524cff43e6c04f6c63797a0882d9336a9d88208d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e2aa304487a0376c0a20e61a70ec0570294b4fceb5ddf31179bd4bc39241522
MD5 c5da0d292608b2073cd673492dbad65a
BLAKE2b-256 7bd820747beb1cd36ea420e8f112f85c56f5564290ac88acaf59d5c6eb5e8cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e11f06d1e357546c910d3a1c16d8a6b393f86642abe6e80bebc83eb777e71e7c
MD5 8f2e750cde24c91aa080f84f14a1ec64
BLAKE2b-256 460db514e3f735819ec0fd5d7d3c00614462d72d83cb49665f19f7135dcf70b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d08171233287ce10bb332e36d46f64dd4a95c244722d5aac3dce0257b5a55a8d
MD5 3625018797d84a211993fd5f97df08e4
BLAKE2b-256 527dc0c410f9d41df04a9df359c0e382b0f3f5b884ae303b83c699d706bed6d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 07d03e83afdf909369e8a5f5f46eac3c60dd9a684c37ae86b00dde2616bb9547
MD5 a8ce9d4c253db37064eb05f9b162c981
BLAKE2b-256 0226b04b08116eafee4de6315d8f23aa3e61d67380cdeb3222450250bf0fa137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 40aa55eb6d23bbbd5bcd21c1ab2600106802341dca4dd3378cc45c189bec26d3
MD5 6d7da40ff6cc1387d11266cefc3f42e6
BLAKE2b-256 27530e7890c8d5ff7d206c6ee2ce17a81afefcb14146b6d7a96941c0297868f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3998653334221583bfb2144cdf6825b811d1eba25b4387859cd829ecfd4cdd49
MD5 e1266d077d0e966ecd1ffb040bf64f18
BLAKE2b-256 1186f5dc4be066a6a49fd5a43de0db59fd60a56f406da97c1bf3672e76deebf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55bfc7cedac50837013205a69be50a32f7e831565e4b3aa3e0481d744c75ff69
MD5 16e080522254123040c0c7ae48ddbc58
BLAKE2b-256 651ffb7bf5344e519f84053e28861d692e2677caa953cbb9ec9f8497f6613fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34a0c9d022e71096598a7bff58811d31cce6371e497471db9d53b53230444ec9
MD5 d79d77a9486eeb7dbb408c85420e0302
BLAKE2b-256 e5942ea3b8fbd341148838cc650653d8eab1da8e15969a06fb317062be22a8a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77b53de901ef5b4f1049ece19ca1ed5c8dc22028fbffb9e8d188afdabaab4148
MD5 3d8e5b1f0af067603e90bd7561bcecff
BLAKE2b-256 e08ea575df5b4eb289466c72042248dc97b0c67025e9957d8b95ca29658872c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2007ab74a9f2d543dfaf34885c15c855cdf35835b7e5db8ae5c4e2ddc10c3b38
MD5 7cdde7ed705208b385f53e0f13edd3a3
BLAKE2b-256 62d6236222646ea96b52bd535f0658d59900a5f59dcee38e4b2853da34b9bff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 447e65996821af6b7df40672c12d24402acb1ad58ccdc38736194ae1e538b5ce
MD5 cf6305430e7a07bf77dd860b28085e53
BLAKE2b-256 fc97ac85473620167699547765e37bc426ab8f64f4c02b4b6419822d86bd8436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fee5efe9aa2f22d9f93d6939333e8ece80bf7d3be0ef470f1a47adeb06400f94
MD5 dfd0820428afabdd5257a5f02cd9f3c1
BLAKE2b-256 955b3ba5a5aa3bbe71db7e6daad64ae0f809922fdbc4ebafdffaa61d16e2ff56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a0a477755426b808dba8dbe6980d5532fa454a7c150dd9726cddd0de8f9bc63
MD5 46e2905b95d78aeba440c09c1619e532
BLAKE2b-256 0552e4797487c7b24ecbf9d0e70c421c20958e80547a055aab9d29a5c4a2323c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c575f9b7b6901c7165d01a785f097bcf9b59fd942e7daf8c08befac314f72f8b
MD5 f5d6c9088171a2c35c138c224352baff
BLAKE2b-256 3e5d154e6c93a8d17eb59a81d94bc30432ae983c5b38d4f14d4e4046b43ea4e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 827683485dcfc88a9fe110841f68ffea8cd7910dd3c7cd225029d56be93eefa5
MD5 8af26cd9e22484ce4f03f98ece7c55e6
BLAKE2b-256 536c7bcbfa0e86f305266722c5706ef2832f5d2ac4c5186ecc7184446a78dba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5472d442b586bf09a4fec4293d3779e224ccb966c9cfa4c5b16f34bceb244378
MD5 8d3859987bdc7de667a04061b2ddda20
BLAKE2b-256 c8c5e270c2d11509fa2599a576dae293d8dff1715e8f66adab06ac631f4a0710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 716c136a6859e0a519a63dc379f519caa885df459960a7d034fe0db5dfe1c66e
MD5 6682fb904a9471db5d9744d88acade18
BLAKE2b-256 d26eb267066c86e4220f232098c1f466ccb6803e617637ec01b7fc30bded065d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd8361d252360ef0999373136fe44fadccdc876c14d1495ea011a71b2bbf0feb
MD5 5e7a36298f2ea31b734568fbd548cdf0
BLAKE2b-256 8181a75087474ccb723e02f049fdf97cad17888997b6700d6034cdfb2d2dca1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c17163e1a906239243970e4a6fdd3046e6ade35b76ddf28305c69307a13d02d3
MD5 8ef5b394ff9368a0af37eb7edc63a32b
BLAKE2b-256 71cfabdf159ac4ea0012a46a34c81303a6d4a403cf30104bd52999294870e7ee

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