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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.2rc0.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.2rc0.tar.gz
Algorithm Hash digest
SHA256 4578e584dbb0c1b278c89785afe36dbed1cf63872cf94329d854de0464f4c4b0
MD5 84a32802b8609cf20373560afd4708a2
BLAKE2b-256 085b0f9a7404ce0c06257e1f7f8f061dd43189cf3ffd07efb6beea29964f96e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 fc4e485860f9667e649ae18563613e469846067af8eead04dbc771f606b8eba1
MD5 5ac9818c8e12e4039f5cebc4c343da63
BLAKE2b-256 387365611a83b010199708404a48698c50051aad98e520fb54e347d08ebb0231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 32d299db05f57b9d7f72d3fd28dd81194f730e0ec26d814375e5c0a0533d50c0
MD5 08745dddff294667ad85730c712ca46a
BLAKE2b-256 a2d0c476c1224f658750e45ede8d2ccc01b62b7bb70476f12f04fe57ed3646e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99064b0651349289bdac8fcd880d931963ac759f1d524a9ac8dd980d4d66ee91
MD5 3f8ab48cad61aeddc0c522f11872a394
BLAKE2b-256 cb3f3b6974f95b83a1e5e4ff1c09d1d4e3efd6b02b68699c642ee0f1199f1aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf02ec2950f92805d9f95e2acb2211f03718264caead993fcbb85fd012e0c4cb
MD5 1dd24b4da5f859322a360dccd3f78584
BLAKE2b-256 0caf9022b199e45b858bf02eff2d2bf1936c46b7496f5664f4700f26c0a51af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f210b1b0966e43386cb9802d36283780c1b6e16aa9ea55a9d74f5499850ba2c
MD5 d8ddeff7e3551b531bf7c3aa914d8520
BLAKE2b-256 8ca2f5ce40075d94c9a63c768bf5145207f25e801553d9c7f86b62c5b1d70e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b0cc61e2ada5472276ee2dc6c1cb8ec87b5fef27b81b2b76070d1ee0a1c5d43
MD5 004092719e2f549c331640bfd7c23dd3
BLAKE2b-256 8c4dbac6cefdfa343d109725919d5604d46535321ed5b2e72a3c0ff296c0cf35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86cd8610160574a9c730f55c33bad2016b4469dc7153a74fec11d3d4425c57ab
MD5 ad4c4dd4ed8455fbead77e9c7d72177c
BLAKE2b-256 7512ba3c869c394f2649e88e7eca8233103076e4468ce02a6b5d4fa8a19f9d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a68c0c33b1b860bc7eea6605351fc99f4c6ae5ee018027a852c414683575066
MD5 5aa6b42767776fa02c71d024e760d9f1
BLAKE2b-256 4bc8698c63c7e12e45e1d32115b7d175ca098a17fd0b0fbe03f21ad94b76ec9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ef4fd5eafa998b8c307e2c536767826b3906b041d057251e5ee34d8b240fe3ab
MD5 91bb09a3a63bcbef49667682d52faf7f
BLAKE2b-256 f1a4d44fe22925cdbc40b98607125f0fa13e34e720e8e5f9aa3b6aae2ebb00c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5bad2db57ab7756c644be119d5ab19a8d580d49869a6f87f32608e605414f539
MD5 e14848aa4d6bf40bb0a57953b600b8d6
BLAKE2b-256 029121154b9408155ad49f6286ee8b36d2fa5850b0b542c69fb2ad5b4624a598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ad2ae47e02381b0d58703925508125cd01562c4c46a4800925a40615f6dbdad
MD5 2e023211d03da8641ce54b5bbf1009d9
BLAKE2b-256 988fa78c6c0ecbe20932ba8f76049324cde5647a0ffdec082b2837edb9595eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 401b5e0999f6026c9097dc18a410c8b2055d0d8becd5c24de3fec11e276e92c7
MD5 833579c2801b93ba60f0ab75f395c4d8
BLAKE2b-256 1597d618834e954a8ac7aa2a8a0fd6e78338e691112e507fb6f2884888a66423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e43f7ca4ba45acd88a6b8f3178b05028c0b59a638679dc9b6a79e55fd143fa3f
MD5 1a5183d4be8e55a210adbb70efb6e688
BLAKE2b-256 6e6d08395e110b7e25347d2aa0a560c2be4be35ef548b74aa549a89b4df8b70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d30cb55a7af5ccd36c016ea910757063aebce2dd030c8f115a5bd437c8793d9
MD5 15b78a20191a2c2401f09bbb22630177
BLAKE2b-256 1b9be07b3f4bcfd8e2cf3f819f3cc00bfefab4e1d52656d05abb991b7da15348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 08eb50e02f2ccb8d778c108eb72a529a9c5b742ce413c996d9c0feb413775208
MD5 8eec3e01357017f9df8b2f5e2c767b55
BLAKE2b-256 30770db439baec0728c1c064edb92a39147ce6a948e0d5bc685ab25be697879f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a4d97388f582f5ff6b4c628ce4d91fba5dd7e5e44637d3f7d9658422c8a3c35e
MD5 be8756313a6fd488ee6c6080c52a6ab1
BLAKE2b-256 2335c709f589b05d405fabd5a8cd4754607e63e772f42e16149878381be7f644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c784c70d2049475b7bf23e63dd0ac40d08e113f39ec50e73a4fe8abc53b6299e
MD5 42c9440ae8540026e7ff03f54e64fff2
BLAKE2b-256 4913a87117cdb8f68de368411c8fc72866b784e8509a6ab4e176432af2045258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3beb20e1c530f0be805180e842612e4c0dee7e3e2e3f6de438b93b1ac594e474
MD5 4402f447fcc3ab4a73b35f3f982fda8f
BLAKE2b-256 2042d8e92cd9939eb3e55264e6a4d6f25491285511ff8ff828100e5250a55793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c27e20122f787a9166f36ce66d4cbaeab18daf70afcd7559d931aa57eea4b5f
MD5 d2be7bb19184bd6578c104ebd4444252
BLAKE2b-256 c1fab8d23984418343d6e86ba3f28e9d4f493613a9e537520bf0d8814bf6d14a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d80396f076e29334e89b2a758b14333edbdded5e1b216b27d7cd59c8f94108ac
MD5 57713a17438f6ff8f7083db1e4da5823
BLAKE2b-256 3f40905b7e378c1a79a02473343b850c80fed9892e2c4e09ae122dfb7438fce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4179dcfb469089dc78743df743cac664e9bc5ee9e3ec13c60c1a966446703f66
MD5 bce157723cf3600a62f58b76686c5fc4
BLAKE2b-256 a231c1cdb5eb1b1c6ec61bd02b53638e99f0d87175744908fbbf2b341ab08043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ad5410082edb73af00a3fff9c26ea2880829289a8dea433364c019e6661beb8
MD5 bca8ebab8f44f63e71d4da20fba4a1aa
BLAKE2b-256 fc3c5fe56e53e2402a9873c5cb0390f9818ebe060810193c1be955ada14e854b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38d4d540c1eaa33f37e1e359b19bb33fce5ad13fcd96216d606a29af9281cae5
MD5 933783190082230afeaee206ebd18d2a
BLAKE2b-256 ee09f4e1a445ba5f5176552a5dfafaa580249cc3c33ae7438cf2c7015ca16d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b79483f490e2f51f331afdd0e8cb47eea298c994e708350904b1d9420059ad57
MD5 5949a4d072cba590e4973039afc42bf5
BLAKE2b-256 ce87d57dae8a7b8a58ebcc6727ba3213fbaa6116d9c7939701a1fb5598aa5bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 665d7dc4d02d40b7f81cb2d34b9d4593fa9b4768a46da6f7d7b3a13624ff851f
MD5 209cf7979bc0728d24c3a954fc4d4053
BLAKE2b-256 86f86d64a0e3a242237ea2317bdc8c8b6467ebfcb4176e666eea2c4db2ef374d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 753e71d4735eaa866f50e2ff5b18a4bc3fd90213ed854e06bbb9d5e6d730a2ce
MD5 44c4a86e587ec96a2ad353ee65e25bbd
BLAKE2b-256 fa75c59d0d7269140aa6fdc6b0dac01fb5df45595d0addcb479b843fc27aad5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c79d6390c589aecea41acaef61e2fb70f1938457edde7b52b4e4ad626e7f9329
MD5 cd57b6919dbab01706bad21a157d1b8e
BLAKE2b-256 29b13bbbc03d71c74d739d65c8f5f58ac8c8ba2ccf07cdf586fba1eb42f87a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d328df2ee768cee1cc8bfc0b185d403424b4dbbda6591d89f9efcc52d27ee154
MD5 2496a30634f315494b428891a325da0e
BLAKE2b-256 d4035fd1e394d2b8a2fbbe1b1319c52d7a8cddf40e505f073cc68c107cc6b9fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e66fb8d4baaab1a62e79334e9bfcfc5e23c7c3bb8559f0e2c5bc2a8cc8502e8
MD5 2fd7c2124f653c335976682efa4dfbc0
BLAKE2b-256 7632ac9bf0fccc452f639791a33e4dd5da7ba21e5a30a5449877bac2266df879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e05f75bf54e5fc78ccdeaae28a66dcf856929908631e82ef51f468100c55dbb
MD5 4413b796ed8fa8719dd941be837cf86a
BLAKE2b-256 3731f0f9e7cfaf4526672730855fb65e1463a69fdede4bc726184c0ec735419a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a06e759ec109bbe70d5cbc07f0be4fab468c0fea1b25c946091ad41c28c5eb5
MD5 b75dcd86fdd567a771da9bf508c84add
BLAKE2b-256 daec15480058e0664c31afb584e1b0c92f73dd6985986c98e9c6e4d208edc911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8392c215f93edadcb4766ac08f51e002149682ee50e2665bb6d38c94a6eed0f3
MD5 39ef1b464d55ba97203a3613dee8039f
BLAKE2b-256 94df1eedd02075ffd2cb660dcbf21a0369997a6a7a00f4a02575a136ecab20ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7251d9ab0cab9f23fc068c271a13a7d58881714cb0152fa0b05adcfd8e1df85c
MD5 c820a5a9d7e81b97d7ff2e0ba7282a3f
BLAKE2b-256 918d23db1a773cf4725a9c9d65ed94e5a4d236861c0475a7430d5f3f51ec6e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a1652d39c7b9bac6b557fd282a8129ca52360fc8a83e9c4f61c772038a925b1
MD5 3475a2ba9ee041c4025af9d396ac2f3a
BLAKE2b-256 8e6a176bbf610261d669f1a2dc2ac5223c0725156b97a8241aa8d2afb49df908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 227b41999eaef6b45c3eff876fdf444cf454453d6e218d9fd5f666859d9b3430
MD5 14abd2f217c1b635761deb31aafdca28
BLAKE2b-256 07b261bacb36cb31f1b3491b65610211935a8d9333d8cb805a97074c4f42708f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a0d1525fa708838a263b81b258e2e70588f962797e40e35b87d173aec0c2b10
MD5 7cd9fa94cec4c0cac39bbbc60c7eb5b4
BLAKE2b-256 06a381c0f48353bbd6f38dfd9fbabc06df5e129d6b058ada0db050b853465488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dd720fd555ea7541f9e59a7da3c6f71c9e4b5badbf59b807c43101973430ebd
MD5 5412aaa0f7016d82e8e1e344df7dfba2
BLAKE2b-256 0d5037159ac5228f12c39868896232fb454ce06916a40036b11d1b27c1e0ba0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 510ac3735917f7754536bb7a37190c10ed99bb26fd7611e8122d972c1c431778
MD5 5e6351408d484715dde17f92c4ce0636
BLAKE2b-256 71fd1dc8f40b14828bb53aef5cd51ce0dcecea0e6c49062f6d0b938daad8ecce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1dafef7adbbf0097a14c0a1661ad4c19b729e4f0915d841f4afa393e10272c65
MD5 3f9aae98e7897006ec9db41be826d76a
BLAKE2b-256 3594721bd81163b8c1a4c28875a9cdeedce4c2d388bba909d0921fdce3dd2f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4082d3c82c7acf3c112f5d449125f3187f3bfec6bde8107f042cd900adecdcf6
MD5 81d12edf095e1db2669d7c9cb8046ac3
BLAKE2b-256 1a3cd3838916d576dc914bd9c943ca269fbf1e9c1b40e49cefee6c90e5645dcc

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