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 built on the principles of the Grammar of Graphics.

The library design is heavily influenced by Leland Wilkinson's 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.

Grammar of Graphics for Python Latest Release

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

Grammar of Graphics for Kotlin 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 Compose 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.

Documentation

Kotlin API documentation site: lets-plot.org/kotlin.

"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.7.0

  • Time Series Plotting

    • Support for Python time and date objects.
    • Support for timezone-aware datetime objects and Pandas/Polars Series.
    f-25b/images/time_date_datetime.png

    See example notebook.

  • Native support for PNG and PDF exports

    Exporting to PNG and PDF formats now uses the ImageMagick library bundled with Lets-Plot Python wheels and available out-of-the-box.
    This replaces the previous dependency on the CairoSVG library and comes with improved support for LaTeX labels rasterization.

  • geom_sina() Geometry

    f-25b/images/geom_sina.png

    See example notebook.

  • geom_text_repel() and geom_label_repel() Geometries

    f-25b/images/geom_repel.png

    See example notebook.

  • waterfall_plot() Chart

    • Annotations support via relative_labels and absolute_labels parameters.
      f-25b/images/waterfall_plot_annotations.png

      See example notebook.

    • Support for combining waterfall bars with other geometry layers.
      f-25b/images/waterfall_plot_layers.png

      See example notebook.

  • Continuous Data on Discrete Scales

    Continuous data when used with discrete positional scales is no longer transformed to discrete data.
    Instead, it remains continuous, allowing for precise positioning of continuous elements relative to discrete ones.
    f-25b/images/combo_discrete_continuous.png

    See: example notebook.

[!TIP] New way of handling continuous data on discrete scales could potentially break existing plots. If you want to restore a broken plot to its original form, you can use the as_discrete() function to annotate continuous data as discrete.

  • Plot Layout

    The default plot layout has been improved to better accommodate axis labels and titles.
    Also, new theme() options axis_text_spacing, axis_text_spacing_x, and axis_text_spacing_y control spacing between axis ticks and labels.
    f-25b/images/plot_layout_diagram.png

    See the plot layout diagram showing various layout options and their effects on plot appearance.

  • And More

    See CHANGELOG.md for a full list of changes.

Recent Updates in the Gallery

images/changelog/4.7.0/square-raincloud.png images/changelog/4.7.0/square-europe_capitals.png images/changelog/4.7.0/square-trading_chart.png f-25a/images/magnifier_inset.png f-25a/images/ggbunch_indonesia.png images/changelog/4.7.0/square-lets_plot_in_2024.png images/changelog/4.7.0/square-plot_layout_scheme.png f-24g/images/theme_legend_scheme.png

Change Log

CHANGELOG.md

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-2025, 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

If you're not sure about the file name format, learn more about wheel file names.

lets_plot-4.8.0rc1-cp313-cp313-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows x86-64

lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lets_plot-4.8.0rc1-cp313-cp313-macosx_12_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

lets_plot-4.8.0rc1-cp313-cp313-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

lets_plot-4.8.0rc1-cp312-cp312-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows x86-64

lets_plot-4.8.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lets_plot-4.8.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lets_plot-4.8.0rc1-cp312-cp312-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lets_plot-4.8.0rc1-cp312-cp312-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

lets_plot-4.8.0rc1-cp311-cp311-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows x86-64

lets_plot-4.8.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lets_plot-4.8.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lets_plot-4.8.0rc1-cp311-cp311-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lets_plot-4.8.0rc1-cp311-cp311-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

lets_plot-4.8.0rc1-cp310-cp310-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows x86-64

lets_plot-4.8.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lets_plot-4.8.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lets_plot-4.8.0rc1-cp310-cp310-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lets_plot-4.8.0rc1-cp310-cp310-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

lets_plot-4.8.0rc1-cp39-cp39-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.9Windows x86-64

