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

Supported Qt versions and bindings

The whole PlotPyStack set of libraries relies on the Qt GUI toolkit, thanks to QtPy, an abstraction layer which allows to use the same API to interact with different Python-to-Qt bindings (PyQt5, PyQt6, PySide2, PySide6).

Compatibility table:

PlotPy version PyQt5 PyQt6 PySide2 PySide6
2.0-2.5 ⚠️ ⚠️
Latest

Other 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.7.0.tar.gz (8.2 MB view details)

Uploaded Source

Built Distributions

PlotPy-2.7.0-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13 Windows x86-64

PlotPy-2.7.0-cp313-cp313-win32.whl (996.7 kB view details)

Uploaded CPython 3.13 Windows x86

PlotPy-2.7.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

PlotPy-2.7.0-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

PlotPy-2.7.0-cp313-cp313-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

PlotPy-2.7.0-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

PlotPy-2.7.0-cp312-cp312-win32.whl (997.4 kB view details)

Uploaded CPython 3.12 Windows x86

PlotPy-2.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

PlotPy-2.7.0-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

PlotPy-2.7.0-cp312-cp312-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

PlotPy-2.7.0-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

PlotPy-2.7.0-cp311-cp311-win32.whl (997.0 kB view details)

Uploaded CPython 3.11 Windows x86

PlotPy-2.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

PlotPy-2.7.0-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

PlotPy-2.7.0-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

PlotPy-2.7.0-cp310-cp310-win32.whl (997.1 kB view details)

Uploaded CPython 3.10 Windows x86

PlotPy-2.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

PlotPy-2.7.0-cp310-cp310-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

PlotPy-2.7.0-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

PlotPy-2.7.0-cp39-cp39-win32.whl (997.1 kB view details)

Uploaded CPython 3.9 Windows x86

PlotPy-2.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

