Metadata-Version: 2.1
Name: pyfcf
Version: 0.0.3
Summary: Package to create standardized, publication quality matplotlib figures
Author-email: Katherine Rosenfeld <krosenf@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: matplotlib
Description-Content-Type: text/markdown

README
======
`pyfcf` is a package to create standardized, publication quality matplotlib figures.

# Installation

To install:

```
  pip install pyfcf
```

# Examples

Initialize basic `matplotlib` settings:

```
pyfcf.setup_matplotlib()
```

See `examples/` folder.
