Metadata-Version: 2.1
Name: UliPlot
Version: 0.2.4
Summary: Utilities for convenient plotting using matplotlib and other pydata libraries
License: Apache License v2.0
Author: Uli Köhler
Author-email: github@techoverflow.net
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Matplotlib
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: matplotlib (>=3.8.3)
Requires-Dist: openpyxl
Requires-Dist: uliengineering (>=0.4.10)
Project-URL: homepage, https://techoverflow.net/
Description-Content-Type: text/markdown

# UliPlot
After UliEngineering and UliAcceleration, this library in the Uli series provides convient functions for plotting using matplotlib and other pydata libraries

This library is currently in its Alpha stage and the API is not considered stable

### How to install

```sh
pip3 install git+https://github.com/ulikoehler/UliPlot.git
```

### How to use

```python
from matplotlib import pyplot as plt
import UliPlot as upl
```

Blog posts with specific topics on how to use UliPlot:
- [How to auto-fit Pandas pd.to_excel() XLSX column width](https://techoverflow.net/2021/03/05/how-to-auto-fit-pandas-pd-to_excel-xlsx-column-width/)
