Skip to main content

Curve and image plotting tools for Python/Qt applications

Project description

PlotPy: Curve and image plotting tools for Python/Qt applications

pypi version PyPI status PyPI pyversions download count

ℹ️ Created in 2016 by Pierre Raybaut and maintained by the PlotPyStack organization.

ℹ️ PlotPy V2 is the new major release of guiqwt: same team 🏋️, same goal 🎯, same long-term support ⏳.

Overview

plotpy is is a Python library providing efficient 2D data-plotting features for interactive computing and signal/image processing application development. It is part of the PlotPyStack project, aiming at providing a unified framework for creating scientific GUIs with Python and Qt.

plotpy is based on:

See documentation for more details on the library and changelog for recent history of changes.

Copyrights and licensing:

Features

The plotpy library also provides the following features.

General plotting features:

  • Ready-to-use plot widgets and dialog boxes
  • pyplot: interactive plotting widgets, equivalent to matplotlib.pyplot, at least for the implemented functions
  • Supported plot items: curves, images, contours, histograms, labels, shapes, annotations, ...

Interactive features (i.e. not only programmatic plotting but also with mouse/keyboard):

  • Multiple object selection for moving objects or editing their properties through automatically generated dialog boxes
  • Item list panel: move objects from foreground to background, show/hide objects, remove objects, ...
  • Customizable aspect ratio for images
  • Tons of ready-to-use tools: plot canvas export to image file, image snapshot, interval selection, image rectangular filter, etc.
  • Curve fitting tool with automatic fit, manual fit with sliders, ...
  • Contrast adjustment panel for images: select the LUT by moving a range selection object on the image levels histogram, eliminate outliers, ...
  • X-axis and Y-axis cross-sections: support for multiple images, average cross-section tool on a rectangular area, ...
  • Apply any affine transform to displayed images in real-time (rotation, magnification, translation, horizontal/vertical flip, ...)

Application development helpers:

  • Ready-to-use plot widgets and dialog boxes
  • Load/save graphical objects (curves, images, shapes) into HDF5, JSON or INI files
  • A lot of test scripts which demonstrate plotpy features (see examples)

Dependencies and installation

See Installation section in the documentation for more details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotpy-2.6.3.tar.gz (8.1 MB view details)

Uploaded Source

Built Distributions

PlotPy-2.6.3-cp312-cp312-win_amd64.whl (995.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

PlotPy-2.6.3-cp312-cp312-win32.whl (982.0 kB view details)

Uploaded CPython 3.12 Windows x86

PlotPy-2.6.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PlotPy-2.6.3-cp312-cp312-macosx_11_0_arm64.whl (997.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

PlotPy-2.6.3-cp312-cp312-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

PlotPy-2.6.3-cp311-cp311-win_amd64.whl (995.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

PlotPy-2.6.3-cp311-cp311-win32.whl (981.7 kB view details)

Uploaded CPython 3.11 Windows x86

PlotPy-2.6.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PlotPy-2.6.3-cp311-cp311-macosx_11_0_arm64.whl (997.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PlotPy-2.6.3-cp311-cp311-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PlotPy-2.6.3-cp310-cp310-win_amd64.whl (995.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

PlotPy-2.6.3-cp310-cp310-win32.whl (981.6 kB view details)

Uploaded CPython 3.10 Windows x86

PlotPy-2.6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PlotPy-2.6.3-cp310-cp310-macosx_11_0_arm64.whl (997.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PlotPy-2.6.3-cp310-cp310-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PlotPy-2.6.3-cp39-cp39-win_amd64.whl (995.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

PlotPy-2.6.3-cp39-cp39-win32.whl (981.6 kB view details)

Uploaded CPython 3.9 Windows x86

PlotPy-2.6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PlotPy-2.6.3-cp39-cp39-macosx_11_0_arm64.whl (997.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PlotPy-2.6.3-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PlotPy-2.6.3-cp38-cp38-win_amd64.whl (995.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

PlotPy-2.6.3-cp38-cp38-win32.whl (981.5 kB view details)

Uploaded CPython 3.8 Windows x86

PlotPy-2.6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PlotPy-2.6.3-cp38-cp38-macosx_11_0_arm64.whl (997.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PlotPy-2.6.3-cp38-cp38-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file plotpy-2.6.3.tar.gz.

File metadata

  • Download URL: plotpy-2.6.3.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for plotpy-2.6.3.tar.gz
Algorithm Hash digest
SHA256 bac7402562c18fa9aff6930c4a6e9552045e66f466f9d321e55fd5b759bf4dcb
MD5 88cd24e2678a9bfcc64a2d9599b5a2ef
BLAKE2b-256 6c16d07ae12282ba64509a63b34adddc9e619180907eba972e50b366894d29a8

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ecaa3119260496c1b7d01b86ef4e45eb520c5490cc7799ebabd9f61d36942351
MD5 b63e2a1b60610af98730ab35ea484ba1
BLAKE2b-256 74a3675d86e1538b9674ec1aaa603820d93a46cdced117337511260ac2016142

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 982.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cdbdb340edd3127c792a2337c20799eb5d578dd29cdfb3c211e564a8a07a99d6
MD5 c1a03158fcb60f6b0566effa82deb05e
BLAKE2b-256 c9465c430cd5338265a409ad105facd18dc5d4aa0f896e86ec6311d812df6609

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 918c1594f32126380c742cba9a213270b7260d1a9eacc7504369b494f49afcd7
MD5 10786d5ab3c7fa9f15de16f5a9cadc23
BLAKE2b-256 a33dd6f9558ac966ce85cac705c0b9d6b0930c380a8c9324f17c37ea74faa288

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98fec88191ae7a8f0d02d421383504975419d29980c71491066314955cc55acb
MD5 6c151d010e842f153486d27c186bc3f8
BLAKE2b-256 8362ff224a3f26eb03a7babdff05a68e74cc7c6fa4e0423a791ffbc8cfd11859

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccb3656ba1a34a90ce457d5b8ee02df1a06619f431489ee1f238abd26eac3b19
MD5 673121f35f0797af1c10a26c5571860c
BLAKE2b-256 6dfc7fc11727baef539e1a7807e4e27190db499cb0a4a53c669a8739c107d7f2

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 995.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a3d9eedb1bb20b2bbe2db9b7afd55def3703590c097980119e5c1d75cc0fe3e0
MD5 31014dff389a26de30e0493cb5c60721
BLAKE2b-256 cf4e75238eb5fd78ce02224a5699868ea8e54678bb5805f36255687dbf604cc9

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 981.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b22d107dc02f9fb9ab6d3e58310fd23707cf668a40d694c8cc43f9815acd67f4
MD5 80fb6d7218d95603a20cd9b30644fd52
BLAKE2b-256 be1fbb114e59178d3842f3de4d9fb831b580a8b0f42f9ded0fced565300cd18c

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df415614a9e04cb17447a33b2e225efb4dec41d40348fd86bca6d41103d7119a
MD5 50435a52b1044e5835745cc02bdd5c60
BLAKE2b-256 84dc8e38ee0e33480873c629461063e3d42a408f12903f91094a2c118d8927eb

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 caa2cbf011390de69909025a56ba6e058fefcf7261417595f8d094f57919d743
MD5 18f0063b0a00496710dcb12d0c83c26f
BLAKE2b-256 4a904ea362b078340746a6f79b86c8e9205a863d1ff5021e536e63dd409d43bb

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a7e57fb22a7a12d4a3893f3aa14287ac3133f133329a86cd69e16092414e893
MD5 79191f22a7eeb61c8c4206bdbf4b81c9
BLAKE2b-256 24ef54890f6b8c885d0b6bbf397bed4ead290092d318b98728fd01f87f989f2f

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 73841342c0401bb97e1ae71354dba4d201cbd400bcb0841ec109c250a76d841e
MD5 77b03ba6107fec8c4f07f425027af28b
BLAKE2b-256 baec9f49bb6abf0d7e52f406118805ac48540dd1a3f880dcbf4e25f277610ccb

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 981.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6ef065795b99ee15369ef19cf0d87adec03210d62cd9bda62a2139317a587dd4
MD5 31dfa7713e93da75918635f2c80e0c71
BLAKE2b-256 951b69254e50b4978b4e75caa2e2edbb17fbb80efc2910344ae1a9fb761290c7

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee2b93610c58ecaf578314a88a45ac563ccb447b049491f221f260279c2d4979
MD5 5fe12ef9a8f20ff2c632356a7909d9bd
BLAKE2b-256 2bc15bad54e40bbf08572318cdad456681c950e0905e783887edecb7e0569043

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7eb146943c5ccb7c0ab4c186de2ecad1cbe38d9203425914b59693326ec77dc1
MD5 31f6e05634d353941414794aa0eef1f5
BLAKE2b-256 289b309bd34de8ba7795e9e945e2d9e738ff06133d8cb07590dd3c78c612c024

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ba187ac38b113acdf0ae5250de733a586513e0e99c14eba2836508a509c5b85
MD5 cb57da610ad82fb28d2c4d685b097776
BLAKE2b-256 45baa8b286e5f87b859fabd3c6c0dc413b8581321a13597843cad672646281b4

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 20a715581174bf91cf9a3aecfae69cc79d78c41b10d6c4243874423e23722352
MD5 11798149c2ba61051f4c708e6b46969d
BLAKE2b-256 1d6114156be5cca6c5bebdd848cf4b5469b83eb2c1fd9e1ada0a112d4168ce20

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 981.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b69a4c509f2fa642da7aa48e0dbbffffb3a8ce344d9e92f66d9a24cc248c722f
MD5 a5bebd5ea89364356f616514f772e224
BLAKE2b-256 19096f140665f7b864859a3c4c06ddba84bd09b1eaf8fd748f95a86f5b7c602a

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0648c3d1bac09ba0f2e150a596403d27fb44ad5e7accb49b4594733910936c71
MD5 39c84643a53cc1c3c6db1d9d6a4d10bc
BLAKE2b-256 f0d189c2efff5dcb3c9eb858f529a030a8aca13586838864a3334263ade62d3f

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f70e72d4f683bcaa82dda01983f8fc54819665f4f16f09d0cc34b73d22f73de
MD5 03fd6b79ff912984063a41e5380eeb2f
BLAKE2b-256 8f2ec4acbdec5bf7337e2fea9817ca20858cb6dee35b49fce90b2e959859e84a

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9bcc9abda04de648febca80e78b8484b997fe9088e34f55f97bf5d3b026c080
MD5 7742bdf80682efdcce3232f39523cbe1
BLAKE2b-256 9254e8d229cbc3190e5145739202a017ad737be3667f690871ef99d07ba2d02f

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 995.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b455e7390e5bfb95d88a4832d035c4154b2913eca78f2428fc720944444da971
MD5 c0245c10d61489bce106f1474a0c86de
BLAKE2b-256 525f1b35e44c2e2844194543c714a03160cb1fba62cf4845772b337a4d66d1d3

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: PlotPy-2.6.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 981.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PlotPy-2.6.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6e08fa48826558ab30e06ff9032520403560f3d76160c1e344423890ada60004
MD5 82bf8538554195c22e6a245152b6e719
BLAKE2b-256 e3f4e3901a24cd13c240aecca92b34cda9b3b9321aa34fb5651c2b0b45108128

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2b9fc154614d3648485eb7b895c3eba3ba7822f367165d707abade94e2c904f
MD5 b02b22f4df74426f39620cbbac54871d
BLAKE2b-256 63245f5eb8f85327073caf5af35c4921ca2788645fb4e1359b94390f036ded0a

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ede7f9541cb93056342920791e0ba77dade8560179fd35c564ad383ed0423e2a
MD5 9d764a0132fdf3eb89fc5da7ec2a8128
BLAKE2b-256 906de6cae8d15d107dc8d374a996480d5330cb8d9f47ee8dc955c2cd60b24510

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.6.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.6.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6784755322ca59ab63ddb853947c143e0296e237855c3734ed59731d465828c7
MD5 60b6e4d6aadad2cfd19439e602e41017
BLAKE2b-256 550d81f12b43c19a156411e0103c5ea1234e3f8a3a428aea97b530213d194218

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page