Metadata-Version: 2.1
Name: cosmoplots
Version: 0.1.0
Summary: Routines to get a sane default configuration for production quality plots.
Home-page: https://github.com/uit-cosmo/cosmoplots
License: MIT
Author: gregordecristoforo
Author-email: gregor.decristoforo@gmail.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# cosmoplots
Routines to get a sane default configuration for production quality plots. Used by complex systems modelling group at UiT.

# Use
Set your `rcparams` before plotting in your code, for example:
```Python
from cosmoplots import figure_defs

axes_size = figure_defs.set_rcparams_aip(plt.rcParams, num_cols=1, ls="thin")
```
