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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_plot-10.8.2rc1.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.2rc1.tar.gz
Algorithm Hash digest
SHA256 a47d632b05ba5929a608811a0f09c5c64cd158f82d3d2ab8ce1a0eda17a92d05
MD5 444513c3e235e8842f37bc089f6d4b16
BLAKE2b-256 6ef69e237a7007d53b8a13a77ddd90d5c2f72d6550fee02805e0d474689c2520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7fd789beb2f93fd1eb401d08074f6299a7fbeb86023bc365cb6d82a44380d88e
MD5 448d3fde95e67b9fc58d5d838842d670
BLAKE2b-256 d7f6b23a62bb97e413ab16f943cd7cd4af32d6afaf7bb9625472d2a768d54e6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 05cd92e4bc50efe632a606e7ce928e62d22a59e61ebc62ee255c75691f1d151c
MD5 c79e96ca63c2c5d7dcbe5cb8eae04ff1
BLAKE2b-256 b0c51737283ff8529c121e42285a648c29ca2f04e13a3e8363a05da54010e6e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc811747f10f7d716ebc94c8bab710a7c11921c4e632d278850f1651a77d40b2
MD5 8a2f86aa75d1f7f3eca71536f4db1f8d
BLAKE2b-256 57663636aa0f669568d6aa8cec6dd5612621e94d680da83ef0a4ba7749f9b51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 642acaaf279e050041221defbe50aa7774251aeba76c6d8b9b99487d5f2f8c8a
MD5 c3f3bc63b08912805943c28ddb59cc34
BLAKE2b-256 bbf88313e4bbf15e66bfc04eb538034111cfb37a09b09b5be6d962aaa3b57ce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6dae031cbfdb3e6367aedd9792174e448c60344dc1d53fdaf7c6fa4d5a680ed
MD5 28fa8f12fde0daea448c9bc197193bc3
BLAKE2b-256 4b194f17a6e1f319e68bc74864006231464c632976c01989dbeb58e5e8a225d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88356a31137fd15c639e385cafbe4a9eb18b64134eb35a32aa30ec5c8ced07c1
MD5 9697af599d12888df212cef9f78e9ee9
BLAKE2b-256 d519503c2d40dc28c5290e667d58daca3c4d72874344bb73c21c390a38bbd972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3a67ac47f5cc655841d08f6359cbf178a062ecf771a7d43e1b624fb31dc7c0b0
MD5 ab2c4c2737d2d0a954784d9a2318d076
BLAKE2b-256 9522b5df9cdb6022ab9990d608db1f251c879c744d2e1aee5f8f258930054ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 366758a5e0e813720fcdf71d3ef273ed71a6e0638c7be9c7100c0478231e096a
MD5 c804ad7f801438133db290c24d417602
BLAKE2b-256 c8ffcc058c862ad558fc4a772bfaba51688ea8b31974d3dfd194fac108e0aa86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fbc66208e0b8b6e7576c03cacd9e5ceecab24718c64c8196edc8bffa593876d5
MD5 5985752fb99aa63133a42ccbc405e011
BLAKE2b-256 09e102f28d39c844bdf7274c086d3816be10a76db55a0df49626a814d182c408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9fa30e6011c2f472870d93d6535a5bbbe9c1dfd078d6bfd576e633c6e3e19438
MD5 7a0b4307a6377c2ff2efdf439a58365b
BLAKE2b-256 da911b5c9afa308207510e950686ffc15d75c610be5c0e117ea64eb21b9e1576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53dac529327461f3828be726a64bf5c58c4f793b4bc08ac7b84cf1d321c40760
MD5 6edd8831db9355f0b777e851a9454412
BLAKE2b-256 94983fcdba589f3a7bcfaf3b49fe35fd1dfbc7935b14d2091156f568afe6118b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bf2c36c61d78173f7761def748aa2e6491eaef7e9152b46a304465818c5fb7d
MD5 c794567779ff1635f0cc644fca35f813
BLAKE2b-256 b4f74d2754e7224ce166c24a05b7b133288cfc77b5169b209c15c9471540c924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82410dc779d84d91497bc6a620d8ec6a3b8e41b2d0d77a30c21b185d3886b2ec
MD5 ac866e65ccccfcc47433b795546e933c
BLAKE2b-256 5967d8973a725f0e3687b5e269c138525c3727327fa0ff8a70915e137ab2baba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 525f7f19c070ea244bdf137716f2c093d222e3ceb00f44b1a42ca8d80e9e7568
MD5 f89f2c3156930d19228b50beda1213f3
BLAKE2b-256 d454765557f1ac565b8b609fb82b25309fbd5f687ec0376e21012d7d84f5b499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 866909ffda9a1350554ce35be2cf0051e98b1e152da2272b7daa7618699c1bde
MD5 b121eed2c41e07e0b6d500f2753c8ad0
BLAKE2b-256 440322f2873eb022e2628849ae132da31b76d2cc90747f6c9ed15a2020a3c6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5a64ca20f2108add8bd083f967e12e3c18f16ac97832092d1a8cc2f629bd79a5
MD5 92bd0f0949bc1f80744effcf9897ab56
BLAKE2b-256 b466a14444994ec2886c355479439199ca3275157ea7e7e47cdf99cb0cde424f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 05bbbd08387ace7c99e84bfb07bf6b4f7ebc5e31f45aa4ce0a52c0bac125461c
MD5 bcc5aa97edfe0775d653fff55abbc253
BLAKE2b-256 29f953bf9a7d28d632abcb50f3cbe8c6b013ec93d4361e66529f008b4464f2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 138b1e4ca26c25bc086f63ba8805159c692f4215d5e4de9ed0048f4a7b398aab
MD5 989302978d274ba0efdee8024f7ef355
BLAKE2b-256 2876f2b49b29dfb6c92c82605a4b65e01b75ad3f339cc31917b75533200172fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aaf53c2a8f62e4912b45a644fc4857b61890fe9fd484c6846512ed62c8eedd2f
MD5 a8891103ff654a4bca4c92bfd179ca31
BLAKE2b-256 d664d25bc498fea7d6ec562427dd4686a2d49a5207da1bfa0188b44c05aaf536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fdef13d86d5ef3707b25990fb820a49e36fae11ee5bd99eea2af86941bf5b0e2
MD5 d71ebb9144b031e8deb2c2d97974b882
BLAKE2b-256 cb2972f91fc085bdd7d1a8080d30e442686d2b97dc02600484982dbdc170a24c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8879969b50384bf7d1e786986d3c5e9fbd6eb5c29ae9ef5d881aef512c3cf03f
MD5 6af1106faa9eeecb9cbb89079372dae5
BLAKE2b-256 a6e079bd4b48f4648bcd479b00ea9839f4d4b096d9f22b33079bb876d9740659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1132156921bc9ae4a5f15ad2699aeb618c49b1cd0ac3e48fc13c3fc47f433d6
MD5 41a162fd69b7397dfea5d4bebf2eec41
BLAKE2b-256 5c2d1c65abfaeb63578b5a9d6c093cf5621bf770ecb0250e02b8e107c46be914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b5c47c690e08ce8dc715428179e554f9739da5c530b1c49d2e965b38ffc19ec
MD5 d220255eb642fb81cd2f98482ef31ba6
BLAKE2b-256 c5295239cf794651e139f2beb4ee0b5c109c451748fe217bec24705ae97a0fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff4533bef54f2f07140e10d173929673bf2a440eea6ae6338c5a13438d5d7e0e
MD5 60ef8f158d6563c091faa123d3aec017
BLAKE2b-256 a86db859b37c4765d8bd255876ae0badbf9bd7faab72990116038dd4dcbfb860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0c824dc586150e2329f505bacd70cd9e7a7a30f3627be6f0092280e1a8ce6d45
MD5 bce60feeaa2055af311d87778d3b2c91
BLAKE2b-256 d9aab5ef233aa12d7f3ef72f37454f415ce2d925cab5131ca298d6aba407ad55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 49b342034781de3b93bb703979af867cd7788ba1c6b54cd5a55820db9463eb80
MD5 367fde0b7af0ba2fe399f573428192b6
BLAKE2b-256 40a1b701970ccfe777795d49d03c01df3499efb427db8fb878dacbfe8ca77f36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2893522fb55c43dc59e38c82b1be27db935838d0759f5797b84739be15aab41f
MD5 1cae6eb771ac0ec18f069d2a51a6e5a5
BLAKE2b-256 8840c3fba6fc8dbe14a5ebaf86e14219e0082eaa6a1f5ce3f5c9072849e7dc82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1a4890c94ec116aec2c7e7bc617e63533075a3c370a7ab01450705d9b5f845a
MD5 f26518668aa5d59b097ab1b0a070718d
BLAKE2b-256 74f0a2254360d9f7094b2f0e7c903715f77966357a11555a5f746e5056fff1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98b8b27cc5c5cc55a110bfc7da886ecfd11a0748117e1c968f4fca804fae2ebb
MD5 8a7f974329f2e0ab1fc369213f5459d8
BLAKE2b-256 ed238185f6c7a2d79fe799371e32c535ce758fd62a5e87341b34930375da75f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 344f126bdec86d067682e20e275b7d9fbf34685bb255274ba3ae5f257d408f72
MD5 5a6076a2afa2489dfd5d916927d8f1bf
BLAKE2b-256 ee0454a36d10c169ccf8faeb193ac22306e67c74c7df994ad3be8487ffad77e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 658a2691f0497b67351f8f5fb59d228ca1edd196f24ebf3f59acd630df406bde
MD5 39c3e9b8232dc433c6a29bf394ce02d5
BLAKE2b-256 b967749bab351fcc1e6800d0fc63b7086bf846f626274906b8ca6fd76f61b44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bd4549e6d0e2abdffd199f463b291ee0f601501ed71f44818ec17ee5511df14a
MD5 467da0fc152690b4bb1d51ae90984dad
BLAKE2b-256 964806d09683552e9ac7026a5bae4df29872102d05e2aa576f5b623c1d7bb4d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7e768a7a782415fcbc895006f9e9b7ac10d02bc917bcb5d8b85a27821b8bc4f8
MD5 675022bf18363b2aa3674e7121247b89
BLAKE2b-256 565822aef74f747b56fe50cf0dc1a38717f02ca2f8b32804ed72f3a7a5b5b781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46869ad491b51d5d97ee018a3989cca12269c22544bc1a42371aa9d94fcbbba3
MD5 9e0b57b41db914f017938bbf584b2df0
BLAKE2b-256 fc2d915feb12715588e6735b50f5b3e14cd4818eabc033343f393601eefecb02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3623c9c0ba4467eecfebca976a0918f7a6272690302335fcf1dd088cbb3d43ee
MD5 8ef5daaa98cc775aba06aa3c34b2e5d8
BLAKE2b-256 93dfc561c6f1f271a522612b4c2ac81832e13250cc6587c68136f4e8d3b27e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07330a7bcd1c9116294f9daa6f52348090d008952efa4006f34a2e178d719e94
MD5 c98bc37572986eeee43cb6ec8b42aa52
BLAKE2b-256 f7ef098c1b252acde8166317fc72bc3e6e2932183425aac43785a75f123d76a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a8c4ff556e4f72a3e152ce47cc28c3528d48c7a1cde98dffb1856047606f77d
MD5 533e8965f304700bc6d317d3b3ee38a4
BLAKE2b-256 2a4903cd761bfdd178483ac248cdd6b3560b906ecc8a55aa95329c5a29773be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f6967ce1686740ed489236b872fb5513a044b2fde48613365b89561aa4a0af0
MD5 663a2855fa6c8f136f69953a66a66cec
BLAKE2b-256 d6f0df54f1852167c1e03f19556c28b982aca0470abead07e57b5a1950ad43db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 91e1539251c4b9c286b0e49f54a021c29960993377815e9fe8f524d90e58c0e1
MD5 5fd1929d35f26ea64147458d4fe1bda5
BLAKE2b-256 bc1e5d4b21472685d631d860de677069ef64b989de87ebc9b3b028594e1a65c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.2rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 249e31442e1e7d037dcbcf5d38077d9b0b8625338b04b3628cc6a85461c43b25
MD5 fcf85d465b7cbf28b1edabf1c53afe45
BLAKE2b-256 2450d62317c3d7efc94a9a29a4ebebff2ed4d6dd49b3244828de5d11eac52203

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