matplotlib


Namematplotlib JSON
Version 3.8.4 PyPI version JSON
download
home_pagehttps://matplotlib.org
SummaryPython plotting package
upload_time2024-04-04 01:47:18
maintainerNone
docs_urlNone
authorJohn D. Hunter, Michael Droettboom
requires_python>=3.9
licensePSF
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)
[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)
[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)

[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)
[![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)
[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)
[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)

[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)
[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)
[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)

![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)

Matplotlib is a comprehensive library for creating static, animated, and
interactive visualizations in Python.

Check out our [home page](https://matplotlib.org/) for more information.

![image](https://matplotlib.org/_static/readme_preview.png)

Matplotlib produces publication-quality figures in a variety of hardcopy
formats and interactive environments across platforms. Matplotlib can be
used in Python scripts, Python/IPython shells, web application servers,
and various graphical user interface toolkits.

## Install

See the [install
documentation](https://matplotlib.org/stable/users/installing/index.html),
which is generated from `/doc/users/installing/index.rst`

## Contribute

You've discovered a bug or something else you want to change — excellent!

You've worked out a way to fix it — even better!

You want to tell us about it — best of all!

Start at the [contributing
guide](https://matplotlib.org/devdocs/devel/contributing.html)!

## Contact

[Discourse](https://discourse.matplotlib.org/) is the discussion forum
for general questions and discussions and our recommended starting
point.

Our active mailing lists (which are mirrored on Discourse) are:

-   [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)
    mailing list: <matplotlib-users@python.org>
-   [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)
    mailing list: <matplotlib-announce@python.org>
-   [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)
    mailing list: <matplotlib-devel@python.org>

[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating
development and asking questions directly related to contributing to
matplotlib.

## Citing Matplotlib

If Matplotlib contributes to a project that leads to publication, please
acknowledge this by citing Matplotlib.

[A ready-made citation
entry](https://matplotlib.org/stable/users/project/citing.html) is
available.

            

Raw data

            {
    "_id": null,
    "home_page": "https://matplotlib.org",
    "name": "matplotlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "John D. Hunter, Michael Droettboom",
    "author_email": "matplotlib-users@python.org",
    "download_url": "https://files.pythonhosted.org/packages/38/4f/8487737a74d8be4ab5fbe6019b0fae305c1604cf7209500969b879b5f462/matplotlib-3.8.4.tar.gz",
    "platform": "any",
    "description": "[![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)\n[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)\n[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)\n[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)\n\n[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)\n[![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)\n[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)\n[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)\n\n[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)\n[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)\n[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)\n[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)\n\n![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)\n\nMatplotlib is a comprehensive library for creating static, animated, and\ninteractive visualizations in Python.\n\nCheck out our [home page](https://matplotlib.org/) for more information.\n\n![image](https://matplotlib.org/_static/readme_preview.png)\n\nMatplotlib produces publication-quality figures in a variety of hardcopy\nformats and interactive environments across platforms. Matplotlib can be\nused in Python scripts, Python/IPython shells, web application servers,\nand various graphical user interface toolkits.\n\n## Install\n\nSee the [install\ndocumentation](https://matplotlib.org/stable/users/installing/index.html),\nwhich is generated from `/doc/users/installing/index.rst`\n\n## Contribute\n\nYou've discovered a bug or something else you want to change \u2014 excellent!\n\nYou've worked out a way to fix it \u2014 even better!\n\nYou want to tell us about it \u2014 best of all!\n\nStart at the [contributing\nguide](https://matplotlib.org/devdocs/devel/contributing.html)!\n\n## Contact\n\n[Discourse](https://discourse.matplotlib.org/) is the discussion forum\nfor general questions and discussions and our recommended starting\npoint.\n\nOur active mailing lists (which are mirrored on Discourse) are:\n\n-   [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)\n    mailing list: <matplotlib-users@python.org>\n-   [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)\n    mailing list: <matplotlib-announce@python.org>\n-   [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)\n    mailing list: <matplotlib-devel@python.org>\n\n[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating\ndevelopment and asking questions directly related to contributing to\nmatplotlib.\n\n## Citing Matplotlib\n\nIf Matplotlib contributes to a project that leads to publication, please\nacknowledge this by citing Matplotlib.\n\n[A ready-made citation\nentry](https://matplotlib.org/stable/users/project/citing.html) is\navailable.\n",
    "bugtrack_url": null,
    "license": "PSF",
    "summary": "Python plotting package",
    "version": "3.8.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/matplotlib/matplotlib/issues",
        "Documentation": "https://matplotlib.org",
        "Donate": "https://numfocus.org/donate-to-matplotlib",
        "Download": "https://matplotlib.org/stable/users/installing/index.html",
        "Forum": "https://discourse.matplotlib.org/",
        "Homepage": "https://matplotlib.org",
        "Source Code": "https://github.com/matplotlib/matplotlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67c01f88491656d21a2fecd90fbfae999b2f87bc44d439ef301ec8e0e4a937a0",
                "md5": "7182f4656d3133410524b78bb1f7aa91",
                "sha256": "abc9d838f93583650c35eca41cfcec65b2e7cb50fd486da6f0c49b5e1ed23014"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7182f4656d3133410524b78bb1f7aa91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7603557,
            "upload_time": "2024-04-04T01:47:46",
            "upload_time_iso_8601": "2024-04-04T01:47:46.363722Z",
            "url": "https://files.pythonhosted.org/packages/67/c0/1f88491656d21a2fecd90fbfae999b2f87bc44d439ef301ec8e0e4a937a0/matplotlib-3.8.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "869caa059a4fb8154d5875a5ddd33f8d0a42d77c0225fe4325e9b9358f39b0bf",
                "md5": "676beba6ff0698629e4ed767612c8c53",
                "sha256": "8f65c9f002d281a6e904976007b2d46a1ee2bcea3a68a8c12dda24709ddc9106"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "676beba6ff0698629e4ed767612c8c53",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7497421,
            "upload_time": "2024-04-04T01:47:54",
            "upload_time_iso_8601": "2024-04-04T01:47:54.074891Z",
            "url": "https://files.pythonhosted.org/packages/86/9c/aa059a4fb8154d5875a5ddd33f8d0a42d77c0225fe4325e9b9358f39b0bf/matplotlib-3.8.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b67ded5217d42de1532193cd87db925c67997d23c68b20c3eaa9e4c6a0adb67",
                "md5": "3366e5906ffd9aa552f4de437c009079",
                "sha256": "ce1edd9f5383b504dbc26eeea404ed0a00656c526638129028b758fd43fc5f10"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3366e5906ffd9aa552f4de437c009079",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 11377985,
            "upload_time": "2024-04-04T01:48:04",
            "upload_time_iso_8601": "2024-04-04T01:48:04.955463Z",
            "url": "https://files.pythonhosted.org/packages/0b/67/ded5217d42de1532193cd87db925c67997d23c68b20c3eaa9e4c6a0adb67/matplotlib-3.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d607061f97211f942101070a46fecd813a6b1bd83590ed7b07c473cabd707fe7",
                "md5": "4122c7e1713ee4ff02f98d6b7a82df09",
                "sha256": "ecd79298550cba13a43c340581a3ec9c707bd895a6a061a78fa2524660482fc0"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4122c7e1713ee4ff02f98d6b7a82df09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 11608003,
            "upload_time": "2024-04-04T01:48:16",
            "upload_time_iso_8601": "2024-04-04T01:48:16.250616Z",
            "url": "https://files.pythonhosted.org/packages/d6/07/061f97211f942101070a46fecd813a6b1bd83590ed7b07c473cabd707fe7/matplotlib-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ad35d0bb1d905e219543fdfd7ab04e9d641a766367c83a5ffbcea60d2b2cf2d",
                "md5": "cbd6e35f618fe05cae29e3da442a78c8",
                "sha256": "90df07db7b599fe7035d2f74ab7e438b656528c68ba6bb59b7dc46af39ee48ef"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cbd6e35f618fe05cae29e3da442a78c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 9535368,
            "upload_time": "2024-04-04T01:48:26",
            "upload_time_iso_8601": "2024-04-04T01:48:26.265444Z",
            "url": "https://files.pythonhosted.org/packages/9a/d3/5d0bb1d905e219543fdfd7ab04e9d641a766367c83a5ffbcea60d2b2cf2d/matplotlib-3.8.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "625aa5108ae3db37f35f8a2be8a57d62da327af239214c9661464ce09ee32d7d",
                "md5": "55448b0c8f5122d661d6bb5d39ae6a42",
                "sha256": "ac24233e8f2939ac4fd2919eed1e9c0871eac8057666070e94cbf0b33dd9c338"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "55448b0c8f5122d661d6bb5d39ae6a42",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7656037,
            "upload_time": "2024-04-04T01:48:34",
            "upload_time_iso_8601": "2024-04-04T01:48:34.761354Z",
            "url": "https://files.pythonhosted.org/packages/62/5a/a5108ae3db37f35f8a2be8a57d62da327af239214c9661464ce09ee32d7d/matplotlib-3.8.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "361162250ea25780d4b59c2c6044ec161235c47cc05a18d0ec0a05657de75b7d",
                "md5": "1d899cff88bb7e87d51c5f8bcce684be",
                "sha256": "72f9322712e4562e792b2961971891b9fbbb0e525011e09ea0d1f416c4645661"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d899cff88bb7e87d51c5f8bcce684be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7606117,
            "upload_time": "2024-04-04T01:48:42",
            "upload_time_iso_8601": "2024-04-04T01:48:42.545505Z",
            "url": "https://files.pythonhosted.org/packages/36/11/62250ea25780d4b59c2c6044ec161235c47cc05a18d0ec0a05657de75b7d/matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "146012d4f27b859a74359306662da69c2d08826a2b05cfe7f96e66b490f41573",
                "md5": "75e3cac93aa16d0eddae7577beabd67c",
                "sha256": "232ce322bfd020a434caaffbd9a95333f7c2491e59cfc014041d95e38ab90d1c"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "75e3cac93aa16d0eddae7577beabd67c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7500108,
            "upload_time": "2024-04-04T01:48:50",
            "upload_time_iso_8601": "2024-04-04T01:48:50.210735Z",
            "url": "https://files.pythonhosted.org/packages/14/60/12d4f27b859a74359306662da69c2d08826a2b05cfe7f96e66b490f41573/matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eba9e4f7f34dccf2d2768504410410db8d551c940457a2bec658dc4fa3b5aa2",
                "md5": "52c0ce66af64449cb8e50ba9dab96eb6",
                "sha256": "6addbd5b488aedb7f9bc19f91cd87ea476206f45d7116fcfe3d31416702a82fa"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52c0ce66af64449cb8e50ba9dab96eb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 11382998,
            "upload_time": "2024-04-04T01:49:01",
            "upload_time_iso_8601": "2024-04-04T01:49:01.346785Z",
            "url": "https://files.pythonhosted.org/packages/4e/ba/9e4f7f34dccf2d2768504410410db8d551c940457a2bec658dc4fa3b5aa2/matplotlib-3.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "803be363612ac1a514abfb5505aa209dd5b724b3232a6de98710d7759559706a",
                "md5": "497d5350107bd9a916f27afcab1b6dac",
                "sha256": "cc4ccdc64e3039fc303defd119658148f2349239871db72cd74e2eeaa9b80b71"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "497d5350107bd9a916f27afcab1b6dac",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 11613309,
            "upload_time": "2024-04-04T01:49:13",
            "upload_time_iso_8601": "2024-04-04T01:49:13.428453Z",
            "url": "https://files.pythonhosted.org/packages/80/3b/e363612ac1a514abfb5505aa209dd5b724b3232a6de98710d7759559706a/matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "324c63164901acadb3ada55c5e0fd6b7f29c9033d7e131302884cd735611b77a",
                "md5": "092339907690951272dd7527b4f57c1d",
                "sha256": "b7a2a253d3b36d90c8993b4620183b55665a429da8357a4f621e78cd48b2b30b"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "092339907690951272dd7527b4f57c1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 9546019,
            "upload_time": "2024-04-04T01:49:23",
            "upload_time_iso_8601": "2024-04-04T01:49:23.752258Z",
            "url": "https://files.pythonhosted.org/packages/32/4c/63164901acadb3ada55c5e0fd6b7f29c9033d7e131302884cd735611b77a/matplotlib-3.8.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dd56227732ecab9165586966ccb54301e3164f61b470c954c4cf6940654fbe1",
                "md5": "2b8a69ea1c957e0bd097b1aee87c1d8c",
                "sha256": "8080d5081a86e690d7688ffa542532e87f224c38a6ed71f8fbed34dd1d9fedae"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2b8a69ea1c957e0bd097b1aee87c1d8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7658174,
            "upload_time": "2024-04-04T01:49:32",
            "upload_time_iso_8601": "2024-04-04T01:49:32.066965Z",
            "url": "https://files.pythonhosted.org/packages/2d/d5/6227732ecab9165586966ccb54301e3164f61b470c954c4cf6940654fbe1/matplotlib-3.8.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91eb65f3bd78ce757dadd455c220273349428384b162485cd8aa380b61a867ed",
                "md5": "b16a496e568387a899030e422934f79b",
                "sha256": "6485ac1f2e84676cff22e693eaa4fbed50ef5dc37173ce1f023daef4687df616"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b16a496e568387a899030e422934f79b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7604083,
            "upload_time": "2024-04-04T01:49:40",
            "upload_time_iso_8601": "2024-04-04T01:49:40.442743Z",
            "url": "https://files.pythonhosted.org/packages/91/eb/65f3bd78ce757dadd455c220273349428384b162485cd8aa380b61a867ed/matplotlib-3.8.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da2b2bb6073ca8d336da07ace7d98bf7bb9da8233f55876bb3db6a5ee924f3e9",
                "md5": "0e77c871a724d3ffddaec1310f6efb57",
                "sha256": "c89ee9314ef48c72fe92ce55c4e95f2f39d70208f9f1d9db4e64079420d8d732"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0e77c871a724d3ffddaec1310f6efb57",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7496013,
            "upload_time": "2024-04-04T01:49:48",
            "upload_time_iso_8601": "2024-04-04T01:49:48.174731Z",
            "url": "https://files.pythonhosted.org/packages/da/2b/2bb6073ca8d336da07ace7d98bf7bb9da8233f55876bb3db6a5ee924f3e9/matplotlib-3.8.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61cd976d3a9c10328da1d2fe183f7c92c45f1e125536226a6eb3a820c4753cd1",
                "md5": "0d22ab16b6fdfd4488b66f1230f7fd71",
                "sha256": "50bac6e4d77e4262c4340d7a985c30912054745ec99756ce213bfbc3cb3808eb"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0d22ab16b6fdfd4488b66f1230f7fd71",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 11376749,
            "upload_time": "2024-04-04T01:49:58",
            "upload_time_iso_8601": "2024-04-04T01:49:58.572981Z",
            "url": "https://files.pythonhosted.org/packages/61/cd/976d3a9c10328da1d2fe183f7c92c45f1e125536226a6eb3a820c4753cd1/matplotlib-3.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdba412149958e951876096198609b958b90a8a2c9bc07a96eeeaa9e2c480f30",
                "md5": "0687ff64aaba7f92f83231fdb66fd4c4",
                "sha256": "f51c4c869d4b60d769f7b4406eec39596648d9d70246428745a681c327a8ad30"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0687ff64aaba7f92f83231fdb66fd4c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 11600837,
            "upload_time": "2024-04-04T01:50:09",
            "upload_time_iso_8601": "2024-04-04T01:50:09.279901Z",
            "url": "https://files.pythonhosted.org/packages/cd/ba/412149958e951876096198609b958b90a8a2c9bc07a96eeeaa9e2c480f30/matplotlib-3.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc4fe5b56ca109d8ab6bae37f519f15b891fc18809ddb8bc1aa26e0bfca83e25",
                "md5": "3c160d88e1e1deb0664710db6ad32df8",
                "sha256": "b12ba985837e4899b762b81f5b2845bd1a28f4fdd1a126d9ace64e9c4eb2fb25"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c160d88e1e1deb0664710db6ad32df8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 9538883,
            "upload_time": "2024-04-04T01:50:19",
            "upload_time_iso_8601": "2024-04-04T01:50:19.268683Z",
            "url": "https://files.pythonhosted.org/packages/dc/4f/e5b56ca109d8ab6bae37f519f15b891fc18809ddb8bc1aa26e0bfca83e25/matplotlib-3.8.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dcae7bd1876a341ed8c456095962a582696cac1691cb6e55bd5ead15a755c5d",
                "md5": "8ce984ad78e5746ed4cfd87344125add",
                "sha256": "7a6769f58ce51791b4cb8b4d7642489df347697cd3e23d88266aaaee93b41d9a"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ce984ad78e5746ed4cfd87344125add",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7659712,
            "upload_time": "2024-04-04T01:50:26",
            "upload_time_iso_8601": "2024-04-04T01:50:26.938853Z",
            "url": "https://files.pythonhosted.org/packages/7d/ca/e7bd1876a341ed8c456095962a582696cac1691cb6e55bd5ead15a755c5d/matplotlib-3.8.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "845fa0c7a4ce9cc96d3e592c44d1c0f2ebdf5f101e25ced2c14902ae7faa4ff4",
                "md5": "2cb54620dce709c4703cc627b9e1ce08",
                "sha256": "843cbde2f0946dadd8c5c11c6d91847abd18ec76859dc319362a0964493f0ba6"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cb54620dce709c4703cc627b9e1ce08",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7603768,
            "upload_time": "2024-04-04T01:50:34",
            "upload_time_iso_8601": "2024-04-04T01:50:34.661444Z",
            "url": "https://files.pythonhosted.org/packages/84/5f/a0c7a4ce9cc96d3e592c44d1c0f2ebdf5f101e25ced2c14902ae7faa4ff4/matplotlib-3.8.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d58883aee628339486de57fcc8c1387e28de816182edcfc42928cff02c364664",
                "md5": "c036b5436973dbc5f2e34820395fac4b",
                "sha256": "1c13f041a7178f9780fb61cc3a2b10423d5e125480e4be51beaf62b172413b67"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c036b5436973dbc5f2e34820395fac4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7497617,
            "upload_time": "2024-04-04T01:50:42",
            "upload_time_iso_8601": "2024-04-04T01:50:42.558729Z",
            "url": "https://files.pythonhosted.org/packages/d5/88/83aee628339486de57fcc8c1387e28de816182edcfc42928cff02c364664/matplotlib-3.8.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12ef781cbbbfb35c0ebd0689bcfbe5e2002d6529a98bd015aeeb026cba00dd21",
                "md5": "8855169681b7267fcca6662e62ae4151",
                "sha256": "fb44f53af0a62dc80bba4443d9b27f2fde6acfdac281d95bc872dc148a6509cc"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8855169681b7267fcca6662e62ae4151",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 11375584,
            "upload_time": "2024-04-04T01:50:53",
            "upload_time_iso_8601": "2024-04-04T01:50:53.033770Z",
            "url": "https://files.pythonhosted.org/packages/12/ef/781cbbbfb35c0ebd0689bcfbe5e2002d6529a98bd015aeeb026cba00dd21/matplotlib-3.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e2c513395a63a9e1124a5648addbf73be23cc603f955af026b04416da98dc96",
                "md5": "a50426631c207d7c1d3c5d69ec80bc7a",
                "sha256": "606e3b90897554c989b1e38a258c626d46c873523de432b1462f295db13de6f9"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a50426631c207d7c1d3c5d69ec80bc7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 11605657,
            "upload_time": "2024-04-04T01:51:03",
            "upload_time_iso_8601": "2024-04-04T01:51:03.587628Z",
            "url": "https://files.pythonhosted.org/packages/5e/2c/513395a63a9e1124a5648addbf73be23cc603f955af026b04416da98dc96/matplotlib-3.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d61aba46dae221013e3bcf47e3d48eaf3fd1c4386947170fd7d688d6ee91ca16",
                "md5": "96ad8846b468e3fe68124c6079b4aac8",
                "sha256": "9bb0189011785ea794ee827b68777db3ca3f93f3e339ea4d920315a0e5a78d54"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "96ad8846b468e3fe68124c6079b4aac8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 9533888,
            "upload_time": "2024-04-04T01:51:13",
            "upload_time_iso_8601": "2024-04-04T01:51:13.724244Z",
            "url": "https://files.pythonhosted.org/packages/d6/1a/ba46dae221013e3bcf47e3d48eaf3fd1c4386947170fd7d688d6ee91ca16/matplotlib-3.8.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54af17195cf1f43cd3be79b15aecc5b7e44ea08456bd0048ad8dcd3a5fd45c45",
                "md5": "39832a0729b26809d59c359eb53c62ef",
                "sha256": "6209e5c9aaccc056e63b547a8152661324404dd92340a6e479b3a7f24b42a5d0"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "39832a0729b26809d59c359eb53c62ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7657355,
            "upload_time": "2024-04-04T01:51:22",
            "upload_time_iso_8601": "2024-04-04T01:51:22.171090Z",
            "url": "https://files.pythonhosted.org/packages/54/af/17195cf1f43cd3be79b15aecc5b7e44ea08456bd0048ad8dcd3a5fd45c45/matplotlib-3.8.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4df727b45380622e3df2619bf9c2542e4d17a2b1f11d67d1cf7a4a041a16f33f",
                "md5": "028ef6e6324b01a0c7352470ae8d8b83",
                "sha256": "c7064120a59ce6f64103c9cefba8ffe6fba87f2c61d67c401186423c9a20fd35"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "028ef6e6324b01a0c7352470ae8d8b83",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7563889,
            "upload_time": "2024-04-04T01:51:30",
            "upload_time_iso_8601": "2024-04-04T01:51:30.263880Z",
            "url": "https://files.pythonhosted.org/packages/4d/f7/27b45380622e3df2619bf9c2542e4d17a2b1f11d67d1cf7a4a041a16f33f/matplotlib-3.8.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71eb0bc0ec2ac000f4d419756eaa9d29c35cf6ea51be8c640ff24e6e2326390d",
                "md5": "9bf8ae928cd53cefdb53ffe096b14a84",
                "sha256": "a0e47eda4eb2614300fc7bb4657fced3e83d6334d03da2173b09e447418d499f"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9bf8ae928cd53cefdb53ffe096b14a84",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7702219,
            "upload_time": "2024-04-04T01:51:38",
            "upload_time_iso_8601": "2024-04-04T01:51:38.547786Z",
            "url": "https://files.pythonhosted.org/packages/71/eb/0bc0ec2ac000f4d419756eaa9d29c35cf6ea51be8c640ff24e6e2326390d/matplotlib-3.8.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b60defc34c3bf39aac4f7224db2ba01d154350ba527cd76f037a7b35fb104f39",
                "md5": "a1ca240986be94e444766c2cc1390ac0",
                "sha256": "493e9f6aa5819156b58fce42b296ea31969f2aab71c5b680b4ea7a3cb5c07d94"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a1ca240986be94e444766c2cc1390ac0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7657291,
            "upload_time": "2024-04-04T01:51:46",
            "upload_time_iso_8601": "2024-04-04T01:51:46.471005Z",
            "url": "https://files.pythonhosted.org/packages/b6/0d/efc34c3bf39aac4f7224db2ba01d154350ba527cd76f037a7b35fb104f39/matplotlib-3.8.4-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "384f8487737a74d8be4ab5fbe6019b0fae305c1604cf7209500969b879b5f462",
                "md5": "d8635506f70b398b48a2cd2fdc1627cb",
                "sha256": "8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea"
            },
            "downloads": -1,
            "filename": "matplotlib-3.8.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d8635506f70b398b48a2cd2fdc1627cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 35934425,
            "upload_time": "2024-04-04T01:47:18",
            "upload_time_iso_8601": "2024-04-04T01:47:18.594711Z",
            "url": "https://files.pythonhosted.org/packages/38/4f/8487737a74d8be4ab5fbe6019b0fae305c1604cf7209500969b879b5f462/matplotlib-3.8.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 01:47:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matplotlib",
    "github_project": "matplotlib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "circle": true,
    "tox": true,
    "lcname": "matplotlib"
}
        
Elapsed time: 0.26662s