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.2rc3.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.2rc3-cp314-cp314t-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-cp314-cp314t-macosx_13_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.2rc3-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.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

passagemath_plot-10.8.2rc3-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.2rc3-cp314-cp314-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.2rc3-cp313-cp313-win_arm64.whl (982.0 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.2rc3-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.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc3-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.2rc3-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.2rc3-cp313-cp313-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.2rc3-cp312-cp312-win_arm64.whl (983.7 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.2rc3-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.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc3-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.2rc3-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.2rc3-cp312-cp312-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.2rc3-cp311-cp311-win_arm64.whl (991.1 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.2rc3-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.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc3-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.2rc3-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.2rc3-cp311-cp311-macosx_13_0_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.2rc3-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.2rc3.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.2rc3.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.2rc3.tar.gz
Algorithm Hash digest
SHA256 ad2b652c55b86ecd76e64eab9674675d5b759c40954192229046fc61733c17ed
MD5 c324bedb549873aede2b0888c0b54bf7
BLAKE2b-256 a8b95d5e9ce7f8b901658ca18dc314a524cf8b8ae03a235582ba29a24c06ed46

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 46cc95a232b2e2e9bb64d205cfb6a01b8dbe8fabb2b7a24f2c7c106b6b4ebdd9
MD5 ce592ec53ea3c5b767c1d885dac8a898
BLAKE2b-256 de43ad11d29dbe2105a355d08266ccd063e44bf0f5e80545606fa51baaff9a38

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 206eee27af90f8b2a973dbebb68b839d9fe3e4c1bd5fd448ec94c8b664a7e7bd
MD5 593fbbb535d999e986a36c6844516eab
BLAKE2b-256 d347c82ad7ead8fa7865ce98267fce49f909f15b167eb1deba219bf90f0887be

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cb8e06c6bab6f32465bd5164e4015f9d83e85d2f65c2ee49fb638f15947c0ed
MD5 f7526bd093293fc98354dda2c8c8cc1d
BLAKE2b-256 1b8d0446aff74b71d54c3175a190fd67652d2579ac6d099524ac4a6ee09def96

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a548d579dabbb9c369629ac6e0c5b64df72925748c6315fd13f4589a6e6873f
MD5 80a7d41a0c47c9f5f9a004830e4b10b5
BLAKE2b-256 4cc807fba7e6c77adfd41192d7d23957f12a2aa980e04ae51cfe501d3554bc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af764c42af7dc27953df27d358041de066ba1a4baabd6b964a7b71affefc97d7
MD5 535379d3b60a8a91a85572ee68a645c9
BLAKE2b-256 7b1c3dc5dfff6e8d1e719d427baa39a18e98ce766483a50f2aed7ca3319ea903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b924fb9ad3d6b59f54b337e9f7527932462fe080290bcee449b635db285cc931
MD5 0848092431b606af5208173799f1a326
BLAKE2b-256 fd236bf5197c0f9ad211d5087ba634b6db17854537654e21f11b4df282fab5b5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd5cb3b9318f18891f22d8593f7877dee9c4930df98f79090da0b99dab8e1f63
MD5 25d2699d7ba5a67d1df08fb9aa55c755
BLAKE2b-256 cd2d5171173967d4838c1cd7a8207ae4f341789da7f8b8c52bccdfeebc86772a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9dd2b3121dc1c6a5577d821d0fb78f7b6143feae434a96a336120c4cfd0b1adf
MD5 e9c84cfe362723b3811f17421d3c6a6b
BLAKE2b-256 e2af20c507c4018c95e9ae1dfc2ad36d864ec8a98e9598f70ea6f954179548e9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a5f0a3d5c0cde0af808ae24d4181e5f2361c5f24e83ffbd3a469bfbba89ecfee
MD5 833a180cfaaf4d0d5d261e6243757cc9
BLAKE2b-256 e55a9350c05414e5b4a0f65a88ca7aa7f3fd961f9d5dccb59ba4f93cb7a1dc0e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f0a42b7b65d505c320a4b01091ea70a2b77b5ea28b9a7872dc464f1cfda03c85
MD5 d4928f4e33c02ad9bae5bc46cc5c30a6
BLAKE2b-256 83bb16a299b3a629b0fef14e6bc62cfef6ded23620d6daeea1cd18302fd6ed57

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 140ea8edfa490cbe87eff3ddbabb330d71ac81b263c70d24efc1af34bb37fff9
MD5 4fec550ea6e39cc87824b2a3f5d4a280
BLAKE2b-256 3f0057334660393591329b2fafd829c88daa5cb14ed3cc652cfd5da8fe8a6647

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f81339a4ca2e101ac3cc0ef3a98cbebe0975d0b02bd113048ccb66cda4d78463
MD5 35fa4b6955601b0878e3893b1daf48be
BLAKE2b-256 6b67008dbbeceab681bd6567dee771a9726ab3d9d2e9eb01c066e9b7a2744704

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 054bdb4cb21771544de13dc96c8e75f34331264f5ca32f2d6a0df040bb4aeed5
MD5 d09160c10c044447a5aa28770c0526d1
BLAKE2b-256 b28eeb8e463443691ff8726d6528411ea712557860efe29f1b1f1c83225f75b0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 129915beefae3925bc735cfa084f79000e26342639a64006ccb6f8742cbda46e
MD5 feaf49242fff1974f74965b8b7be6ee3
BLAKE2b-256 d378ee9edede13e769dcc7ac730bc73a0e7a357d06bf38d5e120ce6dea30b2f2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 263d36e7a16cc7a763f893f6698b4b39bbbb6d0a11acfad4d3dcfe035cdd7e73
MD5 479c4fe450949842c5fa4c2d66996839
BLAKE2b-256 6f5193e9aa64b64db13a38afca6d2d0ba892fbffd309779c555be9928a860332

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 612b842310501185e4712282a2e87a4ed37430475d30a52fc0dc093b2cb7cb44
MD5 ec08e89fbea9a39307f50e987d98d673
BLAKE2b-256 3a72265696498918fccb67e12843a131842df15e568c699b34705c05e4be6d1a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9e870f1495d32cd76fbbdfe6f931130e82e54667121d1e8c0149c3051cf7e5dc
MD5 fd91fb703021fe3f6530f31252e07d60
BLAKE2b-256 c8f09b037c2b14a47b9b7ba31a43743c6035c763812eb4d52f280d247c173f76

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 29953ef98a1fc8440358fac00073adf38d42ac8a8d021b59acce43f64491f4dd
MD5 aa5dba755845b58383ffaf6597c49ece
BLAKE2b-256 36f39e7f3a07d39074647a7615a7277f81e4b4d9833b35513f978d2dbd27e7ca

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c05f8f4798ef2b348534f1b4472cbdaa207add184701d894f60a55495c8a4790
MD5 de6d67ed31376b7a1a9137751c9ac9be
BLAKE2b-256 7711665b3b58301fe44fda9ca2ea1c6454e33b38acfd0aaf95b949e38c9889a8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c79099ced16c1b3293aa2461468c42f59a30530e8fc589b9957339aa09877a12
MD5 ef2e42fa23b333e153204d2994b7012f
BLAKE2b-256 82793e1369333821a0077ce02b629e9297120b24dcd63654219a388bf397540b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31df0e122161b1c6781a45a1e5ccf92339cfc0caf41fa2e8dea26b5eae1b1949
MD5 647baf50e234ed0f3dca0e9e1c529d3a
BLAKE2b-256 58c61202f5ce0863b9dd5f69dcf2ee3321d2f752f8ee659f4ddd6ba8791a8278

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23fea7fe7bb1efe22b2459862abf6fb06a214726ed62ac0fa462ac7a05f97d70
MD5 a93d588e285447d1966f355a74c78842
BLAKE2b-256 84402988db11766acde7cc0c5b14fa653bee77846681e4cd2456481124231be7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e460e38d8a66c55d7cb07c4168ffe8767b98c672f4c909ab50b4c76d9b417e4
MD5 410482d349a18f7e090c29e0602aee37
BLAKE2b-256 1d4e0526f6710b6637902aa03827189ed454f3491ea26de78646ae34dbc93584

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4dec2338f53de19cb7a3d4b078b93232d5a5f2db60cb3057229cf563df521a0b
MD5 05c7ed471fe5985599fb1f029b494cf0
BLAKE2b-256 5c5751cc41c4937f0213510e056e611b935cc3021b0e5aa98211161fad9fde26

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 85ced729c0d926cd979db8e1f21767c9e4bb3332f2a96080c513c5228f9d3b2b
MD5 e6e7400215c540c22f4973bb6fd7ccf8
BLAKE2b-256 208d701e65b265ea6ab9e88f904ce4266c4c48501cfebc0b2987f7d5a3e63fd7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 67aaba628948a2a50d0a0b76a093379a6deb42b930105e670063a0d40face043
MD5 ee51fbbda9478b7b4c960fa3ed872c56
BLAKE2b-256 2ff0cdc1ca93f9410cb094597e810b245cac783361345f28f773b5e578cb7af0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 161cf712db0c1385af6965d9c671cd1e87fdc03ab66fd6d2eeeef92216af2a99
MD5 e9eaa7c00a101c9ad4f3d393fa46214b
BLAKE2b-256 e75b320bb3201e225c8eb0fcacf6b77f4b9691eba0dee05956ca229205e305a4

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c18b218ff02b7741b86180e07ea53af2fef7338237c11623a57ece660bc2fb6c
MD5 91324c45063a8fb2b09a71a2761a5a7d
BLAKE2b-256 4e04959afb6b1b7f71baeddfb54086d9f094c377c8abef7e85e1ae66569f6735

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7a528efc0dfa5b18cdf656b7b1a5e0b02824aa716f71da44f1a851cd026af813
MD5 72f21d76b7c4f36ba27a34d5baf8a925
BLAKE2b-256 50349ea6b28f95bb96177194d1339b0012550ba73360b1cae0133237fbe35273

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ecb60acc14965acc42b331b56fde03f5df65c3c40dc0cc036150438252cf1ad4
MD5 7c1497485d10af2e4441e061839c77fc
BLAKE2b-256 01919a243c4ef3b6812fb49daf9a429c771e7307c4d34e28224e9cb68d77d1f0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7a0415f008cbf077cb8f8db5a52071eb925088f1cf549649be06540b0bf52c3b
MD5 e5afb789e03f6cb2afc6c9603345597e
BLAKE2b-256 0959dfcb23bf304d18957657982d18413931e89d13178ee0ce846926bbff5173

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bae3a18e06ac3399f63cf6bc67b7b386f26ee29f0b7bdab077c0f6eca3f3a3af
MD5 e9ab5482a2840704c1cb36f5d4433f63
BLAKE2b-256 c88bfbaa2e34682c264d875ad46a389335cd2536f4494564989823d5e0171f58

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a0865210cedaba2b11cb05a4235a5e3fd365014fd3127120226f37d209328d89
MD5 f9351c180208380bed5266626f05fb7f
BLAKE2b-256 6f2ae333dac3a4e8eca268c547a13f0c6dcb2566ea29f9020f4f09c30dd67e96

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b575168b3ce8eb03386f5bcf90d06f6cf2709e5b03c4b0b5a9b52c7e6b8bf554
MD5 5e466e9e3e278dddf18b27ba1850505f
BLAKE2b-256 618022125d53184c767ff528b8a35f58aa4e9087f863366e1e6f4be155f6f8f9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8265aaba977cd08a6d86e324c85cee4ef26ab5176dc7db45499aa8f538e03b63
MD5 4855996e0b72004482177b73e901bf47
BLAKE2b-256 7fa86bf9bf0be10971d757cf1a5cfe21ac142109163b712b428e5aa99ba49e54

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f526935e83f1db1b988eb4f47e3b8af0024334748af9c59083bde1577df12541
MD5 74474d96ed332ab29689c479532bb5ea
BLAKE2b-256 dd059ace4761cd69eb6fab721ed569a0ae3c482fb5844189c0005ef1f3738ffd

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb8ad98c36e2f2c8dda64676d50beaf0083622618aa67d33296a1b6aa6a8eacc
MD5 f472be8e8838606c604e095c4bb74f6d
BLAKE2b-256 6d895a4c0b842babe24c6c974cab84e20e5fe92f16567fecf3e1f32c3c26bc7d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdc4746b49d8f52c2c66ef88307f2ef36fda4fe4d53bbd080678c5c79db222c8
MD5 bda27c83d195c2d635ffadf7ebd882a0
BLAKE2b-256 f9ba582715eb1fa9edc85b219e5a8545eee46009fc7ea73f456e4f24616f66ce

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c871cd2413ef129dce44e94a7990a90be331a9c64c22c488c938011dd789504d
MD5 2a416cc6bb1098e348bf0f49ba564efe
BLAKE2b-256 0e8835bbb100049baadc19c98cfbdddaa02a7661217f2d583d3ef85c9ef610a7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.2rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d14d48491fd1407fbe8698281be0edd1dcd4ab6e532123085bfa0e911f891471
MD5 8d58365a44497cfeb7962c77a6b45c95
BLAKE2b-256 87943fb82e246ef2c46337c107359cfd1ed01713071f8049a981872356a09273

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