{"id":13409509,"url":"https://github.com/proplot-dev/proplot","last_synced_at":"2025-12-12T01:04:21.813Z","repository":{"id":37285395,"uuid":"113293661","full_name":"proplot-dev/proplot","owner":"proplot-dev","description":"🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics","archived":false,"fork":false,"pushed_at":"2024-08-20T11:56:15.000Z","size":225560,"stargazers_count":1115,"open_issues_count":92,"forks_count":103,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-10-29T15:33:37.489Z","etag":null,"topics":["data-visualization","matplotlib","plotting","python"],"latest_commit_sha":null,"homepage":"https://proplot.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proplot-dev.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-06T09:07:18.000Z","updated_at":"2024-10-25T11:06:47.000Z","dependencies_parsed_at":"2022-07-12T10:02:47.844Z","dependency_job_id":"6a70b9dd-46a7-4409-bee7-21dcb7a33f66","html_url":"https://github.com/proplot-dev/proplot","commit_stats":{"total_commits":3865,"total_committers":14,"mean_commits":"276.07142857142856","dds":0.005692108667529117,"last_synced_commit":"f0396ffe1d13eb8059a07997c070578aef175393"},"previous_names":["lukelbd/proplot"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proplot-dev%2Fproplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proplot-dev%2Fproplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proplot-dev%2Fproplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proplot-dev%2Fproplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proplot-dev","download_url":"https://codeload.github.com/proplot-dev/proplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","matplotlib","plotting","python"],"created_at":"2024-07-30T20:01:01.508Z","updated_at":"2025-12-12T01:04:21.764Z","avatar_url":"https://github.com/proplot-dev.png","language":"Python","readme":".. image:: https://github.com/proplot-dev/proplot/blob/master/docs/_static/logo_long.svg?raw=true\n   :width: 1000px\n\n|build-status| |docs| |pypi| |code-style| |pr-welcome| |license| |gitter| |doi|\n\nA succinct `matplotlib \u003chttps://matplotlib.org/\u003e`__ wrapper for making beautiful,\npublication-quality graphics.\n\nUltraplot: Proplot's Spiritual Successor\n========================================\n\nDevelopment on ``proplot`` has been indefinitely halted since summer 2023. A spiritual successor in ``ultraplot`` has been launched. It uses the ``proplot`` codebase and has modernized it to support recent versions of ``matplotlib``, ``cartopy``, ``python``, etc. and is adding new features and enhancements. Check out the project over at the `ultraplot repo \u003chttps://github.com/Ultraplot/ultraplot\u003e`__ and `ultraplot docs \u003chttps://ultraplot.readthedocs.io/en/latest/\u003e`__!\n\nDocumentation\n=============\n\nThe documentation is `published on readthedocs \u003chttps://proplot.readthedocs.io\u003e`__.\n\nInstallation\n============\n\nProplot is published on `PyPi \u003chttps://pypi.org/project/proplot/\u003e`__ and\n`conda-forge \u003chttps://conda-forge.org\u003e`__. It can be installed with ``pip`` or\n``conda`` as follows:\n\n.. code-block:: bash\n\n   pip install proplot\n   conda install -c conda-forge proplot\n\nLikewise, an existing installation of proplot can be upgraded\nto the latest version with:\n\n.. code-block:: bash\n\n   pip install --upgrade proplot\n   conda upgrade proplot\n\nTo install a development version of proplot, you can use\n``pip install git+https://github.com/proplot-dev/proplot.git``\nor clone the repository and run ``pip install -e .``\ninside the ``proplot`` folder.\n\n\n.. |build-status| image:: https://travis-ci.com/proplot-dev/proplot.svg?branch=master\n   :alt: build status\n   :target: https://app.travis-ci.com/proplot-dev/proplot\n\n.. |docs| image:: https://readthedocs.org/projects/proplot/badge/?version=latest\n   :alt: docs\n   :target: https://proplot.readthedocs.io/en/latest/?badge=latest\n\n.. |pypi| image:: https://img.shields.io/pypi/v/proplot?color=83%20197%2052\n   :alt: pypi\n   :target: https://pypi.org/project/proplot/\n\n.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :alt: black\n   :target: https://github.com/psf/black\n\n.. |pr-welcome| image:: https://img.shields.io/badge/PR-Welcome-green.svg?\n   :alt: PR welcome\n   :target: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project\n\n.. |license| image:: https://img.shields.io/github/license/proplot-dev/proplot.svg\n   :alt: license\n   :target: LICENSE.txt\n\n.. |gitter| image:: https://badges.gitter.im/gitterHQ/gitter.svg\n   :alt: gitter\n   :target: https://gitter.im/pro-plot/community\n\n.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3873878.svg\n   :alt: doi\n   :target: https://doi.org/10.5281/zenodo.3873878\n\n\n..\n   |code-style| image:: https://img.shields.io/badge/code%20style-pep8-green.svg\n   :alt: pep8\n   :target: https://www.python.org/dev/peps/pep-0008/\n\n..\n   |coverage| image:: https://codecov.io/gh/proplot-dev/proplot/branch/master/graph/badge.svg\n   :alt: coverage\n   :target: https://codecov.io/gh/proplot-dev/proplot\n\n..\n   |quality| image:: https://api.codacy.com/project/badge/Grade/931d7467c69c40fbb1e97a11d092f9cd\n   :alt: quality\n   :target: https://www.codacy.com/app/proplot-dev/proplot?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=proplot-dev/proplot\u0026amp;utm_campaign=Badge_Grade\n\n..\n   |hits| image:: http://hits.dwyl.com/proplot-dev/proplot.svg\n   :alt: hits\n   :target: http://hits.dwyl.com/proplot-dev/proplot\n\n..\n   |contributions| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\n   :alt: contributions\n   :target: https://github.com/proplot-dev/issues\n\n..\n   |issues| image:: https://img.shields.io/github/issues/proplot-dev/proplot.svg\n   :alt: issueks\n   :target: https://github.com/proplot-dev/issues\n","funding_links":[],"categories":["Visualization","Python","Uncategorized"],"sub_categories":["2D Visualization","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproplot-dev%2Fproplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproplot-dev%2Fproplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproplot-dev%2Fproplot/lists"}