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 --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.6.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.6-cp314-cp314t-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6-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.6-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.6-cp314-cp314t-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_plot-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.6-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.6-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6-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.6-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.6-cp314-cp314-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.6-cp314-cp314-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.6-cp313-cp313-win_arm64.whl (989.7 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.6-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.6-cp313-cp313-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.6-cp312-cp312-win_arm64.whl (991.2 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.6-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.6-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6-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.6-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.6-cp312-cp312-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.6-cp312-cp312-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.6-cp311-cp311-win_arm64.whl (998.4 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.6-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.6-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6-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.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_plot-10.8.6.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 ad9c0ab5d357a453af268348a7465e1153dd312b1c1133578cb87e496cee97ff
MD5 bb4749361d91cc58a64f8e1262775b4f
BLAKE2b-256 c500c342a218c43a125ad40b778b88b50a31c731cf8e71e60ceb8ebc52b2fda5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 56eba48d0d0d995fdcda07b16f734469622cf6a71be7c1aac8e1581f10db15a3
MD5 85e740376cf868e9be8151b8ab05bc10
BLAKE2b-256 9994db8bd99076164661957936c2666691dad6d09ca5cedca47fc7190e4a0412

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 102a1e0267052356ca6f195cd343bfdf02ffb044afffefddea41f071d5f44830
MD5 05e9180e458983a4a9b8c33737d2b8e2
BLAKE2b-256 33e7d8dce54276baf2d3380c651e6c767482b07acc3a480f3809e76cc72c2523

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b65ec521a633e931b1ca1f892fc3e1a5fa9eb0a7def40387bffb43c294b4315b
MD5 7db3d05c1ba97fc82184c04ad9b905bb
BLAKE2b-256 b08d93641caf71a49de4ad54a61011cd9277df045c54b4a35d136057844a40df

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2eadf2d738880c6df711f461f64137b6a8aac1d08c242d9a405e048d19c467d
MD5 9309488ba14269b7f5cf194e1bd51f76
BLAKE2b-256 0c483f31f1e9b0771c647bc0c3ab3e87c51ff6f5127d50907e08e799133601f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 344a564efe24bdbf8060d67cb7ccc9685879e73b5b6df53153c887ebf1f694df
MD5 dfd01d5d9376e243a7227eb07f7e1af8
BLAKE2b-256 c3151512a056394345d950ed550c98fac47e096c2f098012c9f73573a0a30d17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6dd4db89a952ec1790f681b9a58ee1b623fe27f62baab4dca214d606e4f066e8
MD5 524a79c589af65cba18e263f5a33f7be
BLAKE2b-256 21df0e8a5f0d17e37c762c660ce8c6c9b44bfba1fb75e18b2d734f6dc5753219

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d671b8acbd8a0d71c657e9faad5a2d3d65638f08ea487b9818d7af39490f6450
MD5 7d6a3beac5acc487dd21886174159de4
BLAKE2b-256 d6cfe4414a19de35ac60f54f338c87674b2e1bf8466020181d8a1a72bbaaefff

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a4bab8b4f29ec496f1e78b806ac97babd767efbc5334fa24496294e3522aaf34
MD5 b4bb13bf3f303fd184df34d76bdc17a6
BLAKE2b-256 f5dc120d91948cc8ed3ed6891b28d187aba76c679f812a3c022102d7eff07be3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b32a4feda0ff6696991ee0c02218c50e26280ce204a2d28783e23caf4d2591b2
MD5 e1b71f622b5c5c9e38237b44bdb800fc
BLAKE2b-256 dd60aae6b0be8637d80b544b65edae52eb7c8062a4b456560aaa50c56f46f535

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 42a77269d3ad1346517cadbbbeec6d849bb4d72d51492ec843ecde6db009422a
MD5 898a01ca04c84b72ab2af0f5ae024faf
BLAKE2b-256 39566fe30069e7954b8bcdbf6ebb3eda8bf1949b573e3980148d62acf4543730

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bea0f5df5938508370b0f55ba58ddc6aa53e1d0a78570c26571243d271d4095
MD5 12a81102b3ea0e36a9766607da5d9be8
BLAKE2b-256 8de879420d8b60bad0559ee0c06c23c9d53a02051a549bf89d6426a8750e31f3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a65f483ec81bebfb8d4a0b5a7c561fe1ac44bdc97d55aa141c4f97d4ddb18ad
MD5 61ccb1cb3d55ebe0fb22ed7901579530
BLAKE2b-256 14f7f2cc3ec2448a56131950970608fc907a061f5957544889aeeb13e1b8fc6c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18453aa4d1d116240641f640d99be21a29403e187dd793741ca587d6c1dba065
MD5 848b7181c7ad87b331b566be27abb42c
BLAKE2b-256 dc0f0da8219fd2fc3d248ef59bddcf9897955369091d72135e6a7ff41ac17641

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8acd63bf5b9618da10a873af82a4cf551dc1f9db0f936f421ac170b25dea3d7d
MD5 04fe38dc4ef35674d9f0b09bec9d080e
BLAKE2b-256 58c04dc8c1bb5406457161eb43a6ce72b199ca87625c5bfd1cd507a2434887cd

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 533de971ab0b924c826daa261ec54c75455febefe9174c83f907c129a1619220
MD5 4278d8a5414f24276cac96f24ebc187c
BLAKE2b-256 3e8b3642c69233f617e07177d13da7a05bc3ec58c4cfc9c3b802ebf07d41129a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9e811fe2e70869367cb2152d20387f51953260c4cbf28ab5e991a2fcc9e25110
MD5 d2803b3c19faf8c3b7088ce6d4007dc4
BLAKE2b-256 956e7a096a82620b33f2cb2aaaa59d5af7e9603bae8089b81cf5e1b747c5674c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a6e2fe5b9b251837cd8f7f4a01e7e018745799d83ecba20f6bff3fe8633cf8a8
MD5 d2fa50159e8cb7c7ab0add1008fecaa2
BLAKE2b-256 c9b4de88aeae399a31f41fe96881a28255048e1f0945538f7804b8d23b4dff5b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ed24a527151f4d38649e7f59501d915c45a5f8d0f052919e00cc546589c0bf49
MD5 ede685b34ee2fbab9ad3f28ef43ed5f8
BLAKE2b-256 7b9edb78a2b47313e91c6d192080d12bc585727256e17994a4f6361e975254f0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59a92d7059b0fd8baf9229251ea6bbc4dac7920dbb36044147895f0d5a85d88f
MD5 b4144a5ab501dd2d04f69be84f1079ba
BLAKE2b-256 be03ba3f8fcfef2a9fd28943734e0147f71cb579b95a1ea66750040391fbdd86

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eecb843b9c21cd2967a74509ce17c333780f01e7e6bdd843d26188a5ecee20cf
MD5 a731a660760353ec577c9face833fca7
BLAKE2b-256 f66a100a66f47e92d253a69a55a3b7ab9fd085a6cbbf619600b2440dd92fb8e2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e716209c48d2665e173e09cec5a0bd5492cab0a43c8382d634e16a88490fc8e4
MD5 4ce3860ab1a2236f5149748d103d7054
BLAKE2b-256 d88cef493a81fb6e5580ae778f2ee149b6949ddc87e3aba37065e2e980012d3d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 773f2cce098c2fcb2505d23ba243d357e56a783f6a9e946dd0082ed58c598934
MD5 5a5edd6b01bd79cdafaff47075ca667a
BLAKE2b-256 2531b02d5c30f5e66a2ad992cd3f577ef032f44ed8e583823c6b1365b88cc52c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f37c9dd6040b4dc0411b8a0dffcce0936c70a703cfac30d949d0b8f6c53da1f
MD5 a7beec4d571c9f3b169fb7dcf093faed
BLAKE2b-256 424947ed5449c12fe590799f750941192d46ec3e4d88a935eb39c34962126a3a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 075cd8ae9ac7fbfaeb4c46c39eec2545fece2d903ce814e4c5beec4e335f593a
MD5 6dda53280a152781ff737bfa2cd25d59
BLAKE2b-256 949b6cc8a01bf11a627092fe751a1a85108f16896655675ace722cee34e38315

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a64e8c26f3c081a26d85d987b48be64e5f5c1cbd93041be84bcc4bf2f8392605
MD5 652310cb5b465f9eeaec542c56c54e49
BLAKE2b-256 ca589419105433b97d2b2a263c986b26c8ca7cb548574c46eeeb933d3f1bffac

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 715fd0e14e06cc3a3da5e46bc2dc2c6737d4aaf3fc773c01b066719b4e7c061c
MD5 f44962442ad56d2097964e94f5bc2b93
BLAKE2b-256 2b5d05702cb0bc3fbe3451f4fd20af34969b8a2784f28026f334946d1cbe0922

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8119ba614005d9197edf864188683962b75bac389e91d8d6a1c900222dcee642
MD5 a9989d182bd29b44fe5a519e8d8b2bf0
BLAKE2b-256 6fc953288e020a74387dd11dd46f182d96ef2e57e96a91f43039cc737b6a8e40

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 587621538d3b24c8a06adb909fa41782c11c7b7d7836c0031cf1b1e24b441158
MD5 928b0894c03f62b48c573e9c669de9bb
BLAKE2b-256 d9fbe3a22ad79684552460de3ea1e8ec2eb104aa45c63746937b8976100c3b69

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7da44be8403b28e25bc9bafe7c2699e3c47c386cec50ea9a7cf52525ee9f509
MD5 8a5a2b33f65b1a5b7010796e9b861708
BLAKE2b-256 7ebdec76e381b1be4c42b16a5bc7e9ecbc734c99b5db861d8c5bb5828da04b14

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d2f0c308ac55ef8b57a712d48287ac8960304621fc337f9c1639919c03c3dc3
MD5 d271019d9ef15b09471c1afdb7dc7b27
BLAKE2b-256 8ba2d6ed80d86352053db862aa915fd23c7a7e37fe306d1f0af2785d9631665c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f7e77d416eeb5357fc934b400b3d92b0c982db002ce8509a66a936cc229e5189
MD5 618c9fca8e70fdfa1015e3bb6eb94665
BLAKE2b-256 d08f6011f4a80b4f763854e549da07ddc3bbcbbdaeb66b3a7cf96cb73f11b357

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3e53617889566c4e0c1a046fa163ff129be9cdb462e612a43b15cb01b4101091
MD5 032d268d1045c2f6a8ed35b4e9a27d06
BLAKE2b-256 f0604e034089c80ca764c3ee41086cc02a897175867cb773e9a03241f4a9c69d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 45893d30711de59c6e0d902721a387baa709e95300a8ab42b6bb62401c9ae3b5
MD5 36ddeaebabc86e668a2e924539d430b4
BLAKE2b-256 1bdcf6e4df232cc016aebdb8593e58c6379ff23bab2b36cee2333bf2e9a431d1

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35f0407e4cd40a7d947e69407da17ad4002aff5635931ddcbaff788e6590839e
MD5 5afe7922f1049ee6421bc2ffa7a4fb80
BLAKE2b-256 7b2ff979588c874695eb472020180307e14a19965807b44f8a7c57b85e1927c3

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13c3938d8716735f4bd69148fab5ce15a7bb77f78c2b1b59d593382ddeafc17e
MD5 705a0ee2f32c6e9cc5304f4e88ac45ee
BLAKE2b-256 7b28147039e30144b403d2a04d6ee888f83be0411d6fa59a803a401d385189ff

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 534add7b9dca078fe46207c211d63c05999687276bef8e6ae8499d3e1dcbf867
MD5 7819fc1b9c7ab8d7bbf7e16903b71436
BLAKE2b-256 c1dc7b18da964d71c7927604a24e20eaee3cfc6f17e9f7ea54f35ad3e4540cfe

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c682f9ec96aa16e7abdef670bd1bd86ad7dcb78b6a96c02f35be99ce37d0ab54
MD5 44c068c9b410cce06749d5dc36484631
BLAKE2b-256 d87f77b40d55296551592ae870b3db30d4eac35d95699762577ffa7fd4b81c51

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 235342d3f0101230f32e323b823432243968ad13c955ecd70f5e363f85564af3
MD5 4e229fafa951bc1844bfdcf17e592ba7
BLAKE2b-256 f7ae81a9eab38fb28ada7315912b8d5a12bc85b1c80c4d0a6be397aee4dc7bba

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a112649147d2359cb01c80e386963d48af3716ffb08b3eb659b024d8c1b689e4
MD5 116a9c9257a822668e5b318bdc1df10f
BLAKE2b-256 13dd8abda8c887013d9b3bda30a1159604e02f87fe7a0049900f33b3e9437ab7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cbb49fba014533b336fd807ae1ec2b573036ada559a3c865002a8a6951b47b5e
MD5 ff65b932f22eba6c621130ea5f3ceba1
BLAKE2b-256 f167695284a4e480021d9afce414dc2e90f98dbda8315322c54cfeb9066367f1

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