Metadata-Version: 2.4
Name: sebastians_matplotlib_addons
Version: 0.0.19
Summary: Wrapp and extend the matplotlib library.
Home-page: https://github.com/cherenkov-plenoscope/sebastians_matplotlib_addons
Author: Sebastian Achim Mueller
Author-email: sebastian-achim.mueller@mpi-hd.mpg.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: spherical-coordinates>=0.1.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

#############################
Sebastian's Matplotlib Addons
#############################
|TestStatus| |PyPiStatus| |BlackStyle| |BlackPackStyle| |MITLicenseBadge|


A personal collection of addons to matplotlib to create the plotting style I prefer.

|ExampleFigure|

This is mostly about having a grid and reducing/removing the axes and spines in the top and on the right.

.. |ExampleFigure| image:: https://github.com/cherenkov-plenoscope/sebastians_matplotlib_addons/blob/main/readme/namibia-all-particles.jpg?raw=True

.. |TestStatus| image:: https://github.com/cherenkov-plenoscope/sebastians_matplotlib_addons/actions/workflows/test.yml/badge.svg?branch=main
    :target: https://github.com/cherenkov-plenoscope/sebastians_matplotlib_addons/actions/workflows/test.yml

.. |PyPiStatus| image:: https://img.shields.io/pypi/v/sebastians_matplotlib_addons
    :target: https://pypi.org/project/sebastians_matplotlib_addons

.. |BlackStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |BlackPackStyle| image:: https://img.shields.io/badge/pack%20style-black-000000.svg
    :target: https://github.com/cherenkov-plenoscope/black_pack

.. |MITLicenseBadge| image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT
