Skip to main content

An open source library for statistical plotting

Project description

Lets-Plot

official JetBrains project License MIT Latest Release

Lets-Plot is a multiplatform plotting library based on the Grammar of Graphics.

The library' design is heavily influenced by Leland Wilkinson work The Grammar of Graphics describing the deep features that underlie all statistical graphics.

This grammar [...] is made up of a set of independent components that can be composed in many different ways. This makes [it] very powerful because you are not limited to a set of pre-specified graphics, but you can create new graphics that are precisely tailored for your problem.

We provide ggplot2-like plotting API for Python and Kotlin users.

Lets-Plot for Python Latest Release

A bridge between R (ggplot2) and Python data visualization.
To learn more see the documentation site at lets-plot.org.

Lets-Plot Kotlin API Latest Release

Notebooks

Create plots in Kotlin Notebook, Datalore, Jupyter with Kotlin Kernel
or any other notebook that supports Kotlin Kernel.
To learn more see the Lets-Plot Kotlin API project at GitHub.

Compose Multiplatform

Embed Lets-Plot charts in Compose Multiplatform applications.
To learn more see the Lets-Plot Skia Frontend project at GitHub.

JVM and Kotlin/JS

Embed Lets-Plot charts in JVM (Swing, JavaFX) and Kotlin/JS applications. \ To learn more see the Lets-Plot Kotlin API project at GitHub.

"Lets-Plot in SciView" plugin

JetBrains Plugins JetBrains plugins

Scientific mode in PyCharm and in IntelliJ IDEA provides support for interactive scientific computing and data visualization.

Lets-Plot in SciView plugin adds support for interactive plotting to IntelliJ-based IDEs with the Scientific mode enabled.

Note: The Scientific mode is NOT available in communinty editions of JetBrains IDEs.

Also read:

What is new in 4.0.0

The major version was bumped to 4 due to a major package refactoring that the project has undergone.
This refactoring doesn't affect the Python API, however, as a result of package names changed,
Lets-Plot v4.0.0 is partially incompatible with Lets-Plot Kotlin API versions 4.4.1 and earlier.

A Number of Geometry Defaults Changed

  • The default qualitative color palette is now Color Brewer "Set1" (was "Set2").
  • Slightly bigger default size of points and width of lines.
  • Flavor-aware default colors for points, lines etc.

f-23c/images/geom_defaults.png
f-23c/images/flavor_geom_colors.png

See: example notebook.

  • Size of points is slightly adjusted to match the width of a line of the same "size".

f-23c/images/point_vs_line.png

Support for Variadic Line Width and/or Color in geom_line() and geom_path()


f-23c/images/variadic_width.png

See: example notebook.

Parameter "size_unit" in geom_pie()

A way to specify size of the pie in units relative to the plot size.

See: example notebook.

Stroke and Spacers in geom_pie()


f-23c/images/pie_stroke.png

See: example notebook.

New theme_void(), Geometries and Statistics

Change Log

See CHANGELOG.md for other changes and fixes.

Code of Conduct

This project and the corresponding community are governed by the JetBrains Open Source and Community Code of Conduct. Please make sure you read it.

License

Code and documentation released under the MIT license. Copyright © 2019-2023, JetBrains s.r.o.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

lets_plot-4.1.0rc1-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

lets_plot-4.1.0rc1-cp312-cp312-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

lets_plot-4.1.0rc1-cp311-cp311-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

lets_plot-4.1.0rc1-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

lets_plot-4.1.0rc1-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

lets_plot-4.1.0rc1-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

lets_plot-4.1.0rc1-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp39-cp39-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

lets_plot-4.1.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

lets_plot-4.1.0rc1-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp38-cp38-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

lets_plot-4.1.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

lets_plot-4.1.0rc1-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

