Metadata-Version: 2.1
Name: mpltWrappers
Version: 0.0.1
Summary: Simple wrapper functions around matplotlib to create consistent and better looking figures
Home-page: https://github.com/cahitkargi/python_plotting_helpers
Author: Cahit Kargi
Author-email: ckargi88@gmail.com
License: BSD 3-Clause License
Project-URL: Documentation, https://github.com/cahitkargi/python_plotting_helpers/blob/main/src/mpltWrappers/Tutorials/demo.ipynb
Project-URL: Source Code, https://github.com/cahitkargi/python_plotting_helpers
Project-URL: Bug Tracker, https://github.com/cahitkargi/python_plotting_helpers
Keywords: plotting
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib

# mpltWrappers

Set of simple wrapper functions around matplotlib. See `demo.ipynb` under the `Tutorials` folder.

```bash
pip install mpltWrappers
```
