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.9.0

  • Statistical Summaries Directly on geom_smooth() Plot Layer

    The geom_smooth() layer now includes a labels parameter designed to display statistical summaries of the fitted model directly on the plot.
    This parameter accepts a smooth_labels() object, which provides access to model-specific variables like $R^2$ and the regression equation.

    f-26a/images/smooth_summary.png

    See example notebook.

  • Plot Tags

    Plot tags are short labels attached to a plot.

    f-26a/images/plot_tags.png

    See example notebook.

  • New geom_bracket() and geom_bracket_dodge() Geometries

    New geometries designed primarily for significance bars (p-values) annotations in categorical plots.

    f-26a/images/geom_bracket.png

    See: example notebook.

  • Custom Color Palettes in geom_imshow()

    The cmap parameter now allows you to specify a list of hex color codes for visualizing grayscale images.
    Also, the new cguide parameter lets you customize the colorbar for grayscale images.

    f-26a/images/image_custom_cmap.png

    See example notebook.

  • New palette() Method in Color Scales

    Generates a list of hex color codes that can be used with scale_color_manual() to maintain consistent colors across multiple plots.

    See: example notebook.

  • New overflow parameter in scale_color_brewer(), scale_fill_brewer()

    Controls how colors are generated when more colors are needed than the palette provides.
    Options: 'interpolate' ('i'), 'cycle' ('c'), 'generate' ('g').

    See: example notebook.

  • New break_width Parameter in Positional Scales

    Specifies a fixed distance between axis breaks.

    See examples:

  • Axis Minor Ticks Customization

    The axis_minor_ticks and axis_minor_ticks_length parameters in theme().

    See: example notebook.

  • Pan/Zoom in gggrid() with Shared Axes

    Pan/Zoom now propagates across subplots with shared axes (sharex/sharey).

    See: example notebook.

  • And More

    See CHANGELOG.md for a full list of changes.

Recent Updates in the Gallery

images/changelog/4.8.0/square-cities_density.png 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.9.0-cp314-cp314t-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