lets_plot-4.1.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file lets_plot-4.1.0rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 204db6d848c797f864d5e70f6492b893933288b2dd65fcc4b64aef1150725908
MD5 b3be0d4df91b42350eab2acb132a2e66
BLAKE2b-256 2ded20b80d1a38f53a30fb3222f4807f456201b8c998eb57b41955e36add0625

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4e5a6088584b0d776daf0ba2e2f701e9f7a3aede3a9110a3de8493ea9dd8235
MD5 47a24ec96400684fe9b8027e9b698df0
BLAKE2b-256 fbb626d5bdd48e7993bdf3730918b9c026fe49703eae13278248c3ae5fee1875

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb2e1c2d820f7a2ca060324e5abee8e55690a0377386e3c698e951287db262f3
MD5 978c66b77101454df7e0dbb457bce530
BLAKE2b-256 e6a27fa70b609244eb2197263c8b84b1dcbf69278e15364b25b4efed6bdc20e4

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7540242a395f909d8d941fe417f28c4cb6600ea68de5639962434179e17b6031
MD5 7f6b14f1aaebf4d7e0b97c74787c8b17
BLAKE2b-256 65ee58f4800747ef0eda61b291a9e2e92c1cc446a73458f0ad6831ebd06ee90b

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71bd5aebcbad4ff34778cad13696141f460109c87ece43d77a45927c939abcc9
MD5 07ff1cf0d8a300500a82382914fea069
BLAKE2b-256 3497a586a5fe168366972a4cf7fd2486e25dd9b4117be0aab0cb531ce3403080

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e62266e1bbf25427b1bb388fcd6149f3a40efd3d567c961649dcdb6397d271d1
MD5 5d3f9f76bb7cab44ce0abe06f6f87950
BLAKE2b-256 1c699b75e33ac3fd5f7f1fbe222bd158795b2d984f98226284697f202108e464

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ba5054a895db5856cc0f1b5c2539d12af422744edebc41733db6a7688fbc458
MD5 85f990de9eb2da06d59e3d5360ee86d7
BLAKE2b-256 f11a4689927729a5846b1a042df72bebd4da9eebdbbb1e9865af181b5d04f5b0

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e597026e25d250e13418b6ec5c6eceb67c588036886ddd002eb3fa65ed632d31
MD5 f97433afe0f14738f328c6923e711692
BLAKE2b-256 e5294423ebcb1cf4097e31a9cb3fd7f39e749b3a4f409498c2fd76a093376c1d

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a3318b81cdf4457a1efa72f48ef6185ddc9cd502b69d1a405be6fb71ca29a6c
MD5 57914b0b254e17bad7bcdc0e52897946
BLAKE2b-256 2a0fb60884c7cd4926e1738c6f8628202f5a63dfafdfecea89ac28213462a89e

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cda1ffed7ef9d4f11206932e7994c0c58ae0b5dd1cf278a0f5eae6a731c444f
MD5 a64318da092499f150dfcf87e1fe0279
BLAKE2b-256 8d46857a523c48fddc06f1aee6ef70458ee2d2b0387316d95139038f98212ed2

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9b0e80c9c19fe97f71cc949dabc6804ac161fa570331844b57356fe23d44e2ff
MD5 82ae03d7834c4f457cb5bb5f4ad287b1
BLAKE2b-256 650932d099cab0a7cde4c7d616200370c8b6ff59d80d1a9c75138902a52e6572

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd84af4fbdc3d1fe18c001b57353adf0b16089e0cb91531f5120c29d16e59a26
MD5 c3d34e64ebcf1f8f743aa1956dbf18a9
BLAKE2b-256 9152b68d11cd194872313185b1a00e765b77c49e9ef9f63d2028603365cb0373

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e820a36d6ff1e8cb3ec703d138803a744a44e52b96c0aa9595da919c1fe61ab1
MD5 08f91a615f9cfdc97857ea89e62870ea
BLAKE2b-256 c927be6e08cd29d861a91da21a27ca96ba405f17387f7dc86d0b5e53917b0c90

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b72e9022af302734b642f20981173dcd34879c99a3c195102f301197bd07fd43
MD5 b0c31aa920ad7614bba9ae77e8f54170
BLAKE2b-256 77ab057bb4a2b0459417420f58bd2461d976d3b3abbe335cae96a8b0284b307b

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 477d0e74b60bb0fd625e441d99b4524d84e373e8540f77b8725bf4f15cc8327d
MD5 a562c18bd12203d30fa47f511c999061
BLAKE2b-256 b679f4e0a22543aeaa7770250907935a9d86614a05e3e83ddce93b21d317f547

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bbf2363fd9acdbdd30730792a52c5eda56a9c8efe1d7e394c04b912d5bdb93d3
MD5 bfb741a942e965dc4406ce2704ea1203
BLAKE2b-256 045f8426c12dac4f9feab20f5d6fae5eb1891679e4eff5964eaad60636922b97

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ecfd0d51e8d1ca2f9554b8390bf004559c82eb955741c9419995b135add1bcb
MD5 4f820ac5505919ff0d1702ae25017b66
BLAKE2b-256 191e623119bad1931c69b412fa800714a8eec3efb0dc132f9d7083db101560c5

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daa6e651bef78ef820ed62e2ff041317eaf8ac80815ef074e2735d8ee884bacd
MD5 7886da084ef7967483c047a985a2fd16
BLAKE2b-256 1bd1609a04ea4b6c1de3ee6e6da2d3a3119a54c22aced20fe4886c6b568af47d

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 402310b6ff53b95bab00a859c1f7e261fceda6068c1d3a9d4a4ec6cdd21fc2c2
MD5 388c3ba00f2f91a23a3ab4f36d1aeb7d
BLAKE2b-256 ed38e4df57d4d620f04eda60c1fdc0420180e35c3373d343d453cc75fd3817ad

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb0739b8a1816ccd00d278a66159b7f8fb81aaae2628fa67ba5f608ea85c5a8c
MD5 e2c42fbdb22d0a71e15104fcc0d433b1
BLAKE2b-256 4ef17daeb95dfb761f7e7efa8c99ce9bf009a5db5fff55fbd11997895fa7b0f5

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6b90172369486bb98235a9257ba26b5635de08b92cd57c3040395e0572c9da18
MD5 e9f5e97a1e5c5ab11409f819d3336b42
BLAKE2b-256 5e7ae3fe1c13a468fd8925bab5b6f6621b39413dcb419866cb0d30fdb8161659

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdb189f003009522786739eb09e3dd681e1779b949eb5f91f78a046cdbbb0f33
MD5 41e4f531ee828af9a8e3a0863834e2d2
BLAKE2b-256 343849782f938ba42e0107ecb6c545a115bd1fad57fb3591300fdc95f951d3fe

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 750938cf25cd15c650e20b1490fbdc08284b92116542dc26b2e98cbbc0e34304
MD5 a04d826519c9b8eb408889244afc65f6
BLAKE2b-256 93b0f926a6465c72c1110379f707a85452ae6e47ac585c5145d0ea59e9c2c253

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 755994c7906b69eb7c28cb70bf909ec1f17225a4b0072f529a1fe3598d7b5b61
MD5 a646598cfdbd1b9f1de3b643e4436761
BLAKE2b-256 7d12674700a988e7cf8974d24b87fb2efcfdd30ba0a9650812b5733d255cd307

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c602e5637ad8d500ea0aeff4123effe4279305561e78ce44a10c53c3b37d6a29
MD5 31c64ee6c47080a70ba2a0c87cf48c93
BLAKE2b-256 5ceba3aa9385c0584a89dfe196b6ff54887994ef7d0ddc59b89b53ed6a40c45e

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8225639c9f4012a3fd2ac88155dc138ca3428e16f4013cbf40434be12c0bfbce
MD5 e43700cadb8000e23e8c8e22d8764c0c
BLAKE2b-256 d3e0ddea27551206efd89ba7919a8a1a7fa9ef07f5ed647b97887995fbf59dd5

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc005bd42305fefe98042823256ceb2794d067b601e02fc4c26ffd8829711c8d
MD5 c9b138610a6dba38a0fad87bd0b2c065
BLAKE2b-256 bd17712016372ada2697d1877819c1fcef1fb705a3c0a48428c12e704406a8f0

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40b3396b7de10dad679c6bb8318774d40bb09602d0f9d990cc2b97e4bf26a385
MD5 8aa10c6d044bdc5de9f0d8ef6ac95e3c
BLAKE2b-256 969623d1e8ec169e81fe3e7c66a6d09338682450144eb28a41f872dbad443568

See more details on using hashes here.

File details

Details for the file lets_plot-4.1.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.1.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4c65fbbdfab9694cb5abfff1abb197a7e3e34efa59b89a5d5feb3e34f625285
MD5 21e3fd4c2ed71130f72577048d218904
BLAKE2b-256 42e6b89957d6014ac8ff7cae25dfdc9bf1b2a4ec1b32ee24fc38e114050234a6

See more details on using hashes here.

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