Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proplot-dev/proplot
🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://github.com/proplot-dev/proplot
data-visualization matplotlib plotting python
Last synced: 27 days ago
JSON representation
🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
- Host: GitHub
- URL: https://github.com/proplot-dev/proplot
- Owner: proplot-dev
- License: mit
- Created: 2017-12-06T09:07:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T20:05:32.000Z (5 months ago)
- Last Synced: 2024-06-11T16:54:24.409Z (5 months ago)
- Topics: data-visualization, matplotlib, plotting, python
- Language: Python
- Homepage: https://proplot.readthedocs.io
- Size: 215 MB
- Stars: 1,065
- Watchers: 21
- Forks: 96
- Open Issues: 86
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-fluid-dynamics - lukelbd/proplot - :art: A succinct matplotlib wrapper for making beautiful, publication-quality graphics. ![Python](logo/Python.svg) (Visualization / 2D Visualization)
- awesome-meteo - proplot - quality graphics (Uncategorized / Uncategorized)
README
.. image:: https://github.com/proplot-dev/proplot/blob/master/docs/_static/logo_long.svg?raw=true
:width: 1000px|build-status| |docs| |pypi| |code-style| |pr-welcome| |license| |gitter| |doi|
A succinct `matplotlib `__ wrapper for making beautiful,
publication-quality graphics.Documentation
=============The documentation is `published on readthedocs `__.
Installation
============Proplot is published on `PyPi `__ and
`conda-forge `__. It can be installed with ``pip`` or
``conda`` as follows:.. code-block:: bash
pip install proplot
conda install -c conda-forge proplotLikewise, an existing installation of proplot can be upgraded
to the latest version with:.. code-block:: bash
pip install --upgrade proplot
conda upgrade proplotTo install a development version of proplot, you can use
``pip install git+https://github.com/proplot-dev/proplot.git``
or clone the repository and run ``pip install -e .``
inside the ``proplot`` folder... |build-status| image:: https://travis-ci.com/proplot-dev/proplot.svg?branch=master
:alt: build status
:target: https://app.travis-ci.com/proplot-dev/proplot.. |docs| image:: https://readthedocs.org/projects/proplot/badge/?version=latest
:alt: docs
:target: https://proplot.readthedocs.io/en/latest/?badge=latest.. |pypi| image:: https://img.shields.io/pypi/v/proplot?color=83%20197%2052
:alt: pypi
:target: https://pypi.org/project/proplot/.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: black
:target: https://github.com/psf/black.. |pr-welcome| image:: https://img.shields.io/badge/PR-Welcome-green.svg?
:alt: PR welcome
:target: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project.. |license| image:: https://img.shields.io/github/license/proplot-dev/proplot.svg
:alt: license
:target: LICENSE.txt.. |gitter| image:: https://badges.gitter.im/gitterHQ/gitter.svg
:alt: gitter
:target: https://gitter.im/pro-plot/community.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3873878.svg
:alt: doi
:target: https://doi.org/10.5281/zenodo.3873878..
|code-style| image:: https://img.shields.io/badge/code%20style-pep8-green.svg
:alt: pep8
:target: https://www.python.org/dev/peps/pep-0008/..
|coverage| image:: https://codecov.io/gh/proplot-dev/proplot/branch/master/graph/badge.svg
:alt: coverage
:target: https://codecov.io/gh/proplot-dev/proplot..
|quality| image:: https://api.codacy.com/project/badge/Grade/931d7467c69c40fbb1e97a11d092f9cd
:alt: quality
:target: https://www.codacy.com/app/proplot-dev/proplot?utm_source=github.com&utm_medium=referral&utm_content=proplot-dev/proplot&utm_campaign=Badge_Grade..
|hits| image:: http://hits.dwyl.com/proplot-dev/proplot.svg
:alt: hits
:target: http://hits.dwyl.com/proplot-dev/proplot..
|contributions| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
:alt: contributions
:target: https://github.com/proplot-dev/issues..
|issues| image:: https://img.shields.io/github/issues/proplot-dev/proplot.svg
:alt: issueks
:target: https://github.com/proplot-dev/issues