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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.6rc2.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.6rc2.tar.gz
Algorithm Hash digest
SHA256 e9c440b8b50177dc409c603bd54fde1f40b0fa5c92e34dd2811a6ca6ff1d0612
MD5 9a397801f838fd2c118aea7c960f0733
BLAKE2b-256 e8436b54195a98bcd1834de366c25b906c86aad5b7e0f96c3209de3f67be2c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2551045491d80247e16f16211cc89a02b71acd582faf5070c1ecf88db2e7f45f
MD5 d1f77a7181d9861e73c8a36904e99dae
BLAKE2b-256 26eda71211fdeab7ba3bc23d109146a1f2a7a87a35953a2d414681ba572fcee8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a2067cbdb66e3340e4220b17093b376b6bac0a6d71cb13cb9623767534375ab2
MD5 bf71d2d6c871395c3d0410d13c32a6f1
BLAKE2b-256 da4611db8c6569dec8e31acc8433e92e0def6a566da54502361e90e50eaa51ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a81bda941f805914f25d6117587281f85171853b2f49bfcd9f8bcadc3ebdb4f9
MD5 9e66a52045a1bce12590a908eb0263e9
BLAKE2b-256 8e48df968a3a6438d69583909e728e60db8832499feae45398caccb2f76f8f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa311f2fafe1ab568e786fdcf6f916750514066f808dea661d451af497faeed4
MD5 615e094cf77041730b3323298b5fe58d
BLAKE2b-256 c5a286912fd481a253a44ff84d91e844f82896cda27e77b25e6f20326d96d8f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57ceecffe99b372b3a7f74afdc3f2e210698ba6408e547ab73fa7d3b80dcfcdd
MD5 e3a12806d5b24b2dc2168991889f9082
BLAKE2b-256 deddc29e880a573cd5df5b75465f3e1036bc6a405b2bdd275cbb20a2336072ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dd10551a600428ad6d315b02f76361b62f3cd9469f7950792c777c83d6e6268
MD5 44ef86f3b3ba4e7b2c240bca3d7cb9dd
BLAKE2b-256 fd93eec0661e943663a3e75c86ebbbcf349027f680e83f0128ebbb3a6988f974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3291043e956adb9a42bfd04bbbe61bf5e9d7bb84ad929bb803dcd8465048f0a4
MD5 c7d660f32da63d0e4945b2e967c29990
BLAKE2b-256 cda758a0b94bf256756b52c3fa394154474ded790b9df5dd48187b11edd75442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1b38e4d9d38ba1e9f9ef3ac7ec10648cd2a6e2a6574d865547160ee538089eb3
MD5 11c090d218d3b72ad0a65edab9c0133c
BLAKE2b-256 f56eff166ac488daffde7a12ee682c031906c5fc44919fb324848ddf4172f9f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b7db3f7145d77c143464f43ebd69045fdd2c796ec7a036fee0a0faca11186ad1
MD5 55f01606a928562b0ac29cbec75d2b3c
BLAKE2b-256 963eee647c151f56bd0dae97298a06e6b36f8fa83f29a373be0ef0c188682fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b071966ac93b1d8f2208825dca0801d68b7501ef4d02cd8571858a6d87cf3f40
MD5 831b3df60b72e6c3c7e02cfb20dd1d74
BLAKE2b-256 68f8318860070cd7ee8f20023677bdf9ed700d0f9fb9841fad74ced28009d6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93af0125029899d8849eda6efeab465545dd762d27799399abdbba5950571037
MD5 ed972e7e6d1ba1f29f11afb37148c4f9
BLAKE2b-256 ae2e49107f0c9aeb8080a3e6f4a607eb4fdf36b6518741fa7d43fc21f38bf765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a055d629e2c66ae30158d16dc47973941364b670e410daf1811e2be1198d029
MD5 1b79c70f123c5b9aad19263e59fa0098
BLAKE2b-256 baf10e713ef8fafb2ae2e501b49359be1c4b2084348d05f482551d9fef95e84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8848520fa25b1bd78bf1ed3c3f21cceaf1ce0a83c6f716ae75f9cfca4c51ed55
MD5 57581297753f791ccdaac4e46c5768ff
BLAKE2b-256 39ab5fb75735fe53887502a51f6c62f076369d743579b360d09aba0d37c27652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed615c3453282b735866c138389960e05d7764cdd4aefa30593a1d11b18216e9
MD5 b093b6fe265879a99063f1a89d84612f
BLAKE2b-256 f0e86030dd68a8e5c8f37973599466399f60a6e6bd87a38733bec37265175b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 824ea8005eaa24f72406b88694d0b7cf75fd8bb89e2ff6fcc338eebdc4855ca0
MD5 d49aa7999c3426b2dbb511d1a04779e5
BLAKE2b-256 1101fa16df0688b2a8be470272e7e7148dc9bcf5604589355b6bd26d58890fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 58622728d0f244014ec348e8a896b48f71f5b4d045c36cd5080b400f513689a1
MD5 0fae293a903a26f670835374ea17ac4c
BLAKE2b-256 4bd4901b671d66f835abbf5a27a48808cb5c69e06cf5c4013cfb57992265f840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ebe426f5da3a7b41b2ea221eb1e7098cc40f8e3f1b8a664dc49637be72c88de5
MD5 2045453451fef65cfdec20771b1fd1a0
BLAKE2b-256 4dedd069eb5ee8e1089f60a2e9e6a977cc4178d2d39ce101b16abbb556566067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 817f1b1dc3bdde74b2508ae78f6d96cfd7d884972b1610c29c1ed5d73bd304f5
MD5 3a35487df04279bd65a37aa83394da5d
BLAKE2b-256 f9632b21a7d48847aa50f7e2785cdff600db8048f64c24841832194de90eb5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0abe39dc76f6d5091bff9de25e187a6e58590791370177cc329f893bb1ccfff2
MD5 d53578ed1910900e6587758ce03a6869
BLAKE2b-256 427434398d607e087ab718d176bb31cc8bf6b83dd6100b87a1c80a06b1e26c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7be54177f01d592d761ac7d26e3bb253d7912043e73d33dc107e307039e70af5
MD5 5f666bd0ec81d0ccea0e34dc54882ad5
BLAKE2b-256 2aeabf5bd5f083ff45b82436df8e9fb5aaed39f3d08d75a3950e45365c0a4b95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d64cd0c7bb7725df1f2c59be8fbebfdfb6812cd5b85049ddab55133a4902765e
MD5 3c3a4be39ee59b17f616c844c01262e0
BLAKE2b-256 882fea432aa57b1fc9b4e06b9a5ff33a2f650d206f02cc544812b8c4319fffda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e582eea551622c21508b676aa308516142fba958ddc29e292c4ee6787cee8ab8
MD5 93546698ffe6f8a609ab3b85aedac073
BLAKE2b-256 7b34b208c59ba64ef74bffcc64d7093c940eb0db7e208c8a4eaf2023e1aa6ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5adb9c70f0138e493da5a159b4f7192e467c0f86e33cb5c298f80a33d19b85dc
MD5 658b026a4cf73ae403ff2ab248494fd4
BLAKE2b-256 ac41bf176461ff169c7007f038a2c5654415da5126aafbb5bb665cc0d86bec43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 10d9bdadba3aabb5b0cbf48faedb15aa46ef56a052f31cebc0458a2ab2f95d78
MD5 1fbaf1d61692e70891a73bf5ccb56a4a
BLAKE2b-256 5306c784f2d92019ec01880a933331121b1f617f1d31e228f13c0cd25900d8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 46758f153cc1cf80bc1adf571abba0cef4875971b66551007e9fbd794a3e641f
MD5 3647bc2b1b7939496ecda93831f141c5
BLAKE2b-256 a7a2d86818a7576ebb87e83aff51da910c3b6d05ed62a37fb32ca0199f26db1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 47b11d74a828315db5f14cb378a9f22a257a3af2d81ac07ede065870bd2ae118
MD5 f9a4f2d516d6ef77a6f044675cf4a736
BLAKE2b-256 f4947fbe6bfc84978eb0b77cc2d713e726a94ac2b63b173412e2cff9dada573d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceaf70180219ffe7308d15d6f198db8d4267a5b4702f11fd6676994aad58315e
MD5 c73fe0c93e2408e1f0b71f0884a268f5
BLAKE2b-256 ca7f75105ef3e252c253642406f60f54d9d545146beebc90ed2b17371d5fb4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19ff77df473d679fe51cc1fe9f31e5a6fdce37a56e3d04a503309c2ef708edb3
MD5 484bdaf3aff7b540bf9a4bd9b1a60240
BLAKE2b-256 1e7e5b4e81d1326d1008c0e8cc64b8afb0c5efd0988706a3fda80bb4db93bec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4d017a2b291254518be83d2699e2eb333177b90cb8d1d915c8cc538df96f5ca
MD5 44490a794bbb45da6a12210e3b4cc278
BLAKE2b-256 1853537a794f52985e5ddb3917cd2d0545f9230df948d2ddc47592fa04b46c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e06968e219ad142f3d2db98134e28f4a03713904d7019290f4042c0afe433f2f
MD5 95fe2ae569428481f7a7f6a10d4a9e0d
BLAKE2b-256 ec6652723e26b47bbb429d4226b7c288b6023339337c96924a752145beec7fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cd3eadb4788a85d03b46e9029f80b648339a2d356cb56bdd41b65fbfbc5843de
MD5 40bbaf8de68cb5dfc470800d5bb39418
BLAKE2b-256 23dc87f5280fdab2e8b78c665fcbb1bd947209ee42641ddeb7f6c8af7a85820c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d6e07d9d672a97c715bdf281deddb78a9b30456e073b6c28fb63e810856ae207
MD5 b8e4cccd61443994ed9a0e4045b4d4fd
BLAKE2b-256 bbcf8986a29f98e3b0ed0c08fdcd17d84c9ccb08da6b61666b6d6cd6e58cd76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ce83259eb19685822095614e50921ffa9b310c09ea119b93c1b83bdf55cc5f00
MD5 6d1e37128eddc8d07348614066d008f4
BLAKE2b-256 7ea3ef927f8de98241cf5ee4a56bf9ccd826d2b2483da677c84f13642df06665

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 96919fd0e9eb9bf92463bd21d6b795f3da2328fe13215100a971455aecc33707
MD5 605f9497abebe3891e4d9b26e8ccdc7d
BLAKE2b-256 97c95ab281345b06a4e85bbf32df7c57675269bb444fc57742da5c147ddebae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b12d3670fe80f178f4f2a8016bfded820980e7eeb21c3f8e92a3fb145b80b3d2
MD5 f05d8da08379c0c346da5f69704738d2
BLAKE2b-256 5753ae051454f3faf4cb69e28bc69b3a32dc87286925b50b1339f1bb0e439a46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2ce7c33e21d5f2fe19287343a9fc1931d2dddeb1964e79d0ff58437f0a744af
MD5 6bf0a3d20bbf6e319774422ed7936857
BLAKE2b-256 796abf273259061319bc8e6fcdd424acdc63304fc1a22ca2c275c8e1b999db71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84cb7ae26521ff37114782ad9fb47def1e7170370460e8867a8e57fdfa98b7b2
MD5 8c831e91eed0e4afdd8780a467675189
BLAKE2b-256 5c979fd9f2d30efd2d11dd74aa2d7635ba8ed761e42bef9b79a99c0c13a29da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45ab145b6df20ddead356552a0a0ba781127901de88bdfadf3a3f46a0839dc6f
MD5 e22491cabccd2baaccd982d6b6f18e52
BLAKE2b-256 d0f8b255a1920ba40d2ab6bce5caab767728794e4ac0d2635f8e9755307cbeea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2abe31ab302dc95e49b66f00553d3428e4551c4784c3f2b643812146eebd972e
MD5 e93a710cab9d088de5456947568260ea
BLAKE2b-256 85617d5c65ad8fc8ae55c6e7b5c7c22db4fc123326dffa096279f5fe52943b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.6rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ccbaa3df3fdaa54f0365f0a55791b20d2c6f57f90a8f22aee47e77b961275ff
MD5 ffa0073630dde982397e389180a55f80
BLAKE2b-256 45a21953e37e37c6de10b46c40d8ef4a215485db201f454b2e1a1046a0a7ad40

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