lets_plot-4.9.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp314-cp314t-macosx_11_0_arm64.whl (6.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

lets_plot-4.9.0-cp314-cp314t-macosx_10_13_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

lets_plot-4.9.0-cp314-cp314-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.14Windows x86-64

lets_plot-4.9.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp314-cp314-macosx_12_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

lets_plot-4.9.0-cp314-cp314-macosx_10_13_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

lets_plot-4.9.0-cp313-cp313-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.13Windows x86-64

lets_plot-4.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp313-cp313-macosx_12_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

lets_plot-4.9.0-cp313-cp313-macosx_10_15_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

lets_plot-4.9.0-cp312-cp312-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.12Windows x86-64

lets_plot-4.9.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp312-cp312-macosx_11_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lets_plot-4.9.0-cp312-cp312-macosx_10_15_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

lets_plot-4.9.0-cp311-cp311-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.11Windows x86-64

lets_plot-4.9.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp311-cp311-macosx_11_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lets_plot-4.9.0-cp311-cp311-macosx_10_15_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

lets_plot-4.9.0-cp310-cp310-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.10Windows x86-64

lets_plot-4.9.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp310-cp310-macosx_11_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lets_plot-4.9.0-cp310-cp310-macosx_10_15_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

lets_plot-4.9.0-cp39-cp39-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.9Windows x86-64

lets_plot-4.9.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lets_plot-4.9.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lets_plot-4.9.0-cp39-cp39-macosx_11_0_arm64.whl (6.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lets_plot-4.9.0-cp39-cp39-macosx_10_15_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file lets_plot-4.9.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5449e25a7a20c091ae4ee6f54d1711458cd2cc5e1963455c2293052249eda824
MD5 c717f16dd131f3e948f2ec766ffc3163
BLAKE2b-256 e9028d9f251f7b4542dd369b959c0df57da9fdee5b6a8b2e0a34390d50583804

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 606f34d0401589c45a0cb7b1ab69823a8a10cd128d01d7ef8d464e343d128d18
MD5 7d81b177e3f56339e036aa6aa6b12f27
BLAKE2b-256 77daeb887c98613c2b21ee049e00bf3c8414bded2338abdc0b10fddac6e0fee8

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 eb4442ae410d8b4be80432b182d0149d8efd049a00dc25b6c96b1ea9b9768a54
MD5 0446a160865849984f7f3c81d929e035
BLAKE2b-256 da9c2d171f8457051d25a8b5df5289a70318c135de102f7df983ce74e560270b

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9083b193748ae89bb4c118eeae944efface9777dd7b4d784af674106f8b5f2d8
MD5 b96773e1d92495bca4f54a1349e92c12
BLAKE2b-256 3595f5765824fc10fb1a832ef7ceaa735f3903f8366e1b791d33920387051505

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dfd40b3aebfd54fd55e580223bfa8cdca91d66dfc3567c494c602c3f1918d960
MD5 233ddac8b08b6731889b5b3c620a850a
BLAKE2b-256 7c0ef7602ca4d90a108339e6810ade33176445026264e55ce821ad4a3645f4e9

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ca34487455d7cb57f1a1d606419554bb5a8d3fa39692904d8b6e56342c67e9e1
MD5 7cbb6cfebe7a41d05f17809182f9a0d8
BLAKE2b-256 bbedad91f78cf9449c556940343447857e59e8ff88c9f9e26e0f7ca5fdee9ccd

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d420aa3b32b713bd6bb28a9474162d76a66ee4f3554d0bd0e0ef7685de0befe9
MD5 d83badb39aaf03142968034eccbe7d56
BLAKE2b-256 b69771791e6938b4c4aa46b0c8e172d5bd73831dc0fda4f79fd063e40b29550d

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 93a1ffea4736f49637c5d9ffeb18f69950343e15896333512c96c8f952f23656
MD5 689320cea6b807843ed00afe9791e6e4
BLAKE2b-256 f0f0d5d0b0ab1a5fd5b1291034b3d124076aac455daae08ffd6d35d765382c78

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 1563b52971670ec8fbf989980d39706ecf560072454001afac605cd77886c64a
MD5 723492b0c3bfb981242ee41ac8cad2f5
BLAKE2b-256 7f9db2f140181850fd8e82e6489e43ebb832e27c6354d427ecc3a6d0615c5281

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 88f095a33f87bc64b87da9ed225dae6a0af6023e8a8c39e309e0bba40a8ca6f2
MD5 520a2a726e87b93d447120f69f3b18aa
BLAKE2b-256 3e425ee6c4ae0996f50d508033fbca291f2a25c41ee09d397650e8f62c1c65c7

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a40036a03c98622cca9e316410feb8e29ddad5a941c3d63890f720821c8687c5
MD5 2f99206316d07f99b4cd1729ce100445
BLAKE2b-256 cd37b634257531c4e4eef3359ca1f2aa412b73d0992a68e040939852867c5d30

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ee643bb4adb8a3fe29126eab76c9661a4db87bf44ac0d8d01635fd2911465ca4
MD5 522e9f6251c306ce27679ff7d3cbdc45
BLAKE2b-256 113d2aac8ef620daf25da961a6dc5ce202822ec09b41130eae5d9609de870d3b

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 48359b96e5528c5cdbeed799e7e80a7dfa1b3af76cedb997abfd9f6f9ec0e506
MD5 a65d54cba0b68c398172d159e617f94e
BLAKE2b-256 88b11cca494df7a395dad2878c0bf5a9bc5f9b16d00973f34196c73233fa874a

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b6d9666baab9810b54df30076c4918e6c28c17b98a54fea271b87b0aec3ec1ca
MD5 680010dc848075458ea066e0529a7638
BLAKE2b-256 610c43be13a118cdfed9dbecc2212317dd48ba909dc2d83c81dca6ebcb7f9e5d

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 be9766eeffd3690c80194faa7110e9f85235179da2e970ef8898791df1f97615
MD5 2bd5bf23f2516bbc8801dd08c31d6b3f
BLAKE2b-256 4361f4496a46b869990d2f2a45bc1667a7b4dfbb212f376fbf60ed2a9c41b703

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 318c0eae10218b7f8a153cac68f984ef4c0c313ef439b3db41fea9261097693b
MD5 2b76a34f37dbab63504f0a0ec1c7ff13
BLAKE2b-256 c7aea2cfb0a0b2f9c678f7cb7ab101cbb49097f3d75d6b26598056591a9b44e0

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 af591a4ee4af3cd2a3730d4e2ae4db74c0ceaa47da1c1ec2d33518431d86cd4b
MD5 a2d69c3abaebd46d8be4e664f2e9edaa
BLAKE2b-256 b896d73374507443304f6c747c891260910726aeee684941881235aa7f183be6

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a6cda1c544f91bef063b8dbea4876b21e8e6a1b709e89246976c7d422b1c3df2
MD5 d0bd61db3ee5c42e958a0981eae7dc20
BLAKE2b-256 9aa581d2f82807cef800aa89afd2b0c7ea2c37bd38b4cef3f7a1e6f847c2e940

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc16a74a50395f9683ce3ea810e4fa154923e10406936f3756d6b32663124ae8
MD5 bb21e5f39c4bf9a892a90cd84485e36f
BLAKE2b-256 4cf8ef9402b72391e1696cfc98e3eddd0a2a2d6d8ce961ab414b06f3e3fe2fbb

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5c9f2815ec9d3566145b98af486ed4ec0614e331238b3adbba10dd46c5bea472
MD5 e51ad813686e3ad83261417a19db8f69
BLAKE2b-256 3ead4cf76fa239ceb35d9b8d1e772fba704c9f949dc8aa90c3177691813b335c

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2af3fee5f773d268e81daeaa346233e9bf6fee7aa9aa40dc01693bea986d8456
MD5 7fe5c687d4665c162ba86a5f9f8e8336
BLAKE2b-256 e792d2e7fd50d4f4f54ab0c265e155e67e81cb1acc8bf864c9a82f10730d6de5

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 52b7569f91b8a44438fead2ec28b9907e1d23bdfeb4451589bc80cb3fba91384
MD5 0eab76b6ddeb050779af0789807d89af
BLAKE2b-256 cc577273c09cf8d6d69f2bc100d4d047e8d263d7846055a8f170d5c3428a0898

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1d64bdeb0c05146dfe0b5ebe26fc998f90224419beecf6354e2cb54207775ce0
MD5 cd24770f241efae78379cc787c1a5d7f
BLAKE2b-256 a9ee6ebf3985225e2e3ade5217072552da7584428488c6f98948c86fa1b6ce30

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25873696e08e7e9df90aa42fe112e65112ca817da4341d04c54a74cdea74fd34
MD5 7c6d331a1a9393d04a7b4c703588189b
BLAKE2b-256 5ab3aa1f8d2913b5a90875c5be51afd56bfd81fe428e705a1ca509c2afc4c8c6

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4310baa5cb8374e96a3c2b54152220603bc89851dfc57fc2c43b5d38fdb0832a
MD5 a1abcfe1f6b8af099949277ed9a1ea4e
BLAKE2b-256 dbe78ad1495562bd199b7fc0528d8975ce40486cc968aed96ff058033108079f

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d2925f897963686df42e49a244e3b26e86f6acd5e1bddc6a0c24a6b70f9eb4ba
MD5 c6b924e269498f2810b4f8a87c460353
BLAKE2b-256 c0660b2b5dbd7bbe2a4776845fb50a5f2122323264e7670b6fdb021683361bda

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3c2296a8dc550fa6f8906878e0fdb25bf25bb3acde22281b942528b441a52c1f
MD5 30608bfe7d0b60e5833a78fb3d504506
BLAKE2b-256 26d00fcd552842e2167beaeafa394951aafe8fe8181dc89807b9834f72dfd39e

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 103b09b9594448896bf31438b2f3866ed3d94a0e2f5df93047af27ae851c6951
MD5 42d0410ba916eaed73fccb170696015e
BLAKE2b-256 67dad1bfc3ee2099145dfe98aba941ffdf40dc0ab137618d560bc6db5e3cb3b9

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 536bd8ea19b6f79c29b7998538b63bf602fe8e743e434f64c872c027cb9fb9f7
MD5 a5b65079ffe0c9e86cf8dfa89395e051
BLAKE2b-256 80fb601339c855e78ac581d61b0c73d329829e9922c668d65fadc2781f12e01c

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ef61ba3b5f8613c48bd898a0fecfb40f1a76f15c6eee9030853a58bd4f7c8fd5
MD5 bbea42fd01e11513d97f1d2b8ab2862b
BLAKE2b-256 75ac2e5563676fae371e791da975d0654e021ece7df2f34fd2f44ea4cf27fe05

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lets_plot-4.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for lets_plot-4.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 83269b428c6334bbcd5e873ea250ac6d2bb52aa763572eeba78988566786a5de
MD5 39febfe1c398b8b52c7bc57802510a79
BLAKE2b-256 2190fcee888cbcd6488a11d59f0f65bb6866e77b09883d7de4d9c2c65de532e8

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1ba7aee59622fb444468c6cdb0c933504f36d884803da0a3b5e6d598f70cf1ad
MD5 393ec4d502e118bfedb8f4fb6d9ecf3c
BLAKE2b-256 5bf7cfd4b8c4ba0b53591913f5d67e81af49e620ddfe977b80674fff182a0436

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9793cc367b06fbe1664d6955bce0f7392369a8c318030d3a0cec419f00cc3b4a
MD5 f0f6ca490312e095e4846109222e5e9e
BLAKE2b-256 cb94bd37455b3ebed24af34971be9b35a58a55569a7a8c4a165d8e424a39f09e

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d26e09ea6fc8e5623d17ee4daa577ad06f70034badd13afad81e3fddb29d44ec
MD5 b01b720ec8547f36e9fe524909b6f70c
BLAKE2b-256 cf160853c932634623170e94ad42a331b98b01dfcd959ecca2852a51d4171914

See more details on using hashes here.

File details

Details for the file lets_plot-4.9.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lets_plot-4.9.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f1dc14065a1ae08a2354971cc1704d2af236f8b5c69e2bade7cd3efa5aa5f1c8
MD5 3fb649b3df8354019eebb6525d3d1ca0
BLAKE2b-256 5b1aab24de914eee8b8d7197b335ee99ce5e983d7336bfe5d60b788ad10fdcb2

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