Metadata-Version: 2.1
Name: helplotlib
Version: 0.0.1
Summary: Helper for matplotlib: tired of googling over and over again how to change my font size or make my axis semi-log, I am creating this helper to automate all of this. Use it if you want to.
Home-page: https://github.com/bgailleton/helplotlib
Author: Boris Gailleton
Author-email: boris.gailleton@gfz-potsdam.de
License: MIT license
Keywords: helplotlib
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: matplotlib

==========
helplotlib
==========


.. image:: https://img.shields.io/pypi/v/helplotlib.svg
        :target: https://pypi.python.org/pypi/helplotlib

.. image:: https://img.shields.io/travis/bgailleton/helplotlib.svg
        :target: https://travis-ci.com/bgailleton/helplotlib

.. image:: https://readthedocs.org/projects/helplotlib/badge/?version=latest
        :target: https://helplotlib.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/bgailleton/helplotlib/shield.svg
     :target: https://pyup.io/repos/github/bgailleton/helplotlib/
     :alt: Updates



Helper for matplotlib: tired of googling over and over again how to change my font size or make my axis semi-log, I am creating this helper to automate all of this


* Free software: MIT license
* Documentation: https://helplotlib.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2020-07-20)
------------------

* First release on PyPI.


