Metadata-Version: 2.4
Name: betterplotlib
Version: 1.12.13
Summary: Some wrappers for matplotlib to make plotting easier and nicer.
Author-email: Gillen Brown <gillenbrown@gmail.com>
License: MIT
Project-URL: homepage, https://betterplotlib.readthedocs.io/
Project-URL: documentation, https://betterplotlib.readthedocs.io/
Keywords: plotting,matplotlib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: palettable
Requires-Dist: imageio
Requires-Dist: scipy>=1.15.0
Requires-Dist: numpy>=1.16.0
Requires-Dist: cycler
Requires-Dist: astropy
Provides-Extra: test
Requires-Dist: pytest>=3.3; extra == "test"
Requires-Dist: coverage; extra == "test"
Dynamic: license-file

[![Tests](https://github.com/gillenbrown/betterplotlib/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/gillenbrown/betterplotlib/actions/workflows/tests.yaml)
[![Coverage Status](https://coveralls.io/repos/github/gillenbrown/betterplotlib/badge.svg?branch=master)](https://coveralls.io/github/gillenbrown/betterplotlib?branch=master)

# betterplotlib
Some tools to help me make nicer plots

Documentation is here: http://betterplotlib.readthedocs.org/