lets_plot-4.8.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lets_plot-4.8.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lets_plot-4.8.0rc1-cp39-cp39-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lets_plot-4.8.0rc1-cp39-cp39-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file lets_plot-4.8.0rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49dd5c263204a90928eb9a15d65458a8477cdde8f3a271615db692f70d33d8b8
MD5 cee6e78d5f32a4750fddbdeaac783263
BLAKE2b-256 6f4b4041fc82c06bafbc4a3ffc5e6d9183abee30d15d4616ec87e08667924242

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 88277e30c66b840a856931ea3ea83f068991ee11f973dd0b379ec36ba95f8e88
MD5 300d415d86cabf3f34a042ed4a8c1fe5
BLAKE2b-256 863af528d0575cc49ab287ae13be4bc323c89c834c2dc76934d191d0fd3d6095

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 35b4ffd3c5d756af69aa03108abea610009c99014916a2c128bd14ac09b06932
MD5 56fe7e76791bd3816c37b4b58e9fcedc
BLAKE2b-256 35ec1c9ea2db882ba027d75a303275d4e356d12baed8bdc281efe38a01ea2ae4

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 25e5dc45f441db64b4129f177b9a913191f69cb8211b3d7222b3ce2470e605b2
MD5 76a8dc8115f19ae76a88391aae1b30ee
BLAKE2b-256 4e9966347856c8605596b75f8adb6480b03e5e4f546b6c39659ec8f0a553774f

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a477574c1c660eb8237ad930e56abd27e289df56c8a3d19237ac13c321d4c781
MD5 53b372c1199842657760190b5856f029
BLAKE2b-256 1572d753d45c1c059e02d4de2fbf5b64791da57bd17e8e0a324b39742aabf6a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bb3ccd011bc6e67bcc0c0d58c0776eb81527a49d33c6a2c34286bcfb567a972c
MD5 497a719480664dce1494a6847b79446e
BLAKE2b-256 fdc95a0b7929fc9b4c3cd05241e4beb86e242464d9c65868dfa80841b84a46b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2e0b93fd0530fc752056ccd4083b22dff1bd0602ac8048d2a4786736fa24f0ad
MD5 6bb5438dcf5b8a87d1f2e5531a638e2a
BLAKE2b-256 e569922be664910a708708c430cf3d7e45bdd5b0acc8d2a56bcfa01b6e8f715b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 36a2905002fc1d58793363af6df2ae02e396de60d36faa85d328c9d54cae1238
MD5 a860c944386def2d12a46677da4837e2
BLAKE2b-256 3761465aedf59d29493d28095b735e413955dcf8c58c8d63532e22ea3cdf8721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32f4c26d188add5c6971702eec96fe37fbecf272d9fbbdeca22f22a58edf3b75
MD5 1b748209d4f3961307f4b8213c7e6a1c
BLAKE2b-256 67d3eb37b6002be6a6a97ccc69318ed4ef48b3576e4ad6464c421f8c3fe6b207

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e455c6d61cfcdba2f96ebb3d88661696a861249ca7a42e028f1cbbcbac4bd5cc
MD5 ebb541f987bc987d9fed48a6cd362a7a
BLAKE2b-256 ce3f7a44fcf93495ee7e40873887684f88821d1825182a53f73ec6f874f05a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 29259dd448f4df67103079d016e617ba2c75d7dd0e21d4c5f468cdb6b6165e1c
MD5 918db4078928d04f347bf4b53a6dfa7a
BLAKE2b-256 0253ff2a88b0a15f7c1c7572f4d0fdb8b3b1011c38268d0def013b07a18fc8d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 dfdda94b9337e96b3cd9cce89bbffdd349b75fc8fb3ad54b664ad99bd9f03cd0
MD5 6747225f5117549956bfa5ef06e2c008
BLAKE2b-256 5893b27629cc5ae4d71a19303586bfa79df9354af0e61c2178b5d51348ae64fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ad7ce52a9a923d5ed555ba5831dca0e666e98ba640a68c24eaea52451023950a
MD5 40c93763485892f00f871ca55789aec0
BLAKE2b-256 c3a968cfdfeaecacb2bc76ca97969ed7642ef95c72247e4eb8ce29acb77bb9be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e1a1d5276a9e04670062b3d859f02da94a7baa693afccdedf1bbf364293c5d2
MD5 0225a66ab37072a3713af66f960561f4
BLAKE2b-256 36d5366039644ff14e77c80a242daa4948691c2bd9c3bc8b7449a0e242d4d785

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1a6086b48ad08e90ccd7cac772575f67031c8ba1e4f03bf6b6cd2339e91d3070
MD5 90c2d2f6f1243d571f2854b16a0aa9ac
BLAKE2b-256 926a0df425ff89f0fcc3d1f9e1141ade223a1080e34f37cb26e223b3e5b3ba2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 585d35e1710525102fcd914279d17f3094859927f7f6c3eed48b55df2460cc18
MD5 40d7ade9f7d9807aa3fab94c537782a4
BLAKE2b-256 48f1c63998900dd6379ad56bd6d514642c97a1104a277f3c2afe245492ebf4cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 26f20a7fcaaf743193014bba7b853dd5dba23958ce1a5d3f4930d9cda01d9d08
MD5 1fed462ac9a2510cd05c4238f30ba817
BLAKE2b-256 c8f757d7b63270ab4a866d356ffa65702af20fa8027e9874b759d81ddffe8eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fd094e580972d357319c8400442515d7cc942bea0fbb08a815b0731318319dc1
MD5 a32350e4345bb2a7011b88fbd7dc97a2
BLAKE2b-256 e6bb95342b33a4e783ef0f60a90d34b66336e14a4e3dfb2c11105fdbc15802f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1704f4edecde794023ca7815f8cbbeedaaabb5b8f9453001c58e20fa800149f
MD5 da4bd43ca882a0845933c357994aa962
BLAKE2b-256 ecb1ea858831c9a56863688481b667fed109955eabf458366df616ff1720ade8

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c437557da6b9fbbd56669b9d8c6ce8e9217148ebafa5f3c7a6342f29f01f1567
MD5 709530d4ac8cd138f65c8917b97d9ad4
BLAKE2b-256 a822f0263c8232a0b75eb6ed6c45b9319949a4701a332608d28a42a6525f8ff0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lets_plot-4.8.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for lets_plot-4.8.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cad352ef607e40a0cac404c11cb0816dd1d1dc92e8fc70a1577049717b40fb5f
MD5 d758a945f76e7cf5dc90a0d8c7e75f23
BLAKE2b-256 7aeb55a73d21d96478b14b9ffe4ef2282271c0bf51c1afaf860861fc722fe752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ad342dff556a433a0371fa4af5832f4cd34be10a4d1b7cd594326706ed987c6d
MD5 098089ac1050e6b43b6b87a768cf06f2
BLAKE2b-256 0b0248e8106c88a0dc620c26f83721afe9b5ad31becba39aee18fe422960bf45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f3bd9e6b7e52ad0891a5c7797d9765b170f18cfa0a883b60e243b21659cdf948
MD5 0f669a76c195dd533782a185fa5c5a8f
BLAKE2b-256 5031c762040f6bfc6e14f35dc1fdd5277384592141f302d5a41f7074b48c11ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b1bb4184759283d67fd333b80fefcf0d109a3d7a77b34801c59962a45ab2f96
MD5 86c3156472abd3f6491d8448b604ce3f
BLAKE2b-256 762f52f05e8d822bf98f9483701657d439c7a8cbb2b2ba5b4320937cfe8f7434

See more details on using hashes here.

File details

Details for the file lets_plot-4.8.0rc1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.8.0rc1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 97f56cb37b6d1018620fd0c0ea3217f47ada9a8c594dfd6d2d061cde299d4842
MD5 ca383d4e0edb0597ea259e472bc61899
BLAKE2b-256 195b981d258e802798da9104b3282cc290ca27d5605eb851f02cbc67147d2724

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