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.4rc0.tar.gz (372.0 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.4rc0-cp314-cp314t-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_plot-10.8.4rc0-cp314-cp314t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.4rc0-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.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_plot-10.8.4rc0-cp314-cp314-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_plot-10.8.4rc0-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.4rc0-cp313-cp313-win_arm64.whl (984.4 kB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_plot-10.8.4rc0-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.4rc0-cp312-cp312-win_arm64.whl (986.0 kB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_plot-10.8.4rc0-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (13.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.4rc0-cp311-cp311-win_arm64.whl (993.5 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_plot-10.8.4rc0-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-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.4rc0.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.4rc0.tar.gz
  • Upload date:
  • Size: 372.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_plot-10.8.4rc0.tar.gz
Algorithm Hash digest
SHA256 8e63b6428442a0fd5648cf2eb9e923dd06bdfc12577e18cc317695cd212af1de
MD5 f40ffea8c8f13d80f87744d931d5ba3a
BLAKE2b-256 3bc8214da2bf5e6326c32775ad3896151b2d2f040b88097f4bd69b0ed99eee2f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 028f3868b4127090adeb10bd59ea5ea91d9385c6bd51110b7b5aa8a85bab758d
MD5 b818e4dc42cb460a5e7eb928ff6b7e9e
BLAKE2b-256 9d53d3488752651786765fc7558208d85dd83b888c0869861422d13f1d1993f1

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7ee033cf7a15ef7f8369cfbaab1d63f2970f3523b52863dc8042d3a5b221bd20
MD5 44624ad5d2a8c98ccabe5a93b5a1e225
BLAKE2b-256 14b9641ab43bcf5954cae10690cb19cf768d4f8e79d277ac6ce013450bcd576d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 011a4d4adbd772fab72fcead05e023a12a28fc82c767fa99847fa4296df8e4ae
MD5 e6374c5cb6df19bb5a2e4c01cce2e68f
BLAKE2b-256 582a7968e355dfed1da5b1b6e563ffe318c6b34e0df406d1f152f51d457bde9d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a763ce56097c12fce9b3c607a83113b1d74da0ab17738e8994fab678acff711
MD5 f8f5771542fe1d776ee8abc6789a75c9
BLAKE2b-256 d8f380f146f10a44c81b1b71de7aec926d1edc256d7d482d61b5e1b16c8d253a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91f55f2ccdbc10864256c4651bf90224b1a7b13b43333bb443aac0df529fb539
MD5 e06aa895d227df266ceab4d2df578b0a
BLAKE2b-256 4bfc16fa7e5e2ca2ff1458699d59a879194cbc03e62cc2ee16fd3cc95cc33dd9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85dc747689a87536e733c24c3d71f349a8fc4a95265798308e909836e6797f65
MD5 19ab75048325e1f439ea98dfe062191b
BLAKE2b-256 2e3ac4ca1aaba8d9e9664f76eedd6f101261a977167079a12c437ae779db0b1c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a39a8a79a0b54e28fd5d27450ff3c8687028cb4b2306a3e2a57f9bcd5c75f8cf
MD5 177b458125bdf3825e914e946f6eb1dd
BLAKE2b-256 96136a24f9feaf8ce7a69fd45a001dee94ceebf00dfecf1fbcf9a25482164e44

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c82f6f10651a86e0a7a952da81462c7c8fcd5f836cf69ee844acce2d42fd7c01
MD5 7237f9506eff27120c4398b7400f97be
BLAKE2b-256 0b0e76d23bf14502b11d99511a994895daab67dd395e0e11049ae0ababfe953b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 423383ae1bef4610f2861bfe1faeced5a081745df95a47a5308d8b4e0175d2c2
MD5 9be042ca1ad7aa9570b3a1294014ecb3
BLAKE2b-256 02c98384444bc3b01cabc9e6df48ba0f332a483f78e81cbeee650000b89de27f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b4e5644601eddca5573adcdd2cbe6fe05a0afb7a9665b6be7fd76898476f5ec7
MD5 7ba5b6bd82598dd3aa7f5cfafb7b1f26
BLAKE2b-256 aee0309169736d51a3d5abca4bd45b75cfec7432bbea8919c389c2488a194a49

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39f06737e0d5f75d0a13304237ae677a0f8f0c202aba34a6b5fbee2b81a1e3f7
MD5 9a9de725d66b118f0b74c7f971449079
BLAKE2b-256 6d20f40ea0b0379f20ccff585a674f972c40bc1a793c45eb0163375765d21ad7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17b4960efe69ca7b816f85874ac10d7691872208751f93440a06969e0ec40d04
MD5 fcce9d5fc76560c08e2905e17b3c3ee2
BLAKE2b-256 2372224a42aa0dbf96f8709bf79c08de32acd1c0182a59ccb353861c5dc6454f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a6507d816ce110f9de42f0d4230f59713dae8a06c3a44d5b6e25a7f8dbad22c
MD5 50ec64ee2356b924fb76e4043f09a8fa
BLAKE2b-256 9ec793636e2b556ace560fdbf63c834f872e25b9d50eff51cb1fe846b761f0e6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e90a675da57897c632449950e2f22a5400abee1541e3210eda6a29bc4b60c39
MD5 3f005c9473975b6f6d6cb6241926c4cd
BLAKE2b-256 8593e98347f100e463df9f0827da93f9e17e00890cfb79ed7379babc91df3019

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aee56c55e0611c49c4eebfd767dc9406ef1e85d6a055b8f9516f813a4fbc0d0b
MD5 56b545a223851dd290ada7fb60639b93
BLAKE2b-256 81f1a6b289ca4618e3b72f2705fc6c9cb9691e73566d23c0d816e145ee25cafc

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e73a5ee33d4a068aa21b37213b951107f21abfa031272d4d562a9d9ce59e5917
MD5 0527623d57c36d1e4208de3ea7c8e12f
BLAKE2b-256 34d4e9aa57f3d9d6bb9518ac6aeeaeb941cd3a7d2a92ed468076970cc84f4661

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4a99e89e9f221d2dec59bd21ff909a73d5028a8bccd90940e1e9978e17f5fc9a
MD5 3bdd2a49de3c7a8b65dda675ac2cbc78
BLAKE2b-256 3d4281bdc0acfb3c75f562565d5af0ec2d807475a5e7c6c89e437f06d6449bff

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 16009dddd5d0b0b275e7b2992055c009e8165c7be300fc1730bdc3be282c8221
MD5 c0c1fab1e761a73e0cc9205f5079de15
BLAKE2b-256 36ae06d62accac21393a29cd2f4c4c27eeababc1e9936b7115485fb903fda4c1

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b98c0e2b01c1dd5990e499e33b0326c01a95452baa0545e3cb64376c40ebfc44
MD5 38ade4eddb7bb0e600f2cead48ffabde
BLAKE2b-256 1bf72c86bf5e7c1d649823f79943d1e75c3ea5923aeed3dac4377ff7ea987630

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42b7cbda93e9042ba0377160d245fc9169fc36258bbba915561ec24fde3cab2d
MD5 4269bc286047eff11b7a41cb2327c64a
BLAKE2b-256 6bb7fcf1df20216ba0e07b4054d2e975d7c75cb05ea904bf342dbcf1184e25b5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9728ca6de1efaaef4a511e2022be1fbf61fae040bc8bea6480b244f78a1f2b5a
MD5 a4ecdaac4852bcf215cb5bb8ee97e2c3
BLAKE2b-256 a04d48e8edd4dfcc5574695ca9a0564bc4029a885bbc8df70a68ce2f79bda5ea

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a63e628b8ffac1ea5d3543e4b4668b55f37b3ea627f338452f365046322ae33c
MD5 b2be9bb46efc980351837c3595a33978
BLAKE2b-256 f01d03c2b10f5ad0622098b59881e934270ac206fbb00a71899458585a3b2915

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 16cb5df48bdbeb2fb4c43193396bdc5b0a80a451c52723d16d3ae584cba717b7
MD5 daf3e743b6b895075dab52f6a1f6f141
BLAKE2b-256 7f7745d7353c5bc05ef3a7c521ad0ca439c46d529b13cdc2f8b593839656de17

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a564296bbebfeb004e348a99f43e7b3b87ff91bf47a189bd6337df4987cae747
MD5 66813bfdbac89d8a192741e5ebfd11c0
BLAKE2b-256 f52aa58b082686e213d8b81f7c034146853dc0b84bf87459f2ad0719941b103a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5425cf7bf1357986d5b9fd5544f20bdb531bd4e5346068fbde486f0f13005c55
MD5 b0ee15dae0c8002f05b0c56c9c0819f8
BLAKE2b-256 38648c56cc2a2e959e25324e5e9f0e1a3fd728158373237174a4662ab10f058a

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81d705d686cfecacb7bd8229c59d134b0fc2c1dbad8593cb6cf3824207308b7c
MD5 4c16220256f35b5b4cdea81f17293466
BLAKE2b-256 3ee43e73c0c86cdcd0214fd06a523ea10eaf42f2abf4da59145201f868d4cbb8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e99eae149cc953eb119a71baef6da295471edbca96f088eb641f3a5ce3e7a19
MD5 a329fa0fc21e3302fadc096c099ff181
BLAKE2b-256 e6f62ca81a66cc13491588e79460cda461bdc6edf9f2e3e6e016df73da46282b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99c3c276cfffbac4c6ce2829a4cfa656bb23b9566ce8ba7bf1edbed832b5a89b
MD5 4498007c55969b6d2ea54c89756d99d9
BLAKE2b-256 2af56a4559eb2d460c01c7c90a3a58283643a69a173e99cb372acc1d6eeaf6e8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59fcc1e8f9b40b68ea5531f8b306a090ce119fd27d417327f5f0e9c1471462ee
MD5 a3ae0140578642e3b0e358c3d4f6f643
BLAKE2b-256 03bc8e4a4f4d117e3a1f22c703a4b28b8ffbea9d6a7545b8b84f94ebc00cea7d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c65fb05a574caff6afae6bea910c19c60880fbcc13c4598bd677142f81ba5f4a
MD5 ba4e7d17ca7b9fb0fe484946adc5048e
BLAKE2b-256 cb367dcf5ee6b85fe809b8489d9856e26a1e771663dbd8ec2d64d6affb36df4e

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 42bbcc05e85ae5299ae83a3571ca1a635e6bb852550a0748a2de9ca138359885
MD5 3ceb34e6bc553e774cae45b303f6744e
BLAKE2b-256 a7fb6659c7b5755792fd9f55bfdbb3b244a4c653031de289bd5964461c489dba

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3b60011d78abd301f1fddeefd20bfd8e4ceecf8b316c0449c3673fcd9970aa80
MD5 88b7e4cb4149fd20ede7f9a34c6a68a6
BLAKE2b-256 fe1f65ebf42a072f642d036932a7d3473cddfbba9fb34cc16c17add42e021825

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 553738da070daf4f117e30563a4579f19413ca2dc2ecee53afe9e08b1f10a9f3
MD5 959f800b698b0b6eea97c7aedc7d63c8
BLAKE2b-256 ebaa5f9f55ce5474d79c290cf05619aa1f511ec1be8f2989c217eb69c1048f1b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 966a25d33fad6f8c74983c080445c913cd01f4b59762883d98ee9701d1ace98f
MD5 4c49530130fc80e7b871672d6165eed6
BLAKE2b-256 f6dd4ac1f7bdc68443af77a7084baeff0a3f893cd75b9325ea22238ceeb03011

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63c5893897235e645f370f266bc637fe1eae379b64df2abafe0d5f46d09db826
MD5 07415bbc167ecc59bd025347973a1e1b
BLAKE2b-256 83389da22aee5bebe04e65ee6caf0e026410d7103c30fa4faae7f9e73f4afdbf

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1dca54d8f2e647b70d0d8a173cf3b331a80a1b99b86b1d3303e4529fddea451
MD5 c9964b61c43361aaffee8ed532668581
BLAKE2b-256 ed1b2645ff1e0ad374c3afee4e2a5fe953984eec54095f9f9d8ffe99739e6723

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a432d96c4ba16a8b0b604b57293191c62e33c1b387b7d1248855a3d3bcda6fa
MD5 95469beea673a8f681d1b6386dc34a61
BLAKE2b-256 ae3e33370c56f6675c3a070b8f646997db54222af5c2c04f2174719f38300f1c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bcf881270d841931ddddec9ca9a99c746170951511291d2867600e4dda024af
MD5 03078d62d148483c276d442589189348
BLAKE2b-256 890d6238927aa33ff0ffd3f8d0b109733dbedbfdad4ca1c5fd99067972cec394

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 15356689c7123db3064ce2e8f9be21f7aec92756ff6dbaa251551a91292cd9f6
MD5 c3b47f7aa2191ffee71f721137c312f1
BLAKE2b-256 d6bfeb0c55fc2534888bb8efddea06b55dba86d31fc8b81c455cc83ae5ae33bb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f9134d0ecbde6d94876685f56b9fe01a5de57ca29e3c4385c6b5c1b48589aac3
MD5 1a95b7dfac831e17369248125f838b51
BLAKE2b-256 30b001b780b444457deb11006cd30c71092570cc1916cb01b654acbe2d708af8

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