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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.5rc1-cp313-cp313-win_arm64.whl (985.2 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.5rc1-cp312-cp312-win_arm64.whl (986.8 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.5rc1-cp311-cp311-win_arm64.whl (994.3 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.5rc1.tar.gz
  • Upload date:
  • Size: 372.7 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.5rc1.tar.gz
Algorithm Hash digest
SHA256 08a8e02525719d179933fc5dfd32df6ae8d140644731d775830098158a9c35b9
MD5 26768b99e8759c2ed099109e10647612
BLAKE2b-256 f32d2619c54b4d6ce61a6311a7b06afffa76274cb478e9df4b135c310463841d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5561e76a6929a37ccaea6a4a6bf401250c4ed1893eee6697243e057ddd6ef8c7
MD5 ab31f8c98bc4a6b321d0aad4c94570a2
BLAKE2b-256 c5bb4505d71a1798294047adb5110df487a402d6760b3f7bf153f2dca197b0ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 56eff0d1a4c72d01eee9acc332749e145dd5ebc0d1eb7c2ec2a4d698fa68d77f
MD5 1e187047505eecde3c4110993b106c73
BLAKE2b-256 5354c43f001a568acf636bd5ea54ce19849bb3a98293d091105cf6e46518223e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2fd5421c54dcbad49902c122a2c8faa5ba8f4c82c8734638d4af0a7c3742aa45
MD5 0396d403e5468912389deec8c602eca7
BLAKE2b-256 136d53d0b0382901ae02b6d413937a8e2603cbeb397b23f24c3a30b8dd4d5553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4392dd50ca70930627954fc144412ed745b554bda1b1c0f076587bca4278663e
MD5 c4f7719009fdbcb05ed0d4f6b9f552f7
BLAKE2b-256 df21b0cf4ee2f690db515f19e11f6aa7c3fb2e5f2d3b108929723020b7e9cc8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1b03c14c2609b595b57853ff192f4cba61abad7f28d55be5fba95e6895a5d6a
MD5 3590c97f83a998cd53c3d9c258a8d254
BLAKE2b-256 5bc886460f5274f2f4479869c2db814447a14f3b92c72018a6a0c796d5554fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e2c97c0d6eb297a402c573c5a12a201e6f3b7f312b1c61e4df4ee0dbee660c0
MD5 54b480d88578ea27f7a092de35b90b1b
BLAKE2b-256 cd2b515119adc6c0313963f7872839dc5baa349ddddea843c5f77d02fd522488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c8fa56721bbae9774469155adbbd9c0d30124fb866a0b6392fdf76732b80028c
MD5 d7a61dca4410d20d11e33dfd3efa4a35
BLAKE2b-256 2e6cd48cc5948a213c5dd4bc13bdb60e05b26233c1a574d4a20935f009bb012c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e78f4b92c2a8c15675b9717293ae2fdacbe87e3bdcfaf6d40f8e4f0d190d2d18
MD5 094ea1742304cc3131da4421fab57795
BLAKE2b-256 eaf12b6227bda1f56bdaba6d27a9e84f72c541609d37efecbf9060ead1b97260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b6e6d512305f7c5dc3222b78339b35e838c5cfd38cf1583e17a60ec76d5354c4
MD5 23157de367ab55d0279b09ba22f8a269
BLAKE2b-256 ce72c14233eb84d518957d163955ece9a889b802d88aba30dc0af10fab3cfc28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a92e3abbeed57b1969d3168ad148314f77a310d0ef908776e553d4f9bc866b21
MD5 ee19fcfe524adb8e6668587e17820215
BLAKE2b-256 1b72afe8ae41f2019023c1e0564a67db1749b31d0dde21aa98986c01dc097d11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e934b6fd92938c99ef2c9ccd11a523c3ffa1fec9c73c34a516d6832952ff37a
MD5 f5a62a1db62412ba0a7e109bfa39adc6
BLAKE2b-256 2915dd5e4faa253a6252aee7c9e28ee43d30fb1bbee647f43e09b43c54814d0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1066afa4505a4721de853e9d2c827f3e00503029c4947ff2bddfab26061c3018
MD5 d897d16bd34a736556681e168b125958
BLAKE2b-256 252f7eb811d1efe34f113af8d3e7d529fd994780b65b218e8b9ab72cdfccd163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 918aac13074aa22225bde0b5b54e70467d78d3d2ff0c90444bce37391a8b28e4
MD5 83744cf25f3c0f3d7b7b1d12639ebe52
BLAKE2b-256 48a050f501916979d9185fc38ba0226e8d8029220c55579125fddd3b61022007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49b4ba7febb2a06f62979772e85ab39a56e6e39bf24391fffbca7c4199d73f86
MD5 14a4438069942ff269502d04f116763c
BLAKE2b-256 2cc15835af69ab9c2b3bacb9a2eed5154b66a794b16315aa5fa2ca544d7e66a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f16ee4d524b0a897c474ac80e25f5800e9a6e9924bdf2cd395faf8def9e47de
MD5 4e2c4c9dfd56dc2c3f0ade308d9e1152
BLAKE2b-256 e9be5e038e26e27b30c5a4415533e06cd11a415807a50e8f0e8d4548a7e367b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 acff67195062a436bca35a91a731a70ec502d48e12f82858e85dced299d03859
MD5 59e270b9f95b63b76b8554a150e6d16d
BLAKE2b-256 1226b88975ab7dfde53d4c90f76c2fa88df2cbf40a483a17e4289249d42ea6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 dbd592f3fb95e6334c9ecf075404e940d1aa6c6cf02447ffe08ff3b02d6722ef
MD5 0f0cf36f519cc22aaa54b1c56917c08d
BLAKE2b-256 c8aebbfc86170c9defcf9091376f9f25abc97f0ecb3b7dbe35c2fe8c01b88e6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 029903ed053ab809236284354abd1a1d0c24aa016750496967cb5a2e57ede76e
MD5 335631b98ae25db8bb9816abab864bc0
BLAKE2b-256 a90bead84aa6fa8c92418f37df53b736defe26be624ec88301656df868931855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c4a65ad241dd684a4feaac22ef5d5a30a60abe2c9f05bdc19fb18459376f9b9
MD5 2c039be2080af42d0042ee7049387196
BLAKE2b-256 1fa7815ecb92f2bd6977dca224c1dc38e8306acf38a1080ec85c107e33df5ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f178daa0de5723c95bf5e7e8fd16f3a6879c93a300455e2ef8f92c495a7c30e0
MD5 c92accff00d312bc0bcb05953294431f
BLAKE2b-256 58d6a1606d125f788d235b20370905354fa4d2742126016d1cfb379798b15a4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7f97a8f0d2927c000f30e6704aabfb094be4d65b9cb62e18f350f0f281b0346
MD5 e8893efac7f3f112db3210fcf70aa845
BLAKE2b-256 90a796f18602149689902308ed2882f59984eb54de3be7fa4cb9f0af1e6f27c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5491fe33e5933f518880cd04baa2feb36ed07e4fc8dc4ddfc9236f1cf102c824
MD5 3e9226fc741f96fb40dc3becb1675f61
BLAKE2b-256 0c1f6f09dbaf8c8e5529fec3fbe4906318f7a0582010da0a17987e5c45199833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c90c89ce3d624be65914859011686bce4ad2553acc88c32795c2d6317be29c09
MD5 7ca95d3b2c48606caa7c53da25d27f03
BLAKE2b-256 69f13bee030830c93efd5863baed3c0acbf4f82015e08add24ffb8880e08ea55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fb64bd0c09655dc16ee9071fc2dc6d5ec3dedca866be93fab1675f611a6038b9
MD5 185d43a24a9ea5bcd07ddc8a71922253
BLAKE2b-256 621b89801c7b980bdee5b1143c10ff89a253adecdf0ca02a87fb29df36eb4209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1d9677665dfb323a5c8ac333c3b47abd3dde92977c18ecd76e66fd442ed4956d
MD5 782efe861ddba1defc7206d74fdd79c6
BLAKE2b-256 6a3e1726880da5da5c9ea3cd2ae49d6492d14270b8bab6fa1bf03f77da538094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 59af946173e2824afe457aa481bb4c599d410b005c3afbba1ff8a3bbd73ded7b
MD5 61152461ade05e4bb0aca180509b0d40
BLAKE2b-256 6bb9afc0f8eafaa2514faf97e6654347f887785df7dfc142ef3a993218f0828e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3063ac29ab93eb347836f37facb317507e5ab85fcf298c39ddd60069cf46a13f
MD5 7855cce349d8ee8d364bfe037f0433aa
BLAKE2b-256 190e7a6c5b8333671b05fcdf67bbdd1d7347534809e9d72def552661387a88ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 921ecf9c3138169d6c0f4135601fbe8061c36f7f424c570b7a016239627d23aa
MD5 1ff2c468537354a146bb6baf2fc782d3
BLAKE2b-256 565acac0a6039d4459d96785a370ec76edf0d59232c683a043531abfc694baa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54892013860ac58cd0908df4f3b87dc4c07ea719738b05498e23501df43cb0cc
MD5 ad64e5f35347abc97525098583332f7c
BLAKE2b-256 823dcc1f69456ff8bdbfaa3645987a2595d76bf60b6bed1a2ed6f99547a72f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f45ff3c9da3ed129f62da34331d9e469e7e9ba9062ff9a81fd5c3efeee7c35e4
MD5 32d1e34dc156f6d01ed1e9d809e6fb5f
BLAKE2b-256 6f2eba8d301149bb9f871f011c02ba7e6685bf89c7109a6f46762ba617f989b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6e9fe46eb640553b06a81202a7f6f98866cab7cd23cdbf192052cc57b6cd2db3
MD5 3d36e01e296577302868c727049e07ec
BLAKE2b-256 097429a311b761753f7c31f2c48c60040f887c504f70abcee14cb3d516ab086d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5e62ba68faa38485ded97af999540f106698f5f96cf7077a28c0db2fcae5029f
MD5 ab49468d1cc72c526cbcfd44c2709e06
BLAKE2b-256 f1292a93e2327c5015a6cc3ec5c9307dbfb61f1532fd20ec44d87f0edf4f8be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f7b01408bc9d81dab9c9a0fefc14a26c0d657e5c66d3fb1d579bf4316cbc74c6
MD5 bf4382087617c927d9cf350532dc71ba
BLAKE2b-256 18ee906f828fa15538624e1f6d563a563a195c445bec158b1690644690219164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee3d1db26990ad732018a772424ce564a27542556133a367a5c7057ec9aa5225
MD5 c0ca03f59a9fb6966799ba04c435a1f5
BLAKE2b-256 d09e98861a316cb8e234330f272aec2bdf2b46a49503721826e730b0e30034ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8b3d64284010596e06e9b275d57167187e0aa163d11721170926e22dec8f26e
MD5 ecf4e817188a9ce9c950181188b24ee2
BLAKE2b-256 34d83ac004062a0f4971a88f906d2bd506abec713f226ec0fad691086d0f53e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3bf6a606309398df168e84a5c47f89c663b15f40ff781b0f8502641a0050ab5
MD5 b449bb7e5afdbfc0ee5c61cedd9f1602
BLAKE2b-256 7f4f8c52b6a3e520059ffe804701c9026d4b04365b22cebd446958b5fb8b426b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1413525e8b921acad604ddeb5e47d69dd6b9311a91c16ac66be3c413102beb37
MD5 a49c911adb2828b27d3bc7f7000a2f64
BLAKE2b-256 c41a01d7cb77e8984c29debe6e765698876efce3a856d2aeacdc153a2420d480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dfbbe111253a68a357c70b49f3248cf62b3059a387bd35f7fef4a7d375f0a335
MD5 164920d70db700501f5c2a830f0c191d
BLAKE2b-256 731610fb2372c077bffa95228fd5d5a8d11e76bbc3f57dcf89305856245a100f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 875156cc5da64eaadcad9931f3ad4cd95b9b8f1d75fc953eecd8d1471c0a5950
MD5 172028f8dbe5281fe3e60c27f1d70342
BLAKE2b-256 d39a6abb434e8365f806ff00860f051569263c35b173599da7d7ff491d3a3a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6389c9a63eef7aa0fd2e58ec985da4fe99a9a9d2599f98a349b643b87844f29e
MD5 efdbd1b014aca5048dff8974191b127e
BLAKE2b-256 f60508a5c0062c383fec11f7de2e74c4bd38621d896c481e0732168ecc0e1f12

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