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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.5rc0-cp313-cp313-win_arm64.whl (985.2 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.5rc0-cp312-cp312-win_arm64.whl (986.8 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.5rc0-cp311-cp311-win_arm64.whl (994.3 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.5rc0.tar.gz
  • Upload date:
  • Size: 372.8 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.5rc0.tar.gz
Algorithm Hash digest
SHA256 8d0b7e36c7289b5498829bb9715c1f8c270f5ecdf4390c83ff68e3197922b38a
MD5 0de3757f9bbbd7d3a6f1bb801dd18079
BLAKE2b-256 c1cc57a9637113eecc3c99e1e163e05a0dfa244dc69ebcbbe39874b0b2a1cfa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 957e306f7619afa15a1570565d62bcb687b2c8b028ef4e904e65b4fc2cde7e2c
MD5 596936a283c26292354c5eb461703d35
BLAKE2b-256 ac084630c8f3dbfa7eb25fba19972cc9e7b973ab9ddb11015e32de6077ebb6ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d7655f7cf57cb91599e5eaf58d8b1138b1665701bcdc4de8a8438b2209b702bc
MD5 980ce8f4a4d5b4449abe9a5048538794
BLAKE2b-256 3317b3fa9ccfa9347d47cfb39117779e054812e499ae385c0f51beb01a37d5be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5633724244cf2f87d27446bc395d2e6cc7666a7443bfae5bab5b0447e757f877
MD5 bf9e48f475f3011d83d3f0e57341a48d
BLAKE2b-256 7be68ac9db3130e97e5d435fbddb945248c34a987fbb041df5a54943311efd5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1513dd432f9c8473154278c1a995a6c74a4b35431d893610fa6ab3df46611230
MD5 fe10eefcfe30e407d837e806aa716212
BLAKE2b-256 3e51eb3fd3d7548bbca1fb523d7bdf0bdcc8cf7a72686782f999463f45b27c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88802941ec1e8b0ce4e8694af04a27e465e3f19a80bc137eca160c77ed04617b
MD5 3b53fef77a24f82a66e00811c8e784e9
BLAKE2b-256 6a6c0a1b15fd49ff8dba8c84beafad443bb5362651ead4aced3cb8108c83cc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a49fb69c6db2bd9f6b8246b6a5b318caab69a7cde38e8ab6f7354b38cbe4caf3
MD5 a2162d600683350ae2b1fc33511f48fa
BLAKE2b-256 244058d9d5f129b10d61fbec45df56c781423f861115b0a0695908941f822475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0f890eebb17487a42c6f4cdce594667c4149b81dc187a6cbc2bc57ff87817e6b
MD5 2cd31e2321ff625393dfa3e84b206b64
BLAKE2b-256 6afbaab94efe2e760ca47aa4975311c9ce7bc739aa2861b248bb63fb30120d2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b3612b823ba6de2a73edebb7ea19a1d14a9811cee584ea27e90c728dc6298d03
MD5 4c534fca33063ef9f0aab34a4b474dab
BLAKE2b-256 9e17094ba98e478bce0f4dec45f7a9425d63f4209f4a71ace971015ad982171d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b77867fac7ff2e05b62b0c67f0bbb3f0b0792a5baacf307b542d50aba4444a11
MD5 82be4315e66fea588557231d447e94fe
BLAKE2b-256 1b4d64fa6c6227be20c43e2bc7edc60b34ff9cef14de6bd7a8e697ebc2b94b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c376b1d928d6e59ea4f3b4ebbaa48958ec10ef8e18bc407a6bff8e62664cf89c
MD5 090750e78d67da331719536a8b7633dd
BLAKE2b-256 cff9419771b353fe0139f413411ec8e9666d2e1f7b9f4eb7fde8cd6581504694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 383abd577315459c7e973a89bd01d67317a9ec5051ef782bf7e3e18d2967d11c
MD5 5299f70427c2d0148da63f759a14787a
BLAKE2b-256 73f60b447376b96e9cfef6ec9cb30e4fe74169f8b17235748958056392ea0772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7ff570951c4fbb78dd1e0d8a7dddc17719d36a345dbbb661c69ebf514f5088f
MD5 f11b1fabbc83301ec96ca2285f60ede1
BLAKE2b-256 f00a83d02817ea5b75cbeb4d6d65dce17a43d799db259705eab39366c25f8c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4575cf2c2c1e06933262572e582afd2ebb0e1e67e80637243504b0f56e8cff9
MD5 1cd44c30a80b0103976183cbf93b205e
BLAKE2b-256 c8925e61652b4250e13070447a23dfe152336cd17c293840b392151abb486330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0ae945113f15644f2d01194ba45094e17cbdc0993985d277eb692670deb4bef
MD5 c311960363f403c7d8c8e6bd4bb7d648
BLAKE2b-256 6d0fc40884fbe70b384951cdc1967a6960ee35f6a036ff19750201ea59dcb50b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 76a8002d2a7055915a6df2604db2b936a1bb31dbc5694e2838a9e5af1644cb29
MD5 32b9f6966e1c9510255b2afd247ad470
BLAKE2b-256 ee4eca1a91fc3fcc64bf77ad8b3aa4cfd4c63ae0635474deb5876ddb4307289f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4677a9aee0f3f71e9c921b11218f975c41cdab54e0022599e137429834752a4f
MD5 e8a67e011a680def5b87463b7bbc3151
BLAKE2b-256 fd0abdbba861308eee6d6abf4dfc0b494f75c5c65d91488b0e9856b9456b2705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 56b6ed04d76cd660d74a8d06de312aa62f04b63bd737cb2827d8550b4c70e216
MD5 364c36288cc68cd2de29b7d239a946a7
BLAKE2b-256 c60ecc8b437b6ec9569952aff2e412a7df023d1e0f71327bfb6bf076de6c2ec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d051d8a9a50d7a9064bdfbdde7f98b8ad90fd5339a5af4a7f80b946808380a7e
MD5 2a25348c250a544f0c7d34c93ab08775
BLAKE2b-256 fbe89350d8e6f5e0174041775172bae74e69ca41b4284295f7c8f3abd097e4a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2aaf17331bbfb7f39669065d28954d1e43952295ba8eec3d35f799ddd9cbe7e0
MD5 4d851983c53ac302a43b490a48f6f3a3
BLAKE2b-256 b625ac1a316d8842981367ccee3b2534aac66619b452c7fb8e03dcf2aefd5774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78d1d08a8e77b6c7de735eed521aeea499df886a5cd8c51a820eae17bb95118c
MD5 f2b3ccd3838c0e0aed7e32134d946749
BLAKE2b-256 3518de6e7a1528599b385cc3eefba0031bb3e13998de6cbb04bb31d597c379b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b6425129bddbd9eb1171ea02640afa1c1a5fe00e8977593018b0f222cee9968
MD5 17d00379c441e2b55a3b48fae62fb6c7
BLAKE2b-256 85d57175a458cf44e7d6a5b3ae1ff6cd87b7d99f19e7af71211570ba1ed64a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d9988e16d9dd62f1a81f4e812b3fc4a8a9f548394d0e99c6fb6a1e1d5759efd
MD5 99d1c7c14636a167102f4689a8fca1be
BLAKE2b-256 163307d37bedf6edf31b5f5366b4cd449013a2959fda5547132bd27b94b6d250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4cd954a52c3b2f8b79b636d8354939aefadf54ea07d7b9040efbf735c9e1def
MD5 f3e95ac720bc2598ab972a974c28351b
BLAKE2b-256 47587f860bc68431f1c85b11f768bc400f8b6714fda83b38f90a43030e35b0d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4a7f222ccf716d6dfb1f2ed8608b6ff342988af1936f98e4c17c9d51babc1a7c
MD5 85e677ebdc776a60a4e72f61de4a99b1
BLAKE2b-256 e53c4846cecc1a054c7a6bff3d1ff754dc8cfd057b4d76e27c95e61a55b1bba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bc875975cb46009b75d59bf62d5c29c450d3db335032d37740a8d1377cb084e5
MD5 02250d46836c46c58b35e22c393a91b6
BLAKE2b-256 4194534af0785b7598ce34e2959a28b2e4f789a7ede0bd3642338225c341fe4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb22a5be320a1b971b522a5411f5192ce5496a485b5271e0498c97b0b3472d87
MD5 ea06a46a66bca43be88fdf8de203ee42
BLAKE2b-256 c491d83589613f876916cc7b8f67334e7440f145afcd771574a8f4cd8ae409b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcf0863adf27efbdc4d520347f40368ad87d321596ab9104ac2ce5cca7af2d96
MD5 276399605f1da11abb775de7bab8eb57
BLAKE2b-256 37db782d979a035d4f14ec40450ad805bdb35431244cfd35c6f4e6bc639cbd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 482d6bf5e7f9f284a8f8f22b958613f91e544e77a802897eaf04db415e325f88
MD5 e3ed09a4fd82bb2ec16dac2994c3b068
BLAKE2b-256 27eb7cfbaf5e6d192b28ed13b0977e81d2ca3b9ccfb61efd5c6dc2a70f1dd974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad446127ba54308e9590dd3de5004f1a55469e20b8652b9df61b34e666aa2f7d
MD5 d2d9c8903b5c3cb7c7c1c7dc9c5054ff
BLAKE2b-256 88f79cc226617e96e32dd6923a71a47b39b12658289b00bf51ca8f414426bf28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8ad7a929867141260acffc308229d960b9b637b6790204b0fd19ea8ffb980a8
MD5 330972fbc6193641f0be21a2e8feb70e
BLAKE2b-256 b7df53956d29c723b99e48748dfe1f52d96859bfcc5ae632197e27cffd1e0b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fcb022f40ff6ec0cb9b9dc2790ce28ad7a0b26de1c63a834c8ab13d33c3dc6b3
MD5 3d09375cd99390a9ec30d4c291a9b7cf
BLAKE2b-256 a5b9b52aa1cf97da67d1ba056dfd7ba72d1683f88972f56422f2696f8e129fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 41aab4fa58da40adcfb44257305383632e6bd390b08045c75275744ab5ba6456
MD5 7ccd8cae5d1e077a7514dbb4f9cf4ab8
BLAKE2b-256 b605751d9e7972dae3e8fae59092732139b56713c62cf0cb3dc5e25b0cc3458b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9bec866cacacaedc44f5ef68283fbb76f5f64a5612fc06dd957ffc0afdae2cd6
MD5 b9ad9072a3a89808f44427ffef0d159c
BLAKE2b-256 ee28ec10bd0a0e775901135f8820dca7b1a56f15aa993566daf707be5b66a1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a671a083963e17a69752e3e88a82b2d876da8ccda15fa3326bc699ec6cb527c4
MD5 afdfa9f21db346d2df10185d0eda7662
BLAKE2b-256 c4d81b993a7d886e81e1c4d510af8f03a2d901f77a7beb972dc6bce1fb93f253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0a604f219df5981434ce739103730f29c848ccbddc32b1353a9240b4a51abb8
MD5 bb6ccd7aff99ed6e7c05771f961cf03c
BLAKE2b-256 7311e648808ae1b56e4db94c4bb18347390dd6bf14a2b2ab9ff8e1f522df497b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 070013e65ac2d6fd76e7373861ddb93eb5705e9d7c41749e76c0cfb8e9d66e3e
MD5 5b5bbab4fc13b0d337ea6ba64fc54d19
BLAKE2b-256 f2c3d7d8937a7fe55e80534be8b7f6df4322c0a6afbb13e3f23c0d984033da8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8def4caf300849b7dbe17ca35ea06008314efd68da045647c8752f98cac3d1a7
MD5 433376a69cfef0249432f784d22045b6
BLAKE2b-256 17d4856ba94360c7890a92191ce1449b97f689da7940eaf6a9601bb7b1e20592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b08bde6fafae56ab9678e573c98735db6e170f0a39834f5d818ce3e887cb3b
MD5 cdf016298c6668b3368fd7cc884a0a4b
BLAKE2b-256 c09c94079bc4a8c40adc343a2048a90c4b9c7ccc142ac1fab463a08a7cdf1dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 70e63dda714ca6ba3e1da6c30ac923d8261355d13aacf3b9079d02f0f3c95456
MD5 060824c7556ea76c9459cf49a31638f7
BLAKE2b-256 bd6784bcfdcc7690feea60cb0c0a28f98221b5cfd65f616c5f398b11faddf3e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 790ed2256645ef2658fe8d1a42db4e90197034efca615ba3101c16556ba40877
MD5 7a3262df8e0422a6e5e82d81446ff96d
BLAKE2b-256 e04ccd631ecb5070c0d8bb8200def558a538d238096571ec07e68468e3f6dffa

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