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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc2-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.2rc2-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.2rc2-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.2rc2-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.2rc2-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.2rc2-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.2rc2-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.2rc2-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.2rc2.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.2rc2.tar.gz
Algorithm Hash digest
SHA256 8d3ff8e8e0f4ddc95a10bf1776336fb90ad7100dd9b4b08015258965c423e9bf
MD5 245c9dc43369d69e6824b08bbb65d393
BLAKE2b-256 857cf3c3975f31840aa393f3644dc8eba22336bf06302b4f3f5e6693c3c11da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 18a3beeba9a0ac2c06d7ee12ceb579ad13954f58c76e3fecf182dede4b2d5dfe
MD5 0758b3510617789a34eaaf5e03245633
BLAKE2b-256 6287073942946279d6e17fedf296fa621e894d4dc10fd2dc43eec74f79c0ca54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 44326b5329eec84641676ea735108237095356f9c42fceed70e903cd5867974a
MD5 a8f7abe3e7a167d4e44896944dbe2c2c
BLAKE2b-256 b1668db51a051a0fc4075a1ef86a6ea0caee8f29378cbd8ecba2c38feb8a05a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcd79d1e20940fa0375ee6827c7bf1c1e5e2d1947fd89691dd17de4a6556a4f1
MD5 0dfb7910a1db4d3287e1f7137d633b73
BLAKE2b-256 4d9df9a3d41835b4eb047f3c05e50d3435d6b587cd2ac4033367e941aece206d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d256dfa4ca4cfc7ddc7d3560ad30b6e2e85cede5469068b5af422eb8adb8267f
MD5 0a7df5159764f7ce8fc1d82f30aaa493
BLAKE2b-256 73155df4d3ae06216883525f4e429f501f6f7bd5996fed9bee4f0538b84c1d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f8bdb447460c820fd426630e9e59a3822d5e84ef4d96346a54ae7d4583b242e
MD5 62be34af393476037dcb68df200b6d58
BLAKE2b-256 68c40a4f16d031cdce9f87986f8f9c23f91d4bce54f95695306b443eb93ef277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7992981ade221d9c2d831ffadef208905d875384589bb043740b0c90ca02917e
MD5 195e2c34ddcf2d5ee9596942bbfbe1cd
BLAKE2b-256 c079b9a618323bb5d607fa1daf9f3611bcb5b47cdfa3bcaa376d42efb1862a89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1c2fed597460f72f734cf04be04e55998d0dac55dde74d5202931918b07a0f80
MD5 059320dc59a4e5a5f677b5ba6d0b0e38
BLAKE2b-256 cb215b191cca0a3cfed2ad82a00d279d3bc4f511e40451cc1df4901001bd2ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95e3300aa22926c6da290c521f68e8795bc9625e3d7672af7f28cfffc1d1e405
MD5 defe81a4e31c7ab630c1193a99a6a6bf
BLAKE2b-256 944f1ebf5d37c824e28536fdbfaa286aa1d8faf542277d4de07d99f1e7c598dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fa5e658a9a180bcb48085483518cc7c58127228736bf2df3495bfc8fa45f0d55
MD5 d1d6d028b29ac6882687da97bfb1b4e1
BLAKE2b-256 57bee0bf5018df856b29d08d139f4528629a0007102d3e15803ca273e66e6098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c04484161f1805b1733f0103ed7cd134a16083388a4eeb978d2f42456473c4f7
MD5 cecedef371900d974494d7f7cc2d1025
BLAKE2b-256 aa63157e764e9f1a15cbf722ee00a42ad49aac14ccbbbdfa4b9ff6132557cb49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cd1062a5c575f8775280abf0100186ddad728ffb43eea54854bf2fe841047a3
MD5 199d875a781037be65c9c17729ae4d3c
BLAKE2b-256 5961c7ce9fb990499a8b3c4a81981b7bb06180761fc6e35ead1903c041ac21d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59087c1758956444490b389db096a5fd8c03418fb3d85df782d8c098bb096127
MD5 9361bf70da5a2ecd837ae1bc6aad28f6
BLAKE2b-256 34bf83e2b9f83c9e01c0023aa545f94e0b0cecaa2bd676950af749618b849085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b422a3263757e87422e8e25ec139ad2ff8b72de15106eca7a90b551be6c8d4ed
MD5 5504f6d8735f8c48ffe710040154361d
BLAKE2b-256 6ce7004f3b4108731e487c6092969b576dda5ebb5f6e876edaf7b6d18246811e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 495e3273ae4cbce016d62bbb76ce2f66d9b9c01cec7626701c1bc7a3ee310c5b
MD5 923e5a05569f2e86b5fdebb748561635
BLAKE2b-256 a4424973ca97257f029b71465ca1605d64b03f6275551248f367887ae5d8560b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74730038daa6eaf89c99907f8682bdc5cf7c9956dbf40cb32510e9812ca290cd
MD5 b1fe0ec7e8fa56322cc57c08499d0160
BLAKE2b-256 df5999f2db156012b8671a0c6cd23cf1ca2e153f5669dfd06926d80751e52456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e72a5eb1b9a8f2f15dcf87e61a91ea750b6e455f6c2063e23ff7c7c0f3ed38a4
MD5 3e3c922b1f3056c8fcb736aa21fff8a4
BLAKE2b-256 99ea42f522abcab70c4f54047301aa70eefe7b78a84722001c6f4d2b6032ef3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 eb03e932b05e30e6006553e788eaa49ca053727880118d9096131f4e1f5ba9cf
MD5 6e324be7476e98cc86a9fc8cf4f837cb
BLAKE2b-256 db7054db7333628e89196e49b80b7ef0712e911c598ba474ddf22edc96a6e65e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b2ba8822ab327149953e0c4b461ef738bc8853138ba6f18398c7c81fa9a06218
MD5 b05aac32acba8842260521045e6a0340
BLAKE2b-256 9b008b743e1761d4fcf257bef898d584110ccab7c641e533ec8b8f70b611ca60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08513d7b1ad9120260732bc3f71fc2cfe0d72c18e89e7ae25aa507e78de83a39
MD5 24f121bedc4517e2a5a15f8c941fa839
BLAKE2b-256 716cd8728d99ce858a120b90a886eec55c13f4e3e5f809298de3a8c44bed5eee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85184a8435ccf83141f6d3eb0fbbb0b3dd51ec5948fa78d50ca20df6e6af9386
MD5 8780b9c1cd619cee3546769f4c90f036
BLAKE2b-256 152135d93be6a92a6668d57b69ee14e3ad5b288f7ae980b3ad02821892708bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5502e6fcd38bc51ba2df8e0cc09b77c4683098d4e0449e042f1b5ca3f191cf7f
MD5 2bb0031a57f19ce952b99f9ff4e64d9c
BLAKE2b-256 e8b4e3ba0117dbacd45063f75a2b71bd567691b928856f3070d132f51e81a420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e01575e7a170de6628dc35c3bbfea4b44b13ffb9f5da227e2ae4e70a127df233
MD5 804f8560544f67153d20b0181e39e911
BLAKE2b-256 1c41048207b15d9c0350c30a945a98d8ba55fab874b18af19d219d49f6666570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 346f74aa8aa6c7733aef5c78a74287ef2073f9faf95c1444d421f703a34d6e64
MD5 d8757f2a6952fa72fcd1b69b3b882329
BLAKE2b-256 fabcb51515abc432308ef51817fd8176e1c4f19a569e74c078c13cb17381e86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f2dcb3fd38f4cf4b7d467fb3b03fad109102dbc43eb678f50f804562737eebd8
MD5 b943105ad046b171dc006211d0f385f7
BLAKE2b-256 773b8a278a2a1c71775db1794046376d88db9ff4d9439f351ad09f9fbdd6e491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3eda5b4fc9e3cb0bae12a2bffb011505403a7c5cf56b4d366ca346f22fa6bcf8
MD5 f9869caa8bfef8d73ec942bfacef3149
BLAKE2b-256 807e3eb7422d1cc6a6b4b2223ce2f002e4899c0d60aafaae1b867a5affced931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c540fcfbbef22e44a1dc3fa0806a7602f59528390e092f132e5a1ec06a5f15ac
MD5 8bac1986040d00edebef25547edeb0e6
BLAKE2b-256 04e0c44378e621f093e80a57bbb8a41d00ee0b74a8de488f8ae611426cbd0164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1a4ec0630bfc9067305fae2c073c2be257518e2513d49ead02045c6901c39e2
MD5 5829f967598038ada4e81c5c4a86608d
BLAKE2b-256 f16a1eba93de74162a2a34df1128e0f29008aef7b9543d852ed40a9dadc547f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb64e8f26a4fc8d0af03a30d873b99fc5626736848f110a3237acdace3ddab01
MD5 c80f7262457b4b3f34787e31987fd4c8
BLAKE2b-256 c5b0fb8def66f217a43eb9f0d22b279bbfa32a9636a3e6c687fd89f62e229132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9527e177861b66af8a42b93b7f77cfd5939413df9bdaf6b06543ad06a80aad3
MD5 5648f8f09046e2faaa58d51f960a7e7a
BLAKE2b-256 c77acade34e78861b9f20c39f9026897674bff14c0c3564a3c485cf8710b93f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddb74c91f8985916bb9b2322de5f076506687f41b090692616fe5c684a2dd0f7
MD5 bc954a65606fa5e8386c924184a57597
BLAKE2b-256 33204e19672091f6c2b2014d2080b96032683f4ed22f78aa407d57fa7351ceab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7021fc394314ff31f4f4474087b0a15d9d97942220501c2fde08817e0ec7c5f8
MD5 455e12dc38061190338ddfc50f5c2da7
BLAKE2b-256 be00bd87d8cb2e50ce20e2aeaa1a775fe811178a4a28509bf2ad28f932edb2b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0417698f13837e6635baede6110f72c2b660ad10164c10576200d944308b4c0c
MD5 657c479760d7d6153c00dc9888b85d9d
BLAKE2b-256 1aac6677b901c5f526996a8ee758ef4d9ef0caa240beef3c0c7acf69062ed47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5267b2ca397079f67a98927c4ad5b98808783a09a8bac49cb26692eb16470341
MD5 25c761ec079474bfb8fad00f0c53f941
BLAKE2b-256 ee4cb9a0cd76ebb321d42847b800d6f533ac74280cc46cb4408be76ebf288074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3a792e0c53e96d13e8dcab46c2493d5fd0fded76a44c1f5ba36440aae6f4a579
MD5 a9f05054ebcca533872a86f7f90cf3db
BLAKE2b-256 7df9ad691b1176a0c622fee73ed3097ec39203cca2bb82a1a487a630e77ae829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dda6c0c7c7bf59a6964f9d813089f9a1586ba08905b77b15332846dfe3466bb9
MD5 a200e175b888f2e8a2743cf80766771a
BLAKE2b-256 c907a03c5f4170a4e93e71c9986bd34cf3bb60b08231427953b10b9f825c97e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57096024537d12245e45d0b8ed556b046ed45d6141c78030d6bb0cfc9248cb9c
MD5 7d7cdfd1e0461627d45c0718a541be62
BLAKE2b-256 f92b7b9085a63801ab69083aecc70386209052fb7558aecf6146ab4b433d52b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e777f74461e92e096614d5b22c583ac76322f9ac33f464a35b6db9691bc6ed6
MD5 1b842a53e63e8803ac076e1866c6feb4
BLAKE2b-256 ac20086e783e078398c5e67a9575b49ca131e18d730e51b0294d177fe38bf222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21751fa0a7aab3c024ac93bf6f63354e4888005199f43dd00e83639f16923285
MD5 4606c43aa3b13c0a4f52036a8f76cbab
BLAKE2b-256 e727d40e62d5a939fb3dd8acf6c1e62a5c08dfdf4a3edbe019929aca83154f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ec7d1858520e857c8604fb3fa041f9be944439ff93e7eb3cba10d8bcdc3187b
MD5 82d89eccfe55b0975a79d5823c8fc777
BLAKE2b-256 699ce968da029620b45ae32825d9bc731d43ed9bf94b2e0e4b20f47f6d605301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39ec4384429fc299c6626a84d1b9735a0f5ff86684c9e227f86abdad633e596d
MD5 eb52d0ca31144edf3b4c7c50ca6453b1
BLAKE2b-256 8ce4e3ae7ae2a266766e386cf6e5b08ba773e15025cc0e9b2cd7adcf85bca265

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