Metadata-Version: 2.1
Name: matplotlibstyles
Version: 0.1.2
Summary: Styles and helper functions for matplotlib
Home-page: https://github.com/cumberworth/matplotlibstyles
Author: Alexander Cumberworth
Author-email: alex@cumberworth.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Styles and helper functions for matplotlib

Styles and helper functions for matplotlib.

The latex styles use lualatex as a backend.

## Installation

This package was developed and used on Linux.
[It is available on the PyPI respository](https://pypi.org/project/matplotlibstyles/).
It can be installed by running
```
pip install matplotlibstyles
```
If you do not have root access and it does not automatically default to installing locally, the `--user` flag may be used.

For more information on building and installing python packages, see the documentation from the [Python Packaging Authority](https://packaging.python.org/en/latest/).