PlotPy-2.7.0-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for plotpy-2.7.0.tar.gz
Algorithm Hash digest
SHA256 924745efd9a97cd2f069521005db13009c11963456565240fb74d9e50374e505
MD5 b5bf9ff67a93b31aebd5e22524e5bca9
BLAKE2b-256 5572377c2da68d5fbd87822e1347dd548054178a318166ce844a7448b0eae7eb

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: PlotPy-2.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 462f5a3d60a0007eba59956cf6812fba2cfd442d0a12746119600d7a70066873
MD5 0e3077cffe6d0c881292e18b06635c1c
BLAKE2b-256 3e714b834ebfd4f5b1cb1fae47ae5dcbabc4c8619f000aa39acebca7f46a72c9

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: PlotPy-2.7.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 996.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f7d696f4bdb42944d877986ff2df534cddcb89213b057d6e39b4272fb65dcb77
MD5 f43dd0223a564855debb54feb57bcf49
BLAKE2b-256 c04015ff3025dcc8424441fa04f8500b70509f8113ee69876a2ad1b51a1ed6e3

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp313-cp313-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.7.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbf93d2d258330740166145b2531901bc92b598216e8a04c34efab1bfaad1811
MD5 be5362c87f8eb2f0116b65c72ef247c9
BLAKE2b-256 854da493c8d5ba0e47ee35d352f20bc9d5162d50f8073a869ea3174576a6ca27

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d4dd80ffbcc82ee457c184d676c178d4e1dab2ad2499387e98f6633337eee2b
MD5 b618c85997a8e70f4a818bee28c7b72a
BLAKE2b-256 9c17f68608d16ab606a174d4d6c3a7e0c4010e7448304fcbf71c67f6737303e0

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dacca64c5c14cece155b870ffa2b3264fb37f74329fd8b4470db3794a8180d84
MD5 ced8b30de91cff56e1ecbef404c57da2
BLAKE2b-256 c16dd2976a441430614b3d17f429fd9591d5ca134f53b4c6f9defc36a099f08e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PlotPy-2.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5f7cd7210694fa8921d3d72b542405aa0e319647a2b2a60beb3cbfc19e636776
MD5 2383ff5cbd9240face15151cf06c5171
BLAKE2b-256 f92ee489ae4b9ba1141ae735e9fa6c3932ac107c78662ee77f0d6c6c26764518

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for PlotPy-2.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2ccfdb07137b3670e3dac53ee05e6e2dfa562581e2524ad0b76ad144f6b8b2ba
MD5 09594851092b1968f8a90fe3d8e7b39b
BLAKE2b-256 35475abd6d5ac4a13fe8c3df377ccfd84df161d8282f335af9dc854cf5be1765

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-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.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bafd69e0a5cbafad10f5b12956947ac9089185db6bcd82c578186e169e62d809
MD5 d7a3af5f75aaa762d808a21e6038f786
BLAKE2b-256 d6c1deaa7f8f8636a4dc364d323fb123305501efeebd61c13d68e9a66f6abc03

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ca2266efc7e441ffa1bdb289fed77f2f98261e1d245fc2a55d98d10c43cab6b
MD5 afe6a4a161035ce39a26a5aa8b068450
BLAKE2b-256 0f60715bc3a2da4fbc08e91d91de33a536a4e22005e1461c4a66a31aa20bfea3

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2ec685ea1ccc232af0217d642706734953e3652e8c06bdbc7a9cd5fab786c1e2
MD5 bb5746ae35da9d1de5906321848d0aee
BLAKE2b-256 eb1023858d9a9d9c0ecd913fc8d056906a59d16d1dbc194ffff83c97de3b7dac

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PlotPy-2.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f7a7562d496f6ed3cd32cce97e27f79300e9e08426538cb880602ce07a60ae8
MD5 e5fd505c4d0f7ecbcf4286cc68fa6bcb
BLAKE2b-256 ff253fc9bdc3059fc84ef614586f69e4ba94005cc5633837b75437bd36688821

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for PlotPy-2.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6e72866bca12311aa3e414e7f7df2d3cf771255b4fad62db8212a37cc5287f4b
MD5 b8320b6cd0ff97fa3012b1e1a962065b
BLAKE2b-256 b91f16b18fb2ec88417a2eefe1454df46f10595627a62148dd95751017cd4c1f

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-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.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70708cd4abaa31c7ccae10e0270daa4712fc05350c04a11e5746e37b9d4d0cca
MD5 fc6779f9257a8f71e848a87a147169dc
BLAKE2b-256 4e3b2a8de21d43180c3010c51cb2e242802ad6693394579e6c0f1337c49b3993

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12aef85be583f991e70fe1ade595debd7464bf12b1ad15a2d56f6583ec2d3ccf
MD5 ccda848b3456906acbdc30c8b2acb0b8
BLAKE2b-256 9439a932f8b4e07c3a3eed054f0b4ebc7c987e2110cdaf96097736e798d29f45

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f993fab31f379ecb4306155f658998b94293bd2cefd27b6c5bba4c46a28e1991
MD5 2e667abe6463395381bab345e94b102d
BLAKE2b-256 79ee8e592905a5d946e9f6338013e47ba1f3ea64b7bb9f76906c53ba3d029c19

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PlotPy-2.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88bcf801699810df8ef22d7f6ba84272a55c322ad629a1d906acb67b2ce7bfb9
MD5 319d12c07c336146e3ddb4e588830536
BLAKE2b-256 423f87048bc538de00bae9009ec4a074a076022847b4a14391363ff39a123f30

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for PlotPy-2.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 92fff2fe866708a6fcde3cf554251191aa1b489bf8581d71e2c905ff9d7b2826
MD5 11a992a1da57679e2e37c666eeac0cca
BLAKE2b-256 8e70d956f813b2be60424c74f8f7a7f1cae116235de52ab38c60199cc87f00e7

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-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.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0024f86a5d42f06d9d8d27e51f095d557ba4fcf1ef235a4969c2b5d4f3b4e67
MD5 476106076c00906ef1601ea53f6e9676
BLAKE2b-256 df74d0a0c6bca0bc29668a278db355ed5a5eabc201a3f908fd6d87dfdc6a0b2b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60a3c93c56ce8e223ac03094d4724825b9a24a17b2451eee0ca775ebcbcce674
MD5 03aa604c478a46343ca791dcccd12091
BLAKE2b-256 365ea0dc5033b7a412d3e657360a626c98463b31745ae6b28a3c6692ffaa6e2e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f69fd0a0688f58e164f922f848fb9f6adf0626292535fd77e89f063a100e164
MD5 9997a7a5fec85b21986351c98e691a74
BLAKE2b-256 3dac72eada5aca4c33ab32d2e0d4b9b06695ebab14aeffc792c67d6ddc5d97d1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: PlotPy-2.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for PlotPy-2.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3c7199cdbe984810b9c580e31db3ae531ea3d54efdbd7dc2cc02520d3742bf2b
MD5 d2f18f99f116c138e3c7294f4516be63
BLAKE2b-256 51b10af9206822bb09a41f57edd9521f753fd1800f8ac0dbdf2ff209564d71b9

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for PlotPy-2.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c6fa279bf9578c728330af9babbebf7b0702d57aaa364d2fe224d197c980e6e3
MD5 c0134f7615d07b923685f6ec7ee9e594
BLAKE2b-256 71a96d17ec3888571d2a066e84590bb4216e027a636d78c19cc8a897144f279a

See more details on using hashes here.

Provenance

File details

Details for the file PlotPy-2.7.0-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.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84f5d137fbcc3a7576a96dbee6e1a7476598c357149490e994857748c0b1c8a0
MD5 376410aa6182b315125bb2362fd776e9
BLAKE2b-256 0f4409ca56adfefe9e53c71a3429c75c3ee8c562c08d1e8e1e32bf3708f27bfd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e7b8470122e531839ef385e822e5fcd93a6015e3c31c45d3007713bb6fff0b3
MD5 38345a4f7df485fa7b2017afaab3deaa
BLAKE2b-256 8958c2cc1f3438fc11e8cfd6f322918bc40b06114b22a43fcea8f4f4f299ad85

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for PlotPy-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da6dd9cba2b4f99fd33a02b8ed70c8626e6f52f83ed5ec0aa32cd24eb4489230
MD5 e0ec6fd4ed39d3415f56684be05c8d74
BLAKE2b-256 61b747f5eb0980259d4154244cd02be62bfac7d5b4de3be99b9fc446c195ba7b

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