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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.3rc3.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.3rc3.tar.gz
Algorithm Hash digest
SHA256 f1b47ecbfcbb59a1296aed0f519e942a96f6651bd9ac65740ece0e2343b5f28f
MD5 9d216e5cb9fde33590db2a2c1d9da878
BLAKE2b-256 54b6f86ec2ce95377fea4b84e18109bc0614081f7e2fee8a27e2e46c0f664a1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 91e2a5c5deb3eaaa60b1a731a296b526822da11e5cb4978cfab2357f30ee7647
MD5 5a68750a2d2a40b7c5cde456fed5b34e
BLAKE2b-256 393acd294003769d1df0dad8a3cc293dd9ab383bfe8bad1dabccf77a593d2e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d963caae8fedb605a29b57050d9a9fcfe9b632801509741a7b2896bbb30c4a1d
MD5 b1fcdb7219326d010828ff4084f4b4b5
BLAKE2b-256 6ebae3accfe468908bdfd350021094afecbc111fe0a5a3c02603ec9bdb04c069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 524e5ad732503a97a220f8b8f517f3d3f7acb2e87ea7274106f1bff1d33a1a54
MD5 3cd2e465fd6719e2682b1827a48fc324
BLAKE2b-256 7d3a5bab638e9084c9d9029187bb42141d69af1191b65985d89a68c74fe35db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 257dc0de2d2acd6be5e112d8ae68929ac240c526ecbee322cb9989a4984a8875
MD5 2b8f62eb9adfb0335b97106165b06480
BLAKE2b-256 285ac351ab2f54220d30a103a1e8b6dff6c0556c38bd54cad406dc7d0d64ae8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7da3c4cc079672c9857ddb3233320e406be15d7bd51d9a6b5d617d9899002ea8
MD5 f89945e97e17b1be72ae8959e55e224f
BLAKE2b-256 55f4cd9dc4a0b89e92ae4bbe3f9634661e204df428d1782da504358182a51305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f33dc1e20a0e1cdb48effd72a52880f27bb6656a0071467698f66225c2aeded
MD5 a3ad2415465d218ed98fb31a35e41f3b
BLAKE2b-256 0797cbdfbb64834a0a37989963cbcd29f424d29e68fe2cab33b58a10311b8fdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e505cd30a4ff1459e3369e7633a2d159dd4337d8344189b1cb6ff7a57d88fd4
MD5 f4e7c3ad6f6c650d5824ba8f317bee82
BLAKE2b-256 b1caf1ee4f1c3da93acbcf45ee7fd539bda4e7f4141e507671e14cd0235106ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 410ea1befc7cc60cc5cd54204704947e19838a872b9a2ca1a19a13c2e9a2cea0
MD5 899ff7e78bb031334aee9f0b4d30bc39
BLAKE2b-256 0b78f35cb4d2f4422d2dcb5f01b9efcd0732e82c6723651aed6cfa317697977b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 89f9b81370124561f5f43fb986a083860d08cc11c4a33da96e550a342d6722f2
MD5 fdbe5553ea0ab7ac0f79bede47042f0a
BLAKE2b-256 452145a1cf4b1dd992c3db532ba5b0e287564cc1a70afdf6bb86f45ba798ccf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b765f336bae98fbecb69077c39d6fa622cee4161740403f85608bc48e084d033
MD5 9c537cbc8c52b2c00b82044ecf2017c0
BLAKE2b-256 65afcb87581b9edb306686a0a41cd1bd076ffafda7479d7504f40d5d70173eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b4f605de2b1b468b0f6abc549601b6ccab102747c67e99b7e9b1390e514e7f8
MD5 2ecbb76bd09cac1fe5a8d74d631f99a1
BLAKE2b-256 6fc9bf894566885e3a24e6ee0ac1f186e11728c4643f35132c7d96d932748254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a7d717f5d49f51a5802e149397178049c6672ea5eb4dba3878d7506c7d558c1
MD5 aecdaad8e89e4413428c4b888792e626
BLAKE2b-256 217a5daf1b629abaa30141b5bd1b11e63270887ee1a6d8e22d4c18665c8465bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c437467ac370473c02c0cf4ea2ed9453251f2b38f68826f7b3f92324ef4ffc45
MD5 40f84f1b17c340ac79fb4ed4d18f5bec
BLAKE2b-256 0212e8512c18683c939e5c47a82c9cbcf9580af2dce573a288faf6d132c5fbf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3ece0725fa1af738572fe4e150954bae4fb891496e0026290f1d6467aec8c99
MD5 13bef77da6d5ec8bd693152ed81b3e5d
BLAKE2b-256 231db56787c4a891e0bf8c65959636a1fedc28b6d33ba4d4ddb275a55a1337a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78816bca3ac817707146059af0a971c58e2f71fa7cce25737912e6abc363f9f6
MD5 b63698605f1b2bfacaf95a68d13d0e8a
BLAKE2b-256 b3ad013e8c6d36a47ab6456b823e36905f81033fde73de82b8c8062861359610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3a0502368dbd7d7f9f06866e411f98f9d643a322ef39dd3d84ec01ab16367fc6
MD5 8d0c1e08a8fd78ccc3a3161f83520490
BLAKE2b-256 168f2cab0d26761fa90f53851f465e32f74022ab2f15aab7c716a7f13a9e3c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 16fc453c73838614cb1378701a287a25e88d62d81affc649ec08607bcf437f33
MD5 be8068d6894b19171fc42c17da5f3f97
BLAKE2b-256 ff7b68e97f0965aa59894418c1d4e8c51c93f30d0dc596f0b329d2f58e96d693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e36386327f270a8d48da437b6a366209fa285b161cd907312383e515b05b07cf
MD5 399850a8a2097a6c58366ae9777f8f56
BLAKE2b-256 23cdf4863c588d17803886cc4a87f9256e7a95a1299b12842731977c88c52d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db37c058816237da8e6e4c1f8036a7a10a3034c9221e637b8839b5ef00e0d580
MD5 8d38fafc18e50d2d81d6a389fa26ffb3
BLAKE2b-256 5c57d9f9dc282faf6dd361e95ae9c23b6c544006717f0dd2ff20106ebd1a59c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f73f372a40c44b891c1aad069b60f05da9968d8b5a8acf0124f223c7bb03720c
MD5 de6485865ba912b3841354bf77f9387a
BLAKE2b-256 5a48b9bc9ece23e6d45ffdd925f00ea82f7231d8d3e0ede32ac6012a1c19fcbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 350d77a35f9e973cf26d3c895a7e7a6c82b7b8c1c8da09b33ecf6e3fd63639a4
MD5 818552fcd7cf8debf5a7e9d6b3071bb3
BLAKE2b-256 c54c17e80702dd420739a523342e47d182f3c0b52ab7d25c47b353a7f7e97c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec30aafb9221fb71c30a36aea7ef78e55a8e6ee2efb340c5dc7ee30a7a1bcadf
MD5 b2ac69e546ec67b606ec7c0581095310
BLAKE2b-256 c0af0413aea3ff09be59da89ab98b7a7cec35005b8a4e1e3540fa11034316a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 05bcb2a0719e083a1a41900c59d10d74165dc55b1a8f1152d1088b088393a715
MD5 94f7d616387a1e812dd3001153c6a970
BLAKE2b-256 38463345464a9c0245428a934b575fd26c2bd82a4e9680b2f0e07f794d9d5ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1e32b77a8a836bb3da211bfe582a9b0895c085bbaf10087958435edeff5c4892
MD5 b1b2a4cd8e2d60ce5a5f07740a50141d
BLAKE2b-256 f21b3f74408bc7fecf0f7bc83f7e3ca7a69d01b8d56f7705da9c4eee005e164d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5404e0cfdd3561f132aa1b955045a3724904d53c75a93f284eea3afcdc881830
MD5 df476c4cf4c22f3e0fadece5c4511bdf
BLAKE2b-256 6c43de6f4c223d0288d61be181a9071300ee18b566ae779a04b6f2a73fde72b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1f8668e0586ed36864b73545e79fed2cae78ca9ea74409952d2e93865eea3b5a
MD5 b144747b307788efa92dc25a9d768878
BLAKE2b-256 c9022c43042d064e87f2307cd0a7ba17c6df410de9f9e1c147ed6f67f4e61a5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 110a676bfb7e1729a0e12d96e2ad89b350586768d45719bb2c5d81a294ab4748
MD5 7553cf9092b862c7e2d3ab1ac14cc8be
BLAKE2b-256 6e51e1c917e3b5f8273bafcc1e55f37a23f5639cd95d666dd6264e594d750130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb08d7f322c5aad2a872ee9afe1419eea1e0c9eb3186903f824e1d9b9bfaf9f5
MD5 528900707cd4d844a70cd565182bfdbe
BLAKE2b-256 5af105a2920244d4ba4e7c97560932e432d6e2a0271eb884ddb875bdf2c5bcba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4212e40ab1a772c5146484ddae00eec70971f406d5560f55941a729a681003a7
MD5 7098a5ae0677abed8457aa99438cc6b1
BLAKE2b-256 6d3380303f80bdb40ae244828a1b82307fcfac8c6edab1c38f387853f6993e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 508239a30dcf4b1b968b7d179ad3aeb847b63ce8b9411b525a911eed47913102
MD5 c5a29637a1d93ff08d0692e9783b6762
BLAKE2b-256 1e303a4982a5732cb54d042a28e7f5643215d0a2a3daadc38b22db2cd236e2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d79e82861bb4e3521f1c0483899b33078d2a54ca1d4fc5b1c105b2d2a6ac9563
MD5 306b16bf1624e8ff1befcacd5a1f4dcb
BLAKE2b-256 a374883556da46107ff4ea8e9a38d5ee888fad6f9e4b449b7253401e4c6f53e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d3af6cac293820bbabfbdd9b3de9e9088fbf3dec54ca3ff148ee89b297ead52e
MD5 9e92865a95dc887cef180e04e433c154
BLAKE2b-256 d7f63f4cf193ccd1b92185cb479a680c8a03d22088403810e0717b53f3a3ef97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 91292de70f7266fbd803a9d9338510f3f3ea2bbfa8742711a6ddc6b9ff96d844
MD5 9ed2c8799a3901b8a71cfc073d18578b
BLAKE2b-256 e0b747ea00d45b7477251d4396796ec474a9c57ec2ea32db4fc8b0de006c48d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f73267f16391515162b01aaa705f1fcc99717f9bc48975c0019ed3e91ab1eac
MD5 2f644467d95538849deb0b28a2a56d01
BLAKE2b-256 3f072af1ec0959d11c1d076b01c389fba4e1df3cab3a8b6f5080f284ac6c6960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1881480d04400ed57a5c84159f8813047caa31c44cba881426681aae32191486
MD5 0e60521b97c4113963c12cef5ec313df
BLAKE2b-256 5a754431c9fea329741cc24695094e7aaeeeec95042477cfc5bd2635da51ece4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b5158be124b27ac9dc9f6da17ef35c068bc748b5bfb4b2908b098c0540f2112
MD5 7e9b8876677869ccaf12bb878f029604
BLAKE2b-256 5edb63cd52d197bab5ba359344d91d277647e2329c35e2ed2b6dab327a918657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18efd0f9feeed4af63fb5f32fe35cca18d92a3fa76702977b5fa8dde510bae51
MD5 d75eb58bf0b132688936a12238f2a477
BLAKE2b-256 56ae74e3418b4013de84b3c9b199e59a6a9a77ec0b3fc4b5219532a0ea01c161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 212f05b926b00d986bbe76747e003d1a217a0b4e50fa764d7fe0dcca9a4e725e
MD5 390ba936c6cb4eee360043aac0b9de54
BLAKE2b-256 47f4f0a27efe227316917d1c8db2880e788a8698f8f738f0ac7adc79070d08ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1c35f46417d71e1afbd4e8c286c996179120f61bdd2ac25a0446e258b1236b5
MD5 9cac53e068cd42ba120a8fbc60394a9c
BLAKE2b-256 0f0913db1abf2ac272414d29397c7234dab9c44ecbf722ddbfd1f0e9fccf00cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eb493b5240df8268881982cdf367e855868eb75e08ee73708347f8afbc979a4e
MD5 280171eaee68ebbccf869b6bde0ffd60
BLAKE2b-256 9968f18321d2d65016ececea74c8f2ef8eec2a08105450357ab0e1ef04d7cacc

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