lets-plot


Namelets-plot JSON
Version 4.6.2 PyPI version JSON
download
home_pagehttps://lets-plot.org
SummaryAn open source library for statistical plotting
upload_time2025-03-28 12:21:34
maintainerJetBrains
docs_urlNone
authorJetBrains
requires_pythonNone
licenseMIT
keywords ggplot ggplot2 geospatial geopandas geocoding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Lets-Plot

[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![License MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/JetBrains/lets-plot)](https://github.com/JetBrains/lets-plot/releases/latest)


**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 work [The Grammar of Graphics](https://www.goodreads.com/book/show/2549408.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.
> - Hadley Wickham, "[ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html)"


## Grammar of Graphics for Python [![Latest Release](https://badge.fury.io/py/lets-plot.svg)](https://pypi.org/project/lets-plot)

A bridge between R (ggplot2) and Python data visualization. \
To learn more see the documentation site at **[lets-plot.org](https://lets-plot.org)**.          


## Grammar of Graphics for Kotlin [![Latest Release](https://img.shields.io/github/v/release/JetBrains/lets-plot-kotlin)](https://github.com/JetBrains/lets-plot-kotlin/releases/latest)

### Notebooks
Create plots in [Kotlin Notebook](https://plugins.jetbrains.com/plugin/16340-kotlin-notebook),
[Datalore](https://datalore.jetbrains.com/report/static/HZqq77cegYd.E7get_WnChZ/aTA9lQnPkRwdCzT6uy95GZ), [Jupyter with Kotlin Kernel](https://github.com/Kotlin/kotlin-jupyter#readme) \
or any other notebook that supports `Kotlin Kernel`. \
To learn more see the **[Lets-Plot Kotlin API](https://github.com/JetBrains/lets-plot-kotlin)** project at GitHub.

### Compose Multiplatform
Embed Lets-Plot charts in [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform) applications. \
To learn more see the **[Lets-Plot Skia Frontend](https://github.com/JetBrains/lets-plot-skia)** project at GitHub.

### JVM and Kotlin/JS
Embed Lets-Plot charts in JVM (Swing, JavaFX) and Kotlin/JS applications. <br>
To learn more see the **[Lets-Plot Kotlin API](https://github.com/JetBrains/lets-plot-kotlin)** project at GitHub.

## "Lets-Plot in SciView" plugin

[![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/v/14379-lets-plot-in-sciview.svg)](http://plugins.jetbrains.com/plugin/14379-lets-plot-in-sciview)
[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/14379-lets-plot-in-sciview.svg)](http://plugins.jetbrains.com/plugin/14379-lets-plot-in-sciview)

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

[*Lets-Plot in SciView*](https://plugins.jetbrains.com/plugin/14379-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:

- [Scientific mode in PyCharm](https://www.jetbrains.com/help/pycharm/matplotlib-support.html)
- [Scientific mode in IntelliJ IDEA](https://www.jetbrains.com/help/idea/matplotlib-support.html)

## What is new in 4.6.0

- #### Markdown Support in *Title*, *Subtitle*, *Caption*, and Axis Labels
  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/markdown.png" alt="f-25a/images/markdown.png" width="400" height="237">
  
  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/markdown.ipynb).

- #### Support for Multiline Axis Labels, Text Justification in Axis Labels
  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/multiline_axis_labels.png" alt="f-25a/images/multiline_axis_labels.png" width="400" height="275">

  See examples: [multiline axis labels](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/multiline_axis_labels.ipynb),
  [axis label justification](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/axis_label_justification.ipynb),

- #### `geom_hex()` Geometry
  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_hex.png" alt="f-25a/images/geom_hex.png" width="370" height="296">

  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_hex.ipynb).

- #### `ggbunch()` Function: Combining Plots with Custom Layout
  It replaces the deprecated `GGBunch` class.  <br/>
  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/ggbunch_indonesia.png" alt="f-25a/images/ggbunch_indonesia.png" width="400" height="164">
     
  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/ggbunch_indonesia.ipynb).

  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/magnifier_inset.png" alt="f-25a/images/magnifier_inset.png" width="400" height="251">

  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/magnifier_inset.ipynb).

- #### Parameters `start` and `direction` in `geom_pie()` Geometry
  <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_pie_params.png" alt="f-25a/images/geom_pie_params.png" width="400" height="119">

  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_pie_params.ipynb).


- #### And More

  See [CHANGELOG.md](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md) for a full list of changes.


## Recent Updates in the [Gallery](https://lets-plot.org/python/pages/gallery.html)

  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/magnifier_inset.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/magnifier_inset.png" alt="f-25a/images/magnifier_inset.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/ggbunch_indonesia.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/ggbunch_indonesia.png" alt="f-25a/images/ggbunch_indonesia.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/theme_legend_scheme.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/theme_legend_scheme.png" alt="f-24g/images/theme_legend_scheme.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/interact_pan_zoom.ipynb">
    <img src="https://github.com/JetBrains/lets-plot-docs/blob/4b9571b8af759574fa2db313a102069d8f8c7238/source/_static/images/changelog/4.5.0/interact_pan_zoom.png?raw=true" alt="images/changelog/4.5.0/interact_pan_zoom.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/lp_verse.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/lp_verse.png" alt="f-24g/images/lp_verse.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/us_unemployment.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24e/images/us_unemployment.png" alt="f-24e/images/us_unemployment.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/venn_diagram.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_venn_diagram.png" alt="f-24b/images/gal_venn_diagram.png" width="128" height="128">
  </a>
  <a href="https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geom_spoke.ipynb">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_spoke.png" alt="f-24b/images/gal_spoke.png" width="128" height="128">
  </a>
  <a href="https://www.kaggle.com/code/alshan/indonesia-volcanoes-on-map">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_indonesia_volcanoes_on_map.png" alt="f-24b/images/gal_indonesia_volcanoes_on_map.png" width="128" height="128">
  </a>
  <a href="https://www.kaggle.com/code/alshan/japanese-volcanoes-on-map">
    <img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_japanese_volcanoes_on_map.png" alt="f-24b/images/gal_japanese_volcanoes_on_map.png" width="128" height="128">
  </a>


## Change Log

[CHANGELOG.md](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md)


## Code of Conduct

This project and the corresponding community are governed by the
[JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct).
Please make sure you read it.


## License

Code and documentation released under the [MIT license](https://github.com/JetBrains/lets-plot/blob/master/LICENSE).
Copyright © 2019-2025, JetBrains s.r.o.

            

Raw data

            {
    "_id": null,
    "home_page": "https://lets-plot.org",
    "name": "lets-plot",
    "maintainer": "JetBrains",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "lets-plot@jetbrains.com",
    "keywords": "ggplot, ggplot2, geospatial, geopandas, geocoding",
    "author": "JetBrains",
    "author_email": "lets-plot@jetbrains.com",
    "download_url": null,
    "platform": null,
    "description": "# Lets-Plot\n\n[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n[![License MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/LICENSE)\n[![Latest Release](https://img.shields.io/github/v/release/JetBrains/lets-plot)](https://github.com/JetBrains/lets-plot/releases/latest)\n\n\n**Lets-Plot** is a multiplatform plotting library built on the principles of the Grammar of Graphics. \n\nThe library' design is heavily influenced by Leland Wilkinson work [The Grammar of Graphics](https://www.goodreads.com/book/show/2549408.The_Grammar_of_Graphics) describing the deep features that underlie all statistical graphics.\n\n> 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.\n> - Hadley Wickham, \"[ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html)\"\n\n\n## Grammar of Graphics for Python [![Latest Release](https://badge.fury.io/py/lets-plot.svg)](https://pypi.org/project/lets-plot)\n\nA bridge between R (ggplot2) and Python data visualization. \\\nTo learn more see the documentation site at **[lets-plot.org](https://lets-plot.org)**.          \n\n\n## Grammar of Graphics for Kotlin [![Latest Release](https://img.shields.io/github/v/release/JetBrains/lets-plot-kotlin)](https://github.com/JetBrains/lets-plot-kotlin/releases/latest)\n\n### Notebooks\nCreate plots in [Kotlin Notebook](https://plugins.jetbrains.com/plugin/16340-kotlin-notebook),\n[Datalore](https://datalore.jetbrains.com/report/static/HZqq77cegYd.E7get_WnChZ/aTA9lQnPkRwdCzT6uy95GZ), [Jupyter with Kotlin Kernel](https://github.com/Kotlin/kotlin-jupyter#readme) \\\nor any other notebook that supports `Kotlin Kernel`. \\\nTo learn more see the **[Lets-Plot Kotlin API](https://github.com/JetBrains/lets-plot-kotlin)** project at GitHub.\n\n### Compose Multiplatform\nEmbed Lets-Plot charts in [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform) applications. \\\nTo learn more see the **[Lets-Plot Skia Frontend](https://github.com/JetBrains/lets-plot-skia)** project at GitHub.\n\n### JVM and Kotlin/JS\nEmbed Lets-Plot charts in JVM (Swing, JavaFX) and Kotlin/JS applications. <br>\nTo learn more see the **[Lets-Plot Kotlin API](https://github.com/JetBrains/lets-plot-kotlin)** project at GitHub.\n\n## \"Lets-Plot in SciView\" plugin\n\n[![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/v/14379-lets-plot-in-sciview.svg)](http://plugins.jetbrains.com/plugin/14379-lets-plot-in-sciview)\n[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/14379-lets-plot-in-sciview.svg)](http://plugins.jetbrains.com/plugin/14379-lets-plot-in-sciview)\n\n*Scientific mode* in PyCharm and in IntelliJ IDEA provides support for interactive scientific computing and data visualization.\n\n[*Lets-Plot in SciView*](https://plugins.jetbrains.com/plugin/14379-lets-plot-in-sciview) plugin adds \nsupport for interactive plotting to IntelliJ-based IDEs with the *Scientific mode* enabled.\n \n>\n> **Note:** The *Scientific mode* is NOT available in communinty editions of JetBrains IDEs. \n>\n\nAlso read:\n\n- [Scientific mode in PyCharm](https://www.jetbrains.com/help/pycharm/matplotlib-support.html)\n- [Scientific mode in IntelliJ IDEA](https://www.jetbrains.com/help/idea/matplotlib-support.html)\n\n## What is new in 4.6.0\n\n- #### Markdown Support in *Title*, *Subtitle*, *Caption*, and Axis Labels\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/markdown.png\" alt=\"f-25a/images/markdown.png\" width=\"400\" height=\"237\">\n  \n  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/markdown.ipynb).\n\n- #### Support for Multiline Axis Labels, Text Justification in Axis Labels\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/multiline_axis_labels.png\" alt=\"f-25a/images/multiline_axis_labels.png\" width=\"400\" height=\"275\">\n\n  See examples: [multiline axis labels](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/multiline_axis_labels.ipynb),\n  [axis label justification](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/axis_label_justification.ipynb),\n\n- #### `geom_hex()` Geometry\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_hex.png\" alt=\"f-25a/images/geom_hex.png\" width=\"370\" height=\"296\">\n\n  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_hex.ipynb).\n\n- #### `ggbunch()` Function: Combining Plots with Custom Layout\n  It replaces the deprecated `GGBunch` class.  <br/>\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/ggbunch_indonesia.png\" alt=\"f-25a/images/ggbunch_indonesia.png\" width=\"400\" height=\"164\">\n     \n  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/ggbunch_indonesia.ipynb).\n\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/magnifier_inset.png\" alt=\"f-25a/images/magnifier_inset.png\" width=\"400\" height=\"251\">\n\n  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/magnifier_inset.ipynb).\n\n- #### Parameters `start` and `direction` in `geom_pie()` Geometry\n  <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_pie_params.png\" alt=\"f-25a/images/geom_pie_params.png\" width=\"400\" height=\"119\">\n\n  See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_pie_params.ipynb).\n\n\n- #### And More\n\n  See [CHANGELOG.md](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md) for a full list of changes.\n\n\n## Recent Updates in the [Gallery](https://lets-plot.org/python/pages/gallery.html)\n\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/magnifier_inset.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/magnifier_inset.png\" alt=\"f-25a/images/magnifier_inset.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/ggbunch_indonesia.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/ggbunch_indonesia.png\" alt=\"f-25a/images/ggbunch_indonesia.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/theme_legend_scheme.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/theme_legend_scheme.png\" alt=\"f-24g/images/theme_legend_scheme.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/interact_pan_zoom.ipynb\">\n    <img src=\"https://github.com/JetBrains/lets-plot-docs/blob/4b9571b8af759574fa2db313a102069d8f8c7238/source/_static/images/changelog/4.5.0/interact_pan_zoom.png?raw=true\" alt=\"images/changelog/4.5.0/interact_pan_zoom.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/lp_verse.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/lp_verse.png\" alt=\"f-24g/images/lp_verse.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/us_unemployment.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24e/images/us_unemployment.png\" alt=\"f-24e/images/us_unemployment.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/demo/venn_diagram.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_venn_diagram.png\" alt=\"f-24b/images/gal_venn_diagram.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geom_spoke.ipynb\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_spoke.png\" alt=\"f-24b/images/gal_spoke.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://www.kaggle.com/code/alshan/indonesia-volcanoes-on-map\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_indonesia_volcanoes_on_map.png\" alt=\"f-24b/images/gal_indonesia_volcanoes_on_map.png\" width=\"128\" height=\"128\">\n  </a>\n  <a href=\"https://www.kaggle.com/code/alshan/japanese-volcanoes-on-map\">\n    <img src=\"https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24b/images/gal_japanese_volcanoes_on_map.png\" alt=\"f-24b/images/gal_japanese_volcanoes_on_map.png\" width=\"128\" height=\"128\">\n  </a>\n\n\n## Change Log\n\n[CHANGELOG.md](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md)\n\n\n## Code of Conduct\n\nThis project and the corresponding community are governed by the\n[JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct).\nPlease make sure you read it.\n\n\n## License\n\nCode and documentation released under the [MIT license](https://github.com/JetBrains/lets-plot/blob/master/LICENSE).\nCopyright \u00a9 2019-2025, JetBrains s.r.o.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An open source library for statistical plotting",
    "version": "4.6.2",
    "project_urls": {
        "Documentation": "https://lets-plot.org",
        "Github": "https://github.com/JetBrains/lets-plot",
        "Homepage": "https://lets-plot.org"
    },
    "split_keywords": [
        "ggplot",
        " ggplot2",
        " geospatial",
        " geopandas",
        " geocoding"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cacae6c02f839dab5c32142c9c3699079b5aa7514a9085b655e08c0af1baa5d9",
                "md5": "7c68fa51bdffdd45eabf2174cdf5a0a0",
                "sha256": "3303a856c3ae510fee81566c77e78c3a10acebac5bea52298e63d4c124533038"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp310-cp310-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c68fa51bdffdd45eabf2174cdf5a0a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3265491,
            "upload_time": "2025-03-28T12:21:34",
            "upload_time_iso_8601": "2025-03-28T12:21:34.813033Z",
            "url": "https://files.pythonhosted.org/packages/ca/ca/e6c02f839dab5c32142c9c3699079b5aa7514a9085b655e08c0af1baa5d9/lets_plot-4.6.2-cp310-cp310-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0b2cd23b5e2909cd5dcd7a5d32cf09d9900d2f9751bdc7bf5366db63e94a235",
                "md5": "cef5a06a6f15f25808dd745fb41ab91b",
                "sha256": "e052704530526114b9dd2aecf27961211a429205d068d9bffae8d462e55236a3"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cef5a06a6f15f25808dd745fb41ab91b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3212220,
            "upload_time": "2025-03-28T12:21:08",
            "upload_time_iso_8601": "2025-03-28T12:21:08.802517Z",
            "url": "https://files.pythonhosted.org/packages/c0/b2/cd23b5e2909cd5dcd7a5d32cf09d9900d2f9751bdc7bf5366db63e94a235/lets_plot-4.6.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0158c891f5c2db2bf432cbb7dab7745f877929b1a22aae78889a114901c1c91",
                "md5": "6099ebb70736c515fcc94081009983db",
                "sha256": "216ae419acf0a90169f0587b1b942ce2d73f2855c807bd50cea2d252f0ad3d8e"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6099ebb70736c515fcc94081009983db",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3381392,
            "upload_time": "2025-03-28T12:21:33",
            "upload_time_iso_8601": "2025-03-28T12:21:33.008146Z",
            "url": "https://files.pythonhosted.org/packages/f0/15/8c891f5c2db2bf432cbb7dab7745f877929b1a22aae78889a114901c1c91/lets_plot-4.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7dc42b9c9e78cf4dec5adfdd6bf33336dfbc88b7f648487d10344c4580a8d645",
                "md5": "99e1c139c7e10d571b700bed89ea4432",
                "sha256": "9a48c787a81a09b04eadc2750f86b687fd181e2baff824e2134567913bc3a046"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99e1c139c7e10d571b700bed89ea4432",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3429270,
            "upload_time": "2025-03-28T12:21:27",
            "upload_time_iso_8601": "2025-03-28T12:21:27.952375Z",
            "url": "https://files.pythonhosted.org/packages/7d/c4/2b9c9e78cf4dec5adfdd6bf33336dfbc88b7f648487d10344c4580a8d645/lets_plot-4.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02f52b305c860e243a65ee97e0a40f3ba7a51a659e40c753160ca0db3d75e8af",
                "md5": "d3a0558d35ced088d1539c0ba21c8402",
                "sha256": "c401d8fc3deb5edb94a90f210c355e0f6804c04ea1b967d743d8d894db7fc5da"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d3a0558d35ced088d1539c0ba21c8402",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3110999,
            "upload_time": "2025-03-28T12:21:10",
            "upload_time_iso_8601": "2025-03-28T12:21:10.761588Z",
            "url": "https://files.pythonhosted.org/packages/02/f5/2b305c860e243a65ee97e0a40f3ba7a51a659e40c753160ca0db3d75e8af/lets_plot-4.6.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b1e244633ed6b54ee03668a06c649de342442d31bdb9f4315a22afde87d9628",
                "md5": "9ac0238e459e9ba4e1058003f269d9a5",
                "sha256": "dcc2614363500de35479b2f45fb8f5aa3f0904b3c9b71dd2969b26d90e5d7264"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp311-cp311-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ac0238e459e9ba4e1058003f269d9a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3265489,
            "upload_time": "2025-03-28T12:20:53",
            "upload_time_iso_8601": "2025-03-28T12:20:53.636707Z",
            "url": "https://files.pythonhosted.org/packages/4b/1e/244633ed6b54ee03668a06c649de342442d31bdb9f4315a22afde87d9628/lets_plot-4.6.2-cp311-cp311-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba2f7a3f8eb7a56307ab393e63bdbce629f4cf26878b7d01158cea6be1924ba8",
                "md5": "5d3c73347fac862f70772027a8a6b0ca",
                "sha256": "b19977b12cd0a894fd72688220d9a34b30ee33d0436e9a273dae2f759be94d10"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5d3c73347fac862f70772027a8a6b0ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3212218,
            "upload_time": "2025-03-28T12:21:21",
            "upload_time_iso_8601": "2025-03-28T12:21:21.384439Z",
            "url": "https://files.pythonhosted.org/packages/ba/2f/7a3f8eb7a56307ab393e63bdbce629f4cf26878b7d01158cea6be1924ba8/lets_plot-4.6.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2a5a24124c2a5b9dedb8051f04c47b9fd3a7c03c08e210d6465bd51a24a7c4e",
                "md5": "dc8d1c24583baa26a19f2992543aa2a4",
                "sha256": "d1209cce87e0bdc8a2b6af3e0cfc628fbd167aa83c0c5cad58a38350208f49c3"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dc8d1c24583baa26a19f2992543aa2a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3381438,
            "upload_time": "2025-03-28T12:20:55",
            "upload_time_iso_8601": "2025-03-28T12:20:55.384908Z",
            "url": "https://files.pythonhosted.org/packages/a2/a5/a24124c2a5b9dedb8051f04c47b9fd3a7c03c08e210d6465bd51a24a7c4e/lets_plot-4.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1db84d63515f34d8e355d095c10a5a57d4c4011af2a3f18bd08f2f7bd5c55757",
                "md5": "8a26e57bb7b69a41e04a154af2379349",
                "sha256": "dc2bd0cd18c5a7e0d7cb1e8cdb95e725248d07be3ffc7fe6de1252b659d07e37"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a26e57bb7b69a41e04a154af2379349",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3429351,
            "upload_time": "2025-03-28T12:21:39",
            "upload_time_iso_8601": "2025-03-28T12:21:39.821090Z",
            "url": "https://files.pythonhosted.org/packages/1d/b8/4d63515f34d8e355d095c10a5a57d4c4011af2a3f18bd08f2f7bd5c55757/lets_plot-4.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7e80aafbb98b3e9b03f870271c44887c97af68061edd6279f2362f61f911925",
                "md5": "e9790cd4fc164cf7754e5bbe36877fc7",
                "sha256": "eb554acab164e80ea90cdb15270442cb19a131658a9e877b90ed3440da0e1b1a"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e9790cd4fc164cf7754e5bbe36877fc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3111040,
            "upload_time": "2025-03-28T12:21:18",
            "upload_time_iso_8601": "2025-03-28T12:21:18.128113Z",
            "url": "https://files.pythonhosted.org/packages/e7/e8/0aafbb98b3e9b03f870271c44887c97af68061edd6279f2362f61f911925/lets_plot-4.6.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a00af910551cd019df2858800607ae0e9be4fc4a9a34f99363c3bb521c8a1450",
                "md5": "d3b2155f79f1d21aa1d9741fdeda9cb8",
                "sha256": "9ae23c27db34c9925fbedcb737bc0c466f15d81b44bf6b28b98e5e00c77dad51"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp312-cp312-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3b2155f79f1d21aa1d9741fdeda9cb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3265493,
            "upload_time": "2025-03-28T12:21:19",
            "upload_time_iso_8601": "2025-03-28T12:21:19.550099Z",
            "url": "https://files.pythonhosted.org/packages/a0/0a/f910551cd019df2858800607ae0e9be4fc4a9a34f99363c3bb521c8a1450/lets_plot-4.6.2-cp312-cp312-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04334b186ae06ac8ff472b02878df203dc470f14e0902d00a58343aee6dff010",
                "md5": "7d10da72c896365847697c84d9276cf0",
                "sha256": "8ee4e0a4a2125959c222c68e554c347b4104314bd21848b2eaa38dc7b3a6cab2"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7d10da72c896365847697c84d9276cf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3212315,
            "upload_time": "2025-03-28T12:21:29",
            "upload_time_iso_8601": "2025-03-28T12:21:29.713745Z",
            "url": "https://files.pythonhosted.org/packages/04/33/4b186ae06ac8ff472b02878df203dc470f14e0902d00a58343aee6dff010/lets_plot-4.6.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7115307d84d450c5fd0780006a5901c9e73878c06f8ef5d3b8a4e4b6d0a059da",
                "md5": "a0b181dd1ebb13144cf1635d0a25862e",
                "sha256": "03198b2da36c52d1a7bddfa61cb986563aafae24dcba81061dc37ad678a9b5c2"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0b181dd1ebb13144cf1635d0a25862e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3381581,
            "upload_time": "2025-03-28T12:21:03",
            "upload_time_iso_8601": "2025-03-28T12:21:03.741651Z",
            "url": "https://files.pythonhosted.org/packages/71/15/307d84d450c5fd0780006a5901c9e73878c06f8ef5d3b8a4e4b6d0a059da/lets_plot-4.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f64e72be7b84b6db0f6749a1ad1ae711909931b9f4526d7ffd5c612ef53e1bc",
                "md5": "2f4285dd3d8f78062e125035eb5ac2ea",
                "sha256": "8602d254f218f175c2ce51664879b0657a84e14bc3fff2140b96b18a1f0a2629"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f4285dd3d8f78062e125035eb5ac2ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3430242,
            "upload_time": "2025-03-28T12:21:22",
            "upload_time_iso_8601": "2025-03-28T12:21:22.821388Z",
            "url": "https://files.pythonhosted.org/packages/3f/64/e72be7b84b6db0f6749a1ad1ae711909931b9f4526d7ffd5c612ef53e1bc/lets_plot-4.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f730880ea4c6b6fdba58b24dfff5e3d0da7b72af1cbb75c3c7b426215e1cbac1",
                "md5": "a4dbb2b457d47ad413866c1b80c6fa51",
                "sha256": "ba48c49f063da851d172d84388c18af4222abbec0574c2acd90e1a797c4ab538"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a4dbb2b457d47ad413866c1b80c6fa51",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3110977,
            "upload_time": "2025-03-28T12:21:26",
            "upload_time_iso_8601": "2025-03-28T12:21:26.220034Z",
            "url": "https://files.pythonhosted.org/packages/f7/30/880ea4c6b6fdba58b24dfff5e3d0da7b72af1cbb75c3c7b426215e1cbac1/lets_plot-4.6.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55246bb37fd04571ec44ca55cf96c6f61d67ce9909042b5a17d9e43cbc1c4cfd",
                "md5": "5d81ad68b0d0d87e52baaf9c79ac56ee",
                "sha256": "33c0cb946d8bcf6ba0f1a023f68350c5d2df75164b0f66b5db68d6ccdb2691a7"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp313-cp313-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d81ad68b0d0d87e52baaf9c79ac56ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3265496,
            "upload_time": "2025-03-28T12:21:12",
            "upload_time_iso_8601": "2025-03-28T12:21:12.489121Z",
            "url": "https://files.pythonhosted.org/packages/55/24/6bb37fd04571ec44ca55cf96c6f61d67ce9909042b5a17d9e43cbc1c4cfd/lets_plot-4.6.2-cp313-cp313-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d084e81517365e8356ee307a0708206d656d35b3f59a27a44bd34061a068edb",
                "md5": "880b9f3790c969e2aa6fed94dc06a9bb",
                "sha256": "c639377a294bdeb391b0f6232bb900f515539b7fe50fe81c50bfd70e6905580a"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "880b9f3790c969e2aa6fed94dc06a9bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3212311,
            "upload_time": "2025-03-28T12:20:56",
            "upload_time_iso_8601": "2025-03-28T12:20:56.984349Z",
            "url": "https://files.pythonhosted.org/packages/8d/08/4e81517365e8356ee307a0708206d656d35b3f59a27a44bd34061a068edb/lets_plot-4.6.2-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f3e2816bd92b8919b3d88d73521c20b4adccd9b85c24a6cf9f62e12ab0484ef",
                "md5": "7574cf31c40f0e1fad580caf3a3b0b8a",
                "sha256": "d7d2452dfc74ee07ea2717c8678a971a0f8cb6b9da3d0986987cf30674311c8c"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7574cf31c40f0e1fad580caf3a3b0b8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3381531,
            "upload_time": "2025-03-28T12:21:15",
            "upload_time_iso_8601": "2025-03-28T12:21:15.636771Z",
            "url": "https://files.pythonhosted.org/packages/0f/3e/2816bd92b8919b3d88d73521c20b4adccd9b85c24a6cf9f62e12ab0484ef/lets_plot-4.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e11e8857c119c67c753a436f06e84c8a5397aebaa25acb2e1ff7af2c38915ff5",
                "md5": "7b318a49940082db34fa95aa60012df9",
                "sha256": "0ab6d5d05e458287356c84dd36f592e0313374a5012d074398051a8bf74cbbee"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b318a49940082db34fa95aa60012df9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3430174,
            "upload_time": "2025-03-28T12:21:14",
            "upload_time_iso_8601": "2025-03-28T12:21:14.266520Z",
            "url": "https://files.pythonhosted.org/packages/e1/1e/8857c119c67c753a436f06e84c8a5397aebaa25acb2e1ff7af2c38915ff5/lets_plot-4.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3057452beacbeca5a2254f51c0c566f6124890400ee997469f2dcf48f08b624b",
                "md5": "c0f04090bdd3d2758a4604843145b3fd",
                "sha256": "f5c5943c2180b213c12e319f3f2feb9fdc429fb3043a5cf9dc112a18c485dedf"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c0f04090bdd3d2758a4604843145b3fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3110974,
            "upload_time": "2025-03-28T12:21:07",
            "upload_time_iso_8601": "2025-03-28T12:21:07.227382Z",
            "url": "https://files.pythonhosted.org/packages/30/57/452beacbeca5a2254f51c0c566f6124890400ee997469f2dcf48f08b624b/lets_plot-4.6.2-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "610db51ffa2f984efc205b4ed41965c9c5d6c3fdb87b98df7bbe9981f9bb8975",
                "md5": "71a8340a0e105b05d5d72d093f994845",
                "sha256": "c0b12c93f39d1e3389bcd77f90397777cc91b2e44d5cd041a4e71dee75c6cf64"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp38-cp38-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71a8340a0e105b05d5d72d093f994845",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3265675,
            "upload_time": "2025-03-28T12:21:05",
            "upload_time_iso_8601": "2025-03-28T12:21:05.510430Z",
            "url": "https://files.pythonhosted.org/packages/61/0d/b51ffa2f984efc205b4ed41965c9c5d6c3fdb87b98df7bbe9981f9bb8975/lets_plot-4.6.2-cp38-cp38-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b844bdbb353a1bed085c4dd2677dc3fbf54cbec8c9b5da9e5ef42c24626bf22",
                "md5": "a5285c0034d3749af91e776ad8c62769",
                "sha256": "65a5bdcef547f6d73aaf2e7b7c09712694400e05f4f3279f0713e6bdc09cf584"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a5285c0034d3749af91e776ad8c62769",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3212168,
            "upload_time": "2025-03-28T12:20:49",
            "upload_time_iso_8601": "2025-03-28T12:20:49.197531Z",
            "url": "https://files.pythonhosted.org/packages/7b/84/4bdbb353a1bed085c4dd2677dc3fbf54cbec8c9b5da9e5ef42c24626bf22/lets_plot-4.6.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9137841eb4add70e1453225e2b937d2cbebf8b51dead035ba50b117165d2e068",
                "md5": "842e80b994b5fddd3cda9ce08c0d3dfb",
                "sha256": "eaae150adf3ba52e4752c40b6804316bf7269ac8fd98b60d52e5fb27a1f15579"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "842e80b994b5fddd3cda9ce08c0d3dfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3381383,
            "upload_time": "2025-03-28T12:21:24",
            "upload_time_iso_8601": "2025-03-28T12:21:24.263570Z",
            "url": "https://files.pythonhosted.org/packages/91/37/841eb4add70e1453225e2b937d2cbebf8b51dead035ba50b117165d2e068/lets_plot-4.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b14aa8976210fa3e17562e872d09e43b580e0d8257a19f32fc38e738216ac50",
                "md5": "d76b8eaac2c5844fea0ff1ec27804455",
                "sha256": "3bff49134a47faf0224fce33459788fb49936b6b2efab0e092c90c39364292b9"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d76b8eaac2c5844fea0ff1ec27804455",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3429966,
            "upload_time": "2025-03-28T12:21:00",
            "upload_time_iso_8601": "2025-03-28T12:21:00.094694Z",
            "url": "https://files.pythonhosted.org/packages/0b/14/aa8976210fa3e17562e872d09e43b580e0d8257a19f32fc38e738216ac50/lets_plot-4.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "89b9ef28143abb310d96bf15855e2d3c4bc22091a98e22258847f77e217ab52c",
                "md5": "65364437eaccd8869f40770d2bdf95f4",
                "sha256": "0ddb414197d1e15f4472be8e10735aff215f2dbcb95178b2785f891e240ff265"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "65364437eaccd8869f40770d2bdf95f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3110892,
            "upload_time": "2025-03-28T12:21:01",
            "upload_time_iso_8601": "2025-03-28T12:21:01.951421Z",
            "url": "https://files.pythonhosted.org/packages/89/b9/ef28143abb310d96bf15855e2d3c4bc22091a98e22258847f77e217ab52c/lets_plot-4.6.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "094c9e7067fb0dfb2d650212909aef29595478de35f5d89d516cd726e93cbabd",
                "md5": "f0fa521bdc989f1b5fbfac714e11cff0",
                "sha256": "fe0fc6c3725bca0e6a89ec50fa6bc6a9518faf9c52c6e94ee6823aeeb555c7a0"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp39-cp39-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0fa521bdc989f1b5fbfac714e11cff0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3265480,
            "upload_time": "2025-03-28T12:20:51",
            "upload_time_iso_8601": "2025-03-28T12:20:51.820072Z",
            "url": "https://files.pythonhosted.org/packages/09/4c/9e7067fb0dfb2d650212909aef29595478de35f5d89d516cd726e93cbabd/lets_plot-4.6.2-cp39-cp39-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56d8f1636ae8483c80a8758b68c643efc8b852a1660e1172dd2b273f8109392b",
                "md5": "afb7c1f5bd8dea2a3e26b5fc3392f150",
                "sha256": "f5b78eca5bc0722c3b5fa07d1285df3f830bf38cc08539239c21228d408197cd"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "afb7c1f5bd8dea2a3e26b5fc3392f150",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3212215,
            "upload_time": "2025-03-28T12:21:36",
            "upload_time_iso_8601": "2025-03-28T12:21:36.539052Z",
            "url": "https://files.pythonhosted.org/packages/56/d8/f1636ae8483c80a8758b68c643efc8b852a1660e1172dd2b273f8109392b/lets_plot-4.6.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "799eab5e2a8808ba316527b8e730ddf9551f9341495c55514da8377828095e5d",
                "md5": "23a3239bb36e17c58338207ad132463d",
                "sha256": "8f1d9303b753d8241c0833101f5c20d107f6c4fc7bdb826f225e84ccf3e55d35"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "23a3239bb36e17c58338207ad132463d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3381269,
            "upload_time": "2025-03-28T12:21:38",
            "upload_time_iso_8601": "2025-03-28T12:21:38.288015Z",
            "url": "https://files.pythonhosted.org/packages/79/9e/ab5e2a8808ba316527b8e730ddf9551f9341495c55514da8377828095e5d/lets_plot-4.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd4106fd9f13f45b138d6fc19d9dc3bb67a00f0fd4d49963193a4c41e5f8bf3e",
                "md5": "56ffa6fefb52c88033c9b41bd1f2b7d6",
                "sha256": "82497db945d386f94117613e827be72ed6a413131b5d32d73d9ee4d735a82444"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56ffa6fefb52c88033c9b41bd1f2b7d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3429172,
            "upload_time": "2025-03-28T12:21:31",
            "upload_time_iso_8601": "2025-03-28T12:21:31.130673Z",
            "url": "https://files.pythonhosted.org/packages/dd/41/06fd9f13f45b138d6fc19d9dc3bb67a00f0fd4d49963193a4c41e5f8bf3e/lets_plot-4.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33e93eac255520e6aa9a1e37530dc48d60d098851dcc601ef1e69b4d0e9b643d",
                "md5": "c3075d3092eba52659a105372c4c27ad",
                "sha256": "04ff0f066efc57aff5cc195f01527d1c47ac40a5b9c788fd58ccf9e95961d669"
            },
            "downloads": -1,
            "filename": "lets_plot-4.6.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c3075d3092eba52659a105372c4c27ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3111127,
            "upload_time": "2025-03-28T12:20:58",
            "upload_time_iso_8601": "2025-03-28T12:20:58.674202Z",
            "url": "https://files.pythonhosted.org/packages/33/e9/3eac255520e6aa9a1e37530dc48d60d098851dcc601ef1e69b4d0e9b643d/lets_plot-4.6.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-28 12:21:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JetBrains",
    "github_project": "lets-plot",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lets-plot"
}
        
Elapsed time: 0.60857s