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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp314-cp314-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp313-cp313-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp312-cp312-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-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.6rc1.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.6rc1.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.6rc1.tar.gz
Algorithm Hash digest
SHA256 a13b6fa0ef86d2ab61af080fc995b078b42ee339cbd0a4cae6b1b430c9e43c9b
MD5 22b090e4869faf6ebcbde46a159be9d1
BLAKE2b-256 79b0d3a236b2c1b3adc76e31bc39c38b0199d26e9b2db5d240e82d0463b78ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 59c7ce3be0b29b92fbb44c7600dec684d287282b26e34a81d52d6779152fa95f
MD5 b3403309e8406446535603b891008309
BLAKE2b-256 0a3da7f7fe840c77b2478dad28d02294033bcba7e146582b6318647ce455244d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2010573f8d6b81d52c884efe5eea17dbf26c49fbac3da6d73a82814100861d5b
MD5 a99f8cb72f6b2ab6eff255bcf0be86de
BLAKE2b-256 98836a391681e7831bd8d1ec2fcbf249775e6d024ffc463f0e558de07e8d6306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53f7d0dee41fea6c0df9a0420224a7ddbb08e51b48f2edc8af2f6fa18a2dae14
MD5 8511a87bca20d02eb9403bf96527fa26
BLAKE2b-256 5acc804d4d22ab98f69383a0dfcf9cfad2ce08d2dfe6f9c9271f9b381320e67c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 161994c4e7d59e4d73028633b17f63fd39ebaf8b0b50013e3afd400902ef8a46
MD5 098f50d3cf8ef8f217bcc4ba0b83c5f8
BLAKE2b-256 7cda49ccb168858d1273eb859c5693f039a20125dc4a95d9622bcd2a0ee3cd42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3aa60ad81e777b70c3b580ee45625d2b2a480f7c66c16d0f458d2dc34205012f
MD5 f22e0fa72eb1c9e278e9f6838289cb00
BLAKE2b-256 35084bfe9c55d0e3a289186e5dd7d4b21036ca51740baa7eae853db34e95f80a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6076665db1d53c2025b9292c74facc591825dc5cc0104a521c57db935dd3f152
MD5 0d86fc98d56627215a405910be76ba26
BLAKE2b-256 a79b3d0b20c69fb4195c8aa4326c6e4f299c4cf01cf57dfeedcbdea05b3cbe50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5adfe991f55b0766d9d1ea7692200a9a97e143be936df72ba649dc4674152935
MD5 360b3378481ffa974809860c3fbb0459
BLAKE2b-256 fe448fbccae0ade473fc31aa632bacb9d23986d97daf87c64578f0a4308c5056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6fb25d244a83c45b1c6c6253199a91dc08f5edaf2a38075c3e676295662b2143
MD5 434e7e3f433c34201cc10d30097b9ba9
BLAKE2b-256 5ee41c772e69f1a8ce4642c2ac00978636c5ddf0dca88c59aad28371c0732b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 24e1de9f2e3fe9d18983653a8641ef89683cd31770228d724faa319f6a698a83
MD5 842feb7de723ef9c3510435229308307
BLAKE2b-256 62885dd6aabbce8ee7f62d10251d863871e8ea8d0fa895fe4ea5615a3e419e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c9cba6a7b1b50ac752ad58b0d22b658272caea6a9713b7541c772f790731f04e
MD5 544f6997ff8cfe91ad6404b08f9a2ab8
BLAKE2b-256 28831b82ece97b5c0671d4a3e82d4d728c65da5310d7d71bfa63233c5d14c67c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b42b56962ebe56e02a3ce1442e2994909a12ab2be33e013ef1a4ba5870cb2fa1
MD5 c14a2e92c13573d22f17577a3dce100e
BLAKE2b-256 1223b3bd9ea35439033454c8f1e9e212c16530dd75a75e30ffe374f8dd8df655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45e67b3ad694d03cf8d0628c59082b99e6db3e381ede80a7c5606b2fe927ed92
MD5 f5bcf59def1dc938afb336c79f825e55
BLAKE2b-256 9a23f200e91aed4286423296a4c5fa23d7d93981c9c7f000c0db74d50400d6d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68b7e79bc425116be16e5319dd9907d68e5ec26d21e6107248235c9a25df4f16
MD5 1a8f7cd13827cfc75c4301a8e25a446c
BLAKE2b-256 5bc672cc7bac6d6c8a9b09cf9ebcbe11e7212c2a10e71571bd55b1d3c8892ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 450f64515966256c7c1049d54d6a3af394f772b97c20cd7ec81081c792d8829d
MD5 106cab1eb1172aaaa6122f26185c0dcd
BLAKE2b-256 41dfcfbaa1d89bd3bbdbb53f27ca1a38d1175f6a4bbf2eed527135fca99aebc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dc695dd8942b6c29a804cb6ea896e886092cea34e0ceba9bf6b8b1da2c5dd980
MD5 9746d868488249ee921b92624f2143e7
BLAKE2b-256 a41d8310dc49b456d9b4866f952fa4ed2c5ed3780b7bd941e5d7a2907901875e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8c4b37c14f5ce7a9361b5dfd82a107a2c08431485fbed3ccc2511ef6fec6025e
MD5 4252cec3b92f74d0b175cb4c4440b49a
BLAKE2b-256 bc0ee9a6712adcd66db7c6a3f997806db9c1c4d7b70dcd7216037c5f7b358fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 90e7305e0e737b747d20edef38679d64cf8eb6ee25ab3c07e06cbf0298cc2aa4
MD5 6c2ef45fa25ac207322c2b247979e3b0
BLAKE2b-256 224d128f88ec05129cef42862bb84427740f3a70f8374dbcce50235692193225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5203d45983ee98fcd8c8324d8b349bdf4eade3c79559ac0ccddcddf902e836fb
MD5 53e7dcf36f2ff67004372cb23ba8eee5
BLAKE2b-256 82e36344917f835b80761bd8c9db8c984ac8fd41a1dfab7c6ec1c00a995eff58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6865c4c889eea08701dbddb658bd5966196b73e75cde80f3c87eb1cbc24c6c68
MD5 9a1d7a6bce56fddb423c61d5c5a7955d
BLAKE2b-256 556230987489e5002049c4566e982bf93e9b88ae3d3a26d4116fb5ded7b0f5e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3c2b85f731ca488e0e4a8680cf3383cb538d223d81b74a6ed513aba465a1cd0
MD5 9dbd73b9c29d89572f40e12b5fc4d551
BLAKE2b-256 7ec0f0b3d3e6ae23830f694a664a62566435a980c4faf9b39f84bb166cc393d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0e078fdd65bcc62652ef170d526983fafad6a4a65ca6172fba2eb83ad46f2d6
MD5 1e4e3dba747478556fc845d96a3c38c7
BLAKE2b-256 7da25722f6e61adff223aa9d297d0b6634742ced09fecfc2552e444abc195e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6dc53b645d3b7dd05eda0596c56e1bc3450e89ac9400a665e8ec1e096073f59
MD5 aad536a304f91054e34ce6c2e20cf029
BLAKE2b-256 eee16e7f54145d82929b7906adf7e2a0645eb801945cca3431340e7de63199c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0242133ce386b08c92c67f85596668b1ffe4d0ec21a852edb41381095e52cde3
MD5 42c3bf5d1d8db22150b4b1a22642bfbb
BLAKE2b-256 ea9f09956c9cebe92caabd76953384dbf9b8139fde0776c2c5cf7f0b3b77345a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a154db520fdfa26de4a6e188863fe661f67035a0731c248f8fa29bc01bf62adf
MD5 0927cbbd1f301f73ff26bb4f250da5be
BLAKE2b-256 7735114308177472f2c3c7408a240ee09f8ffb4f6880aac73b2be73a8bd2c12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 713dc8e7b1f0396ed8468512cbc1aff088927d08a0bcde7901e84fdbf02d2d4f
MD5 139f0dcc3b1067f47030747efd481740
BLAKE2b-256 aa3c2779fd6585d71ae352b9748837eb848c35879596b8f9e69e46bf0fb5074c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a822a6544348c6df3f4248cf4c9cfb3ca0699b5ae564d1ca304c975810e9c45e
MD5 4f58dbc19188d6f12b33ca218cd143de
BLAKE2b-256 f6606d71e22208da616b5e9c79c14626329906059f9e445ad81c1d2f5bfc659c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7588ca58eec4845d7ce2971e27fb48bae286400a37c2c693241e8055dd6925d9
MD5 b93b67a938ba61c0b6a44542d28fca25
BLAKE2b-256 789dc1570b7e2d38a160e53ce0dc27db28407e6fca189bd2f42e13849af1b3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2fa5538f512401b6ce2c0359aa1a11ee6f1af345335b1094f2d69d606c13dfc
MD5 3bfca0b801366924bfde8e86f1f5ce4d
BLAKE2b-256 eb7116d8b59f0334959e28513229ddae693e6b0fd3ac0c32757a672687b18175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f18d2a32a3101c3379682012ab9d479559096108cffc5f013e4861d6eb8dfdd6
MD5 4936f4f7c1a79fd645642d551024e350
BLAKE2b-256 0db1e0cb3508b27ad64d9326cb01a0a3096c5fb88f7691bfe9456528766b7d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dea3a91a76706f8e86d741f430c027039937921516b379c74038a226b28dc56
MD5 31ad44dd17b4a2348129c84af39ccf30
BLAKE2b-256 2a25bdb6fc19b09ed8e1d793cba7e604b6c432871588b32c1787c54834516f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9b168c0399bbe9bad60c34ee96b0b289281051ebb3c44541359f875253dd62ff
MD5 f8e6663467c84ed561f4e4d7ff9eebf7
BLAKE2b-256 6476193f12a5c83d593360de6485c71b45acb9fd6eb2fdbbffeb7370a23afdb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6486d84258e5136d511be110d540bc71e0fc1dd59e9601edc5d8010d1a6800db
MD5 0e0ba1140d7da5b232305c3a8a042247
BLAKE2b-256 2cc7adab9d586f7d8b77dd405379a7a04e4c651350ae9fc203d1b7161eea1807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b2c398d5dcd98eefc4a600e4a29ebc1d2b9967d0012b36219258988bd1dcf35f
MD5 36495c8c62f15662a154e203cea994e9
BLAKE2b-256 25707ce5e88266f80471cc393fe514b26ae84c48a0eaa37e658ccb94fb3dcba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95108961cdce202bd17e30def939d844f1ada4356aa2dd38c4600ab72ea64cf9
MD5 3695f3387bea3d7d04ff1b1b7ee6e0c2
BLAKE2b-256 82e70072503950cec0d95d00bb7208e64e9002cc79b117319f29694e0c2cd502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6672ca1b61cbb9850e8f6a3506fbfce032672e442687d1349cff547b477d0daf
MD5 c486d24b5c877a0791fadcdd40be9d5f
BLAKE2b-256 8928a61596bed118f1862d56d94a745dbce487546664c698804d2c13896247cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 777baa1db396679971ef0d515a0bcfd379df66dbbb37130808aebf2206ea3d7f
MD5 93fb86a30eb20f2c4138975718314f3c
BLAKE2b-256 a6086d3319a94aaff29eae8a2d1cbda3c09c1e69db62b27a4375327dc0f1ef90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ec258dcf71a22f700ba21c3610cb4a2770cdb50266e10e00aee4784efdac2ed
MD5 b57b691df36bf9c8b38532c63a396f70
BLAKE2b-256 7616b8dbb067480464baa2d89cfef1a18a5727b1bd924ef95ca2e32ba1c6f8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0f04c9817d71241d4d1bdd214e40863f517368481363de18bc5fa20b1c2f8cb
MD5 9f7567dfd58fc3d26fa4fa866dee3acd
BLAKE2b-256 771270b29abb60b9cd25b96998b4013eaa6e3438d2fe3ad48b302ad549aa3ee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8da573ad87f7cf52a787f9313ae7665d7b8a35ca2d0764ae657b08fa716a118e
MD5 4c8cc00886513a874e6dcf3c5ccfa4ab
BLAKE2b-256 fd276671c2fcf9c58031e32c4c02043b1a32d539b4723b8b862eccb0df1535dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c95b173f259054009cccebf2ba53652dfab7b0300f1f9a726ff01a2f32b9c53
MD5 d650f2442690f144b53f57592cb06216
BLAKE2b-256 9320a2ff089e194372f2b250fca097a60d1993a2949018503adfe8ef9a0ead62

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