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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_plot-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.5rc4-cp313-cp313-win_arm64.whl (985.5 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.5rc4-cp312-cp312-win_arm64.whl (987.0 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.5rc4-cp311-cp311-win_arm64.whl (994.5 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.5rc4.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.5rc4.tar.gz
Algorithm Hash digest
SHA256 3dde757d701d5553f87814d500d8b1525bececb08daf15ae3795c1758e7a9b09
MD5 b7c88639d6f63cf6fe18bb46a06d958e
BLAKE2b-256 435c203323df9a881c0db9ca6bb4b064b0c025a08abfc2af93f0c07a88a55441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8b78c71b30243f68bea95cd54395fb7b5faba5a0a6d7167eee5ee0ba122ab6e8
MD5 d328fe0fc0069b0496e5273a592c4cb0
BLAKE2b-256 b57f95ef4477a84d7c185148b2684b4259227e0b72a516a1da2581e6f66b2da8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 246780dc9f7f4fedba6171a8f0b091cc50ecf8d5eaa026676500d71bcc1875e8
MD5 763c23537620a2823009bba15b299101
BLAKE2b-256 01e94fa5be1268ba6874de722f7c34c098176094c4a33e4de12bc72e542e0942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e1317d3f3260e6fa9b20fa5d5e1595231b6e1d15ed1494710fc2d8960b20b59
MD5 d4b6f5c160360afa295023d94311b0ef
BLAKE2b-256 c7261cf38993b618e52bdb6b891cf0238612e7322a33200155efbe2feec2b36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 474106c4e2b04ea9e985403da668b523a5a72d3f25c02aef2ff08c261c3e46c6
MD5 9e166c8f13d917340f1fb288c1960d83
BLAKE2b-256 663b9b53252e57b41d13248984fcd2edac4410435ba7a4bb42a95f5dd0c3aff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 abac60f92abf2fbbb2835759cee22b1308b0fa550d4947e279925c4d1dda075e
MD5 1846a3e89c4f452e8d9747faaa1003e8
BLAKE2b-256 28ac1e7ebc06bd55b7475e7b278838aa1eb876899cffe6ff520b965a0c380afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9a917b5fef5c69812ead1868fe5180df3aad15260f6f458ae32bfd5783faee1
MD5 b4e38adb9f520ca74020a551f0669d17
BLAKE2b-256 48a01148f848e366f8920879929ff6fa141c7f0e09f9154f2bc216624110ff06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 63dc74d0176ce6215cde2e58f548075fbff27d8c088063c9099e8a6539a69092
MD5 56a9521e57d86cc392637e6b9031d1da
BLAKE2b-256 d049c9d925f11c6d0b86bfdb1ca8086fe1a8679e72b488b951872875e75c9df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d2ba1e728a9ee3bc21302c61c72b711c3d70617fa794a2519011900160a318f6
MD5 9177346dbcf78cd7f196702ffa600dc3
BLAKE2b-256 248804f8d04724f3b2badc0c92f0f870537b01bf5163718429ebf9dfc320a4e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 374b736b28dbddedd548da90cdf956f8e127554c5452fa55de68603b5ca1134e
MD5 5f890af5345b4881e5cc9b85ca2b1ef6
BLAKE2b-256 99669133827cec1b9e46cf582784aaf3412a1f1ce8b1dae954baea8454a02fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cdd1fb513d28d416b2dbcd83b1c81f8d25af6a455b7dcdf5c8ce616af1e5ce76
MD5 24ef118978ae28d07130ac5d0ff22ed1
BLAKE2b-256 46eaa1e1f905f088f0fe08855ab0d6b46c2895f674ed9d79b2eb472a7cfcab28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc0c5b1abb606e8222c2ba0830a5f5c79bddde914bbc46a63ff9f2910742dde7
MD5 34cdde93c18f594d080034439e2408dd
BLAKE2b-256 a37f0b805b992d7226835c7dae4380c9e70bfc0abe73df3a31272a59b0750b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 004fccfad3666424b9fd2267549c6815361898c3e88e87f3eca2296275a19ea8
MD5 2779a3b38b3d8b1142dc1610cebd2c91
BLAKE2b-256 b61f6bcebc673dc55e2e0732e62c3db73655c88be5680d9c570cb91ed5f361cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ef14c4c040e97f5b133763509d94e4e7de2e7579c647def5c5b7bdd0b4fb1d7
MD5 a13b88d7e67325cf83cd27a6a9c536c5
BLAKE2b-256 ce6db187f77572a40e6d57350aa704162cfecb82802edff909dcf293402caaf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04fb63b41fa60a0f8f3f8843cbe638e9745c9a381731eae203f00b5c2eae7e5a
MD5 bbb74b2cb5eaeeb3eee8ec51eca12a40
BLAKE2b-256 ba82ddc960cc1d0d237eebef7ff4b0786cd4f4040631d9dac29d17a020b641b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bbb8caf1b463981d75f3c29f515b7fa9975b654a140710cf50beba1e884d91d9
MD5 a4962ac8e1e68ed82871ed39cb985b0b
BLAKE2b-256 5a0eb6ab8768613e90f449c609627c38d30319882426f102677b0004b7bb3de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 965b71a1397f323e5578851eae7eb1bbfd06c4a7c72040093bc1a042866a8fc6
MD5 0bf1ad7f0393f0c98bee9561ea5ec85e
BLAKE2b-256 581b5680f1618f2296ab0de5ea2d0acb967a9062bbd31916e15c99dbbfecf062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a494f15549d8686fc09ae1f02ed99dd43711d5f614b2d10253c01a954cfe768e
MD5 556a3c4b21637efa97a4730b146a1e93
BLAKE2b-256 c5efe4abb73a4b26b5671cfc21909c18ea89482c4e5b3f9a0ed7c3b00fdffad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a384beff87dff557de8e92c7a58218adc21f19cf5e5b060de4eb838273c96f9d
MD5 390ef73d6e725fdce09c8fe0539cc32b
BLAKE2b-256 58775d0981041c77f3983abab4b39694b98e14f345202e95d75024b466085c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85d3902e360662571ec1e287519f849541130877ceff4c6c0f2b522ce5eb2b34
MD5 ec7c9c69857f412b15d05e3088133d0d
BLAKE2b-256 a29995d0609b2608f68f93491e8a3f93dc1994f013d2edb1005464348061f74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c30b4e976a51f97df4c5fafb740c84f4c167e878ed1b11e3661083f3f7ce97e6
MD5 85bf91b73e46df06e6256adb75ef6876
BLAKE2b-256 a4f4a43d446c7d33badb8a11891d6c2e33d54e9780412ae918b847ddcf245d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c162d80644d23eff8488ebc1073a0450f3d61a5c5ae1ff0f9d30868ae3e71819
MD5 1f432bf870ac2bf9ecbd4c5a31039a8a
BLAKE2b-256 7e60e943c27199ab8e705c7e6543b8d7612f93999a18f818e0a611eb1acef456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c272494907fa5550c5ac10d435530899313f7fdacc01b34d382122559938da7d
MD5 2da1eaf4b0de6869488f6a08e844d2d7
BLAKE2b-256 74df41fbb5af2c8a0c4671fae09ca526506ca584429dc9718f4b99d14c8efd30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2ad7455a2af3c3aa254315def09e020735ba8383cbd7a295e057ee4645f757d6
MD5 bb79ef3c0e97e86bcbf768e4f1df3dbf
BLAKE2b-256 562a31c65863b95d8876eaebb994ca822266417b3c0764074f4328cae057fbb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c39d9764b476ada5ac5a731e9b4ae8e9ddb4c4ab95da8bf7ce353ef0914fdc2f
MD5 74c14d42fb9900785112554457b9653c
BLAKE2b-256 ec1431a53c112a6620a9769f675926dc3b53ff1ad527d85ba5ea9b85fc64a160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 41636f97ea68ff991f7b8552241735d3e167d40fe1390223937139d4038f1673
MD5 65f3d6c5ea2ca8f770fb6905949d89f7
BLAKE2b-256 6bf49aeda5b71c29034882900af723c5d8c00e84a53e40fa3f16c8d3bfa37f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a96e87f2f566c7671e5acc97c820a9757871f4124a0376a40679383735536f7
MD5 0b2b105e44528ebca81ee41f8066ea42
BLAKE2b-256 76ce9dfcc6a0457c1607650f5835c8a369d207cea6de761704a790df2e558782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5371844bb09ef408857f9ae2a0b3de7e698d9498345c0c1c25c4e7bab7508876
MD5 9bfb6ac1f95a00974ef670986e357599
BLAKE2b-256 57f4d6133cb03965cdb8dfcacb02489171d84360d05ac35e43318d9dc5c1c2d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4aae52cf3c09bc78ab3a7eef08902a24edfa66a889d05ae1af1be1fa8af48df
MD5 b85d34380b21146a6585ace2da18379e
BLAKE2b-256 099180dc64baeb27a13ad0715071cbf85c5a63e988f2d12997dfb35c06416bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5939bd903923a360a3f1157228e123719b22e8c7defd1af57092c2edae0a7fad
MD5 bd32983e0f38fd01eb27d6c92514accf
BLAKE2b-256 edd451ac708bb42042f581e8589323c433b45e44fd04646acb0448f433a1c2aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 096605bb0382553e5f870df4d29c00def53ac3ded0568a091a785bb46206b0e8
MD5 9488e4827e8336a6c9dbbc69440619da
BLAKE2b-256 1a5fbe250b1e84327e37eca1ae9f261d1270216f9d44515fd9dc70468dc8469c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 140e14f2b2907c63e364bbb604eb6240bdf091b5c21738862b3388cf74bbf24c
MD5 4be02ab065871508abf2d65fdf70876b
BLAKE2b-256 7cb866d4367661dc832ce3e299e6c9261ff15606078e78b9b64ffed9264cec04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69448bcb3cff6e9211b48961e6759903a37378b1db42b044413f7cb481aee659
MD5 11152b26be15a816bf517fa652f0f47d
BLAKE2b-256 1911fc3e86493e85df2e1b5e6d1b99bd9ad488618902a339cf52c4a2366539da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8dc371b5338426de27a95c5e654db67d0362bf4197424cf925669a11bb6c230e
MD5 552db5bc6a4efaa21a65c66553cdaa24
BLAKE2b-256 9bd29b6233407b42918547085859362b0346f6e6a61a37e6f0d543a42cc67da3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f776b8637300258d11ffe18e4aa609ae31780ac1ac228a629e4b93f64feb04d4
MD5 b43314886c13c590663a2b18c7f55217
BLAKE2b-256 1d45b5b9371a4e18565d06529cb7cfa0b2fc11fdc91cdee26bbcbfe1c6a31bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8efca8c352dc58330b662cb4299fa6879dc7d9dc7ea06b5f64ed175213b16325
MD5 5da5f8649904ab572c6e7531864cddad
BLAKE2b-256 810227ca52773ab9e3577f67e282542f332762a61fa269c22065263fe6df8de6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82eac196cbf907c03d274f3b2826bab551cb2fe899230d7993c9338c8c1e9c51
MD5 84f4a922c43463f19c50f76dabfc86c2
BLAKE2b-256 cb5acbcf127c65983b90a9a52f6f2f126fbe2cf265701efdc4ba891b38d943ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82e5ad4a5066aa635386e322204deb1b792cf31ba7437ed315c76caf64e3913f
MD5 4fe4a7d1cf0a7b81453d62ef1ff5895a
BLAKE2b-256 fdd92012238fc9c0c607540984286bd55b0b89eada6e965db77b9f070baaf07e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 758223591c5ba3b55fd5eb71076819045d69ef65a9ddb4cc52d15809b9ac6b92
MD5 4d6693b9c8cc4fb49c1cbb91464a224e
BLAKE2b-256 0ac0ccd55f6ab28574f75dafa84f549cca4371062321ec641174a45f9c2041b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2bac52c3da35e73bf548c0fc0b52e855dd72b61d784b08f82cd2690e0f8791ba
MD5 2f2d6322d7be79b8c69a443ee781ac2c
BLAKE2b-256 c28a5fc10b6a7ef46f788ba8387237c21ba5f05111dcddfdae02aaf1733e53fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b0ce87f1c2e547030773473f95956593491bf837aabc53c0c68361f6b4392167
MD5 cc0ea5351808dfa079d768cbcdcbc213
BLAKE2b-256 458de942a5940661711c27f3ceb4ed00c69fbc1b3d497943679a0cde08e38fe3

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