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.3rc1.tar.gz (369.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.3rc1.tar.gz
  • Upload date:
  • Size: 369.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_plot-10.8.3rc1.tar.gz
Algorithm Hash digest
SHA256 7c1e4b05ee8e75b5c14e817416217b221242dcc2e034a4bcb5d2604ade293a43
MD5 bfb2991310b339ff1fbf5b6cb477be3f
BLAKE2b-256 b5590922893fabd1bda7011b1ac0405313235aeb677e513c6cf33160faaca911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 04e1a3c5299a24fcfffc972b28f99a948c85dfce022a8b470e84eeb117789609
MD5 2e8daa4452b2d6a1d76d16b81cf6c40a
BLAKE2b-256 c394112e63f443e1c839325b6738a53a3a3902a31bdd79dcede3ad40b0bc4eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 48a8560736a39b2f9d4d006bc96ecc3f3ab2ab5c367d70883cf49ee4453a1701
MD5 4567f36b4bf8cc830ee3d61ec1ddddf8
BLAKE2b-256 36e44e2ab461f12615f131a798b61c91da799e5ec184c17cf96fa43b47b5c387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 819bfb25ad77116cd2d82dd168ea82832313194662722fd789e93de527e782d0
MD5 46b8ad4f198930403bd65b6d3d96a00b
BLAKE2b-256 3cba008bd14e7bab5cea6d6d8bd34d0346da5a70433924c5d87b227cdb718cab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50d5edca37d272f298049afb8ca288cce24a20045ee55564ab1a3c514ace0280
MD5 dffd8b0e25ecd377a19e8c5959efa628
BLAKE2b-256 a005d172ec35919e02c56be17e01e05e9e888994c606ee61d2b42aaf267e740d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c891aa8eae670bd7ca44f7f0c854809ddc53d8a26f05302bdff91ec84265d7c9
MD5 a818c5e92b78ee9e4419ce6b9c6de1d7
BLAKE2b-256 1c2f40f98bbaa67dad70934a11509f1be5a18ae7205ed408c57e118af35c95cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3a62d1b64e3337fdb7401b5838e86acb1d04efbd21c14eaedb417465415f0db
MD5 7208831637a4642f81f0db43e14f57eb
BLAKE2b-256 5da1018370f4de2f6f134ef3e5896ca0c389fd85d7ff248cee93c88ad0fcef73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 31a5473e06dbf58f00ae6f4ad052497868d6e2e8953c0899961260a7a4300083
MD5 8d89c60fb61e4e75fa3ea0b0b162b4ff
BLAKE2b-256 9dbbdb17ec1dc3403aa3dbf5af58af741f75d3664c1421fa7e74218af99c6008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9d326f349dfe85907ef05181d2d3056a5bd0e16193efe98b7272680885598eed
MD5 acd8b8e4d38621079cd0003691a34420
BLAKE2b-256 79aeb808e9e0e348b5a4f7c890defca19bab8c4a6f955ec964d28b0481c03154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 40cbc88fee3f8db5678c5f36dc5ab09d58cf5efd3371e40c253197b75e480b62
MD5 8bcbdf700a5163ea540478df6fa91e74
BLAKE2b-256 83475fb20a73eae05f4950e2de0ac34ba61be8707dd7f6dd1473046413cffb8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c11af28947c0b0de37d437f43c875705fbac1b4a35e2e6858b9e0491611a9aee
MD5 9914eb0ea90f114bcd60ccdaf2ea896f
BLAKE2b-256 db4a8a9ad6cbfe96ad6daad70715232dc8191c157f79a70b79ef5121c4cceb17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10c6fc44c3efb18c7a8421181f66a23405a19e800c1ae75e87b0caec85c93167
MD5 e9d4ca5359d9cdf2d6b78ceb86583f87
BLAKE2b-256 8329e741f3defda074a38679ef09f1578098fcb3385d28a0bd3ee92118b15879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c67c6aca86a77f02d18884bea2be4bda699573f84b34df6442349ee06dbd9ab1
MD5 2befa00c467c4c69b0f88226691343b6
BLAKE2b-256 da819ff598e04529d1c272c874f5520cc39fcba223d55e098a02f84c739d0d0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16889abc674e4d7146947eec76156bed0fb784c40edf465aedcd7dc54aa50f80
MD5 9655da209a16e55a85662c4d0d2e8b19
BLAKE2b-256 ab64e3c580ba425f920efe6b67753750f3ab8a0989e4d4a7dc37c0199879be3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 146ccc3f48dfb98310b684a485a873a2bb6c69f5cea36a266a0bec05e956b933
MD5 ec9c52eeaa177c90f10ca584219e04e9
BLAKE2b-256 5cd7e0e718d128d68cd461e3b1a3328825d2a8893e3882a9cdbd5080cadcbb2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 60b271bbf77dc8399023a43b0b70689b0d542d0f0d2ab1c11c619cc3b17e2a3a
MD5 808d6dac8d77c224185dbb37c7e7b95c
BLAKE2b-256 07a78756d4f059048fdf666c9d1d0ee566048f52ecc0969b7dfccffa6da0f7a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c01787bc453dc070fcabfba99e93ee7ca06afbc4536d90013e51b42cdc164c42
MD5 7ff03874cae436c9dffb6704317af0a1
BLAKE2b-256 57bf80581dea57f8d699c4909007c9389c6e8276947e97645a757556c78bb08d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 653e1cb9e806df481441590e78da1b3f547330db795769a4bc2789702e4fd258
MD5 5507984d2a12552c850ae94a04bedef8
BLAKE2b-256 555b3072ea31d2193e76ee9ac23d09ece516dbd551fd6f3a3559cce1f7807122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ebb3e11f2e70f4027eee3425b15f038d97fe7434f6e69c1e5090d25ca892a4f5
MD5 39457bdb869bfae45570a209a05fc5c6
BLAKE2b-256 72a4fc03e452831de4442e3c1f489d5ca40c5425b6d7e38027e76d98605d584a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61185962dce355413017cfeb05d0aa06c2945c7caec6dff302f01f0ebbd4eb6c
MD5 3b88968351f1cd781531274a178122fc
BLAKE2b-256 e00c76373f1e74f0958e270f2b593a424c0c4c498c927375546f5967303ce2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58adbbe348c11e906a498f1decd06e13b2e88bd6ed564695ee5e4db1f5e029fa
MD5 2e2dc5b2d1fb2951cdf332235e3e839c
BLAKE2b-256 0aaf96c35c757c1fc7bd2b209bcc0b8b0a592d622b82ff30e1300b96a393954c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ed645d946d3a922793d8c0b4b6312a70dcf6f4a0085a8d29dba4039f3a6b2f1
MD5 645c87fbc620d2599658ebd6747f32f9
BLAKE2b-256 da22f119b376b13c88e2ad7881dece62fb4d62d543894feead8a6d9a94230a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57c13c878af5062ec1a426b5d3d29b789ca26df443c2b937d5c3091223457bc1
MD5 10084feeb5295bbc00cb366c9385f508
BLAKE2b-256 2a4f1591f2a11014f0a5716dd4dc5b43fb58c8f0035354aa376e0a07518382aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 404ea8ad9c6508adf95031af198e2bd45950a662103ada2326877564da75d9c1
MD5 67f47757f7509eb9cf6919ac5b79479a
BLAKE2b-256 2ca52be15fedab5aa6bfe29df82b549fba320ed6f31f7dac87821dff08c71c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45c59a197d001a0c4678c9be0e3a0cc4b6f970047978fd2a1fcfe3c90bf7a2fe
MD5 1f0612d1f3beb56dda2f3b1ace5e8fa1
BLAKE2b-256 6cd4ccdf6db4fb08741f901ca5e475de87e6a7786ed78a5d83b475ae8c3fd123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5f3eff0473d4336ad5f2c1c7ac40902c45fdeef014b32c2ae16c6f97337fb93a
MD5 ce8be36d84f15ec7261059361337b42a
BLAKE2b-256 c52a35e4ddb16b7f6c855321840911cc89705aea60ee2cadbec366a0feeb025a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 489df73015241b05fe6dd75eb748e28d9b6d9b4ef4231819b18796f0a3ef80f2
MD5 1a6a5bf55d349b0f9c77d5c54ee96561
BLAKE2b-256 3aa27f19da0b5e2a449dbaea15bb1ed88cf1e3b5551154dec7939f35a5f05bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd90e959ab4c09e64fa90eb3fcc1350875de3fef4bb5c89a6916dae2dde5d236
MD5 68a7e2f52641d7c106cdafe2f4d420cc
BLAKE2b-256 72e4f4926d9a1bc75a3a767d8e563f42497d44c832e7870ea950472e3f3736ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1fbe0d8ba8c33911f677c8ee29441ec0171b66f0f89796b0a85380cc0e0008c3
MD5 c58f738daa2fbd2fe753d564ea091f40
BLAKE2b-256 a414e4cf8bbc5ad41961f2898180b253cc6702473861dc3d4b0b8f151daf562c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f27becba3799dfa2a5f9fa5c35dd03ae00aae7c3c7d338d12ce664385c71c460
MD5 44030be2c1aed131bf00550108d3f105
BLAKE2b-256 34b4f925ee967509b6f0dbb1bac6ac3b287e58d4b7c38acd4940bb0a1fbe68e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a291074cfe4dcf13e670696b9f925e9c151f80c0b06ac46ac1fef2017ff0198
MD5 cb67f26972ea976e4d8cbf34ee4e4e0d
BLAKE2b-256 437e8182f69cf664b618ad08daabb6923764f5ae83f495fda7e97121b14a040e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8adbdc7f62395f703174698e6b605d5807c135fd02b376921a66b9e23252133c
MD5 ccb3c3922696f9e4221d5545268138fb
BLAKE2b-256 53afd9a9b0e376c3134c6cbe20e829bdc4c6e165acb30c0a0644558ff8915199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21e6b2408613589aeb8ca533583e70ac702f16128f3a36fc3d7b3ea530bc40e2
MD5 485b422294591519b0310578d63bbe3d
BLAKE2b-256 29386907f7f6839c1510f9b067b3b61730091742e6191b214f1e874b60287ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 59ed3376f3b732b35c646d7dddca22fa5c9ed427460e47faed751058a731fb20
MD5 0a931f52470212b6e4928b99ac550afc
BLAKE2b-256 53dcf610659efebbb626253418ac0334a78995b176edadd002711448363314c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 acc561d007c158d148b97a59b1bff9e5415c487313e5650230f479d4ac463563
MD5 105668e95d0e4af10b961afddc8225b1
BLAKE2b-256 0eb3a7eb81bf65934d861bd2a0b9985871a16d4437bc5da287a752b437376e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74a7a16199e9cca908cc1bad1db3692a44acdb5ab7415a112e95384abd8b5659
MD5 ac2f92a772430fdc19eb32c65fc54814
BLAKE2b-256 a8f929442c623f87f078a27528bc22b1f7e3ec6784beff5cc140a2502e6c79bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43318a9c3000d5083795ffe76d5471f3cabc8cd1ab1777a7dddc76aa49facc92
MD5 f371ba6ecc9befa860c7f81c7ddf634c
BLAKE2b-256 d2aca88cccbffba32a928cfd95b343f58c09919c87cf24799e121c78be92decd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad8a468973b2bd3250bd00775aff7a52b4da05e5220d57e06ae8f5674c3f90d3
MD5 6fa00bc6654644e76d6a37bccf2e1c80
BLAKE2b-256 01424a6ccb7417d293caefc9245c6a2e1b31cfb7c50baa568b94930e8a64349b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d46d31be5fdd6836fc418714fdd876e2b350788e4c51afec4fb3e596b224a1e
MD5 410bdf594c2a6c2b5ed4c87eb19f55d3
BLAKE2b-256 e0f3ee23914a254670efa64ce58598354b77b4f106e3dc1d9afa7f6396457f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5e4cab2034beee7fd07e15778627e9a669be547103926d9336580e27cfdd5beb
MD5 c84fd5cc47190c00c7345a663f8ca68a
BLAKE2b-256 3e5bc9e394710d89b48ca1b80be797983d9244a4d19e9a5067830b8cbb13c055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 19ee6f870766df038f211328feb80364823a691cc5ed3ec1c449e8a092869eda
MD5 9fe898dc852f8c0749ee5da8195a83f2
BLAKE2b-256 e670e6365b9bf7aeb344f9154eced5ead5368ff2755b1eca7fc1dbd017fcb6ab

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