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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.3rc0-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.3rc0-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.3rc0-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.3rc0-cp314-cp314-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.3rc0-cp313-cp313-win_arm64.whl (982.0 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.3rc0-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.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.3rc0-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.3rc0-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.3rc0-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.3rc0-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.3rc0-cp312-cp312-win_arm64.whl (983.7 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.3rc0-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.3rc0-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.3rc0-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.3rc0-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.3rc0-cp311-cp311-win_arm64.whl (991.1 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.3rc0.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.3rc0.tar.gz
Algorithm Hash digest
SHA256 5635916e48d421d0456fd7bfd366814c24bfdda65009eeb01c522a2331a52740
MD5 c36685f1865aeabdc8f763c19466f2b5
BLAKE2b-256 0c0ca1907deb554eecce73ab09819ffe933d69bdb7ff601e6d8694153c893092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ee1971b45c8c4ee95df38381473a9ac1c3897572b7307f150107804c71f28c85
MD5 b6971cca245ea16c4a3491df2bc73958
BLAKE2b-256 1e449d7bd9d6d068cdb6997ec1e5fe6a2e55c527429e0d45e7ecc35a070fa600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 21fd08ea2142946ffe36f5c971e6c27fb9ee61cc8df6c5642ee58e3942433a48
MD5 3e1b67d95031eea3fdcaf3bb48e69eee
BLAKE2b-256 4117a673ac172d3113a250b01277f6cfcb2d36c5d86e16493554c0c929ac1164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c90dd4e7a93f02ae603b9a99676431c5a432a578a2ea6657f0a0b0fde778953
MD5 2da5b65c7038e922abc39c3fcd07f6ac
BLAKE2b-256 5f7d8f01eed7332b1f6b81fae5c7fa72f7ef79f7e40f149c2f15161f764513fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 481c667a71e81980e3ae4f424efba4a3abfd5ec4d2365f624d3353accb6ddfb0
MD5 a59df1366b0d17073baf2b0fc27eac2e
BLAKE2b-256 5e1d17215827ccee118621ee511d41a3caf5d49ee77afa8e50930a2bc00ec227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba8bd92c0c702626575e8ad790cb677710ee7fcf8ef25a21eecb343a3bce1da8
MD5 89ed4747943d30f863927112f9fc304a
BLAKE2b-256 04ebeccd75d072ad7d634b1e9c48a592a973c33b7f92df2f3d78163466751fb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afc41580f428d1e0b1839936b2399a785d48d5d454da0b7f2475be322d5f5377
MD5 cb4eae30d9157a7ee9bcde57d1d0b9df
BLAKE2b-256 c5e237c7676cfd0a7d981e8e20fd4474d0a6db5d5eb09e50f50169dadca6f218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f8b261ec7c49cf30e888aec379aa0ccae5c6ee6ccb4baea4acfaa61a40e056d5
MD5 93d25924de94a24efbfcbb8ef874fa4a
BLAKE2b-256 a77220ec3cc2a89dbfd584d5682ef3d14d6587d985d91be4863ffa60b541fafb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ae704a4e1cc5985e664571b0aeb3f5ebce2f42446768df69f34632d01fd094f4
MD5 b5963ecccb659656af3ff1d58aa3f050
BLAKE2b-256 2833e256f17b1193ae3ce9ac9e5b74d2b4238bdd285f8cd0e2e7d02ff834058a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 219ec80406c7c797adfdc72ec3c71880c1f193b5ec0a92ab64eb2868369a9530
MD5 73b410126931a0dc323f6c3386a5c4c5
BLAKE2b-256 bee374b1afc930d3ca4f368ddc18da4b397a5e0e1b39b51bfba549d5cafe07a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 818d1f2af5fccd86af331358903a62acb084e021763084fad3cef162e4e46a8c
MD5 87debfb1d498449d7caf5b9ebe9b1b7b
BLAKE2b-256 4e562b44869843128f450d677b1bb9849630a05cfa5bbe50012eaf542fd3e62d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69c7a7f27fe9f0d55bfbe35dca1dad21bfc487cab9c46881bbc73bbce559d2d0
MD5 e5b2072b69e7a2bbc022e70703d4fddb
BLAKE2b-256 38e62a2d6fa8b0314f7f891fa14729262cd927608c6e3290a22b10b2eecb73df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9ff7ad193e8f7a5773272917fdefe3f5188b9db31453d371b9b147caafa2b85
MD5 37e7dfffe9ab1de465f341f3c08cacbf
BLAKE2b-256 cac8b98a4602a1ad3014f79e6d54318b9bde6fe4819f0898ba34d7f58b17961f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea2db668ed56693f8b7c7706df10ce63bb9337eb2574d67990894816b0728e70
MD5 b220e6c02b5aa03f0e168fc7c0044dee
BLAKE2b-256 651ed3ab12296dcf6c4926455fdf0c39abc64aaf4b91623ace58eb7b8e462b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cfac70046d98113b934a21b82bfdc359e53eb87a1ef4890e20595e2456dd569
MD5 779d78e782e418df8bc3df54491a8204
BLAKE2b-256 5110066e9fbe8c5d9ce7d36c74e55a83282019576eb09dfb1c0365cf94e8818a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 12a060826d66679a306481c4f739a0d702bb8db474e34df9da9fb5e3b70c70da
MD5 eba8df38f5b331869b2fbd4ea0d48e1c
BLAKE2b-256 6f917bedeb9f3daf017e55b9cf4f74ba3e88dbdb389f52e12135b683b007be04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ce0ac3553ca93ada6b89f92e4753c4405e351a8048f91b80f42a08de81bdfd2
MD5 5e9dacb36d44e6f7755ce2b76b2608de
BLAKE2b-256 1c116ba8431141609551fc3892cc413f2364021492d38eb88cf77439373b27fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 96bac7247b145f728287d0ec2213ee084b90ee6be41195f467f35d5d6bdd29a4
MD5 b53db93dc03df789ebf1c765f671594d
BLAKE2b-256 e94b43e44ded2c01f1b39e78ed49affc53090e67dd2b9af89351f90114f10dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 187f19ce64e51ab6c414728c8cf8daa0c45b3bc9e83fffa9d60fdc25ac0efac6
MD5 1480bad3baf0781e3ed59f387a7a7af2
BLAKE2b-256 6fef8dc0f5c10ce4ba3e316f5101c41ae7c635fda5c9563b73f49ee0099d6092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11e4b3592f3e65d58fdccabfac5dbe92d03785ccf69a95c360273c8b353ab3ac
MD5 19017504a5f1f48a964f6874ab1785a6
BLAKE2b-256 4983af49f16a42706190a9d028c64ada111da1e125037deb923f357f25f7f97d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dea27b48d881da2bfc65e91a40c0733398de4d648aa8574bf992ea1020fd2d20
MD5 7e1fb9475b3d8b1960ccfdb044a53669
BLAKE2b-256 0020f0e856b0f8cc0b7da617d4bf4b91187a09ab5614afdce4322b1711cf151b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38db419f3c61dbace456e146c736dce5e94fbfc27631c72467ae05fc44d2b35e
MD5 d9fe61d72b296fdd386d2dfb497b2239
BLAKE2b-256 40e0a3e076190d2666938a626f2d16b9e0f8dca5b3d69c2628ed76d2c6c35c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e7ecc03a07e241d337ab0d0d8f9d262840299886c5b4658d24b79db585b4e06
MD5 872e78940435c47b63f26760a020049f
BLAKE2b-256 221764264f067aed3eba2fe5bce22154e5475fcc5bdc3a44cc08e7db835068a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 407360b519332ed68504640ce844dfc3e4989c2cfe32a33fbd6946ee44a68224
MD5 06458af8ca3aa20b93c739bdc118b2d2
BLAKE2b-256 ebd018673991dc8520d052c562fb61a41380c9b76e5e9ff97d7e9f49b5387b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3df9ac5e04bf17f0cd06dfaf70cd78b4b7ee2f50e43f9a4813bdbf3e5267eaf1
MD5 a2675c03c950d91f05c36f66b7ae3ca4
BLAKE2b-256 0f90b41c1409af830c9e0e13e2cdfc90f25fedba59622b11a84313077bdae508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 063e85dd3b713db23ffa5640e6265a40129562a8c7727be9627379e1d8f2c997
MD5 e5a17eb6422d0da5b5a705ef792d1af0
BLAKE2b-256 5671d8210f0b95d58ff55391f7d79fce02ab364ab8b2fd6cd2e7f666b1bc5b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dc0ec4ecfa87480c3a6d046984b39cadf2fe148805df8d6bc48b7dbd770de223
MD5 24340e9e6d60e109566b48b819aa4f15
BLAKE2b-256 bed17833499de8767e4186d47733080c4d0d401d5388d0ea79964ed77687adcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34ccbecaaf6e67e505d2d5f13ddcb87817173b035e15feecb49b7d3d6b5f153f
MD5 553fa1335882ce78280aa6918295566e
BLAKE2b-256 da7c6d217a01a5229833a69ac0d060c85af48f1a32384b9a354dd9b374b8e442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 220f2368564ce66aeff8dad0cda7a50f1817bcf379fbc681391d0e028085d54f
MD5 fad3defa21873d0aece635ece963ecf5
BLAKE2b-256 e6d474e8d78356ac0adc13efb7f84a74783369492a314b2740e962a6846f759d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f76aed144084f44f1c285135eed65fc3c2ca4fd84e1909bdfd525971c3d54d8
MD5 5548ab49458d7214014a6ce3f24b3948
BLAKE2b-256 a78f9a476bf81110644273002d36e57c4d42f1828ea25b5cae761f695e2ffdc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b262b6337c0db6319dbb9d5c1ce1adf0bfec32ad466754f5cf91f3dba13f8cfd
MD5 d170eab4e6b814c0deb7ff9dc70f435b
BLAKE2b-256 1a5637e48e5f8d5ca3800c3bea733a9af0188d3f5585d81f1a2bd2802a556322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 96d24a68ad2553a569d2d8339d30a5ac65a70f62446b7fe516575362082db07b
MD5 8b6692f50874db5da9f4746b3fad40f9
BLAKE2b-256 3c24618a3d11b5ba6c6d6504e1be61673b0d26b284de9bbe53abbf6bbb21c3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0643b5e73e96cf765bb1b73dbcf8ed14d937387e71efb4a0f701bfe4470fcda5
MD5 16180f56cc85589eaa1addb9c7894558
BLAKE2b-256 0b47b087e5d6eccdcdde1b5bbe4e0191b832d5b80a90035e76c47571cff27a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d62d514ba27dd5376ac9fa17d95d06958fd1d40c86dd0b54378da3cf43767821
MD5 88171f218be32f5cd18f27babef44b72
BLAKE2b-256 6c324ba3a4644ff8a90af3265b8dab52179c8c1e0f584cc07e970a2c3da66566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 94fbfba49bfc3145471cb1eebba4a03afb7ac545638d769231e63960f5f36c50
MD5 746debdfc486c1c4d35a2206800b0463
BLAKE2b-256 1b8de7f46460bf527bdcda81ebdbfe95d6f150ac65be9b9e35c1373285539ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbf595fb9d60b19443f2c5be451173b37fca8805b9f54b0d56a1fea6f6ba8b68
MD5 6783280b11e1df504b201194f59a2f97
BLAKE2b-256 d42e1a7afe7c6d1e6b97084a0aafb172c05076ef617d90bbcdf1bd25c4868d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6665ab1712733ba745a4dce50f7d3b9ff926b456fdb074c7435cde138549175
MD5 39d346bc323c604d36df1159feaf1cac
BLAKE2b-256 5bcd8ae995f0e34140b27dac14e9ec5a9e8ab7b8b4a85fe531a067530cf467bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eece9ad7ee7110f0d83a573cce58bcc08908dedc85922964ac115f3ad81987ae
MD5 df6d9879c4eeeb0d04d5e290f925674f
BLAKE2b-256 bd2b52cbee05a0134ecd12356829b8f3352ccd1d0f9f973aa00d91e3c9eb4775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9c21d12df1485a01ca6af3683a949c747e8b3c91f95ab835f540c0676be7869
MD5 511c060bff9bb90fecf62711f47cfae4
BLAKE2b-256 afcd1e2eec07bf38799e2a34a48820b355c1c65748b469877ce0298c50872f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 414bdf12c86c7ca47eb351b2ffead3677073f9920a3043822a47c0fb9ab3ad9c
MD5 bb400b2b6a152ad582304f5cdef97603
BLAKE2b-256 c421898e1bccad3480b97e313c6dcd8e6a7d2ddfc79850b9b08030faf0db01f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ff8fb13853e02254c96e77b17d2848ed693e8e2e4609f5c3c4e2c99f1c0a592
MD5 37f39c7b7a64751af6ffc3e50737eaba
BLAKE2b-256 2b072a9a5053aa769213a9738c2562ccb8520bbbdf0f750095de7829b9861182

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