Metadata-Version: 2.1
Name: beautifulplots
Version: 0.1.13
Summary: Python plotting library for beautiful, easy, and sophisticated matplotlib based plots. Compatible with Pandas and Seaborn plots.
License: MIT
Author: Alberto Gutierrez
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
Requires-Dist: matplotlib (>=3.4)
Requires-Dist: pandas (>=1.0)
Requires-Dist: seaborn (>=0.9)
Description-Content-Type: text/markdown

# beautifulplots

Python plotting library for beautiful, easy, and sophisticated matplotlib based plots. Compatible with Matplotlib graphs, such as Pandas and Seaborn.

## Motivation
Python, along with Pandas, and Nummpy are the data scientist analysis tool of choice. Correspondingly, data visualization is required for analysis, investigation, insight, and story telling. In this endeavor, Matplotlib based plotting libraries are reputedly the most powerful and customizable. However, creating graphs for analysis, though necessary, often diverges from the primary goal. Furthermore, Graphs resulting from data science analysis inevitably populate reports, presentations, and even interactive web graphics. After some experience, use case after use case requires very similar supporting code. 

## Goal
The end goal of the beautifulplots plotting library is to package graphing functions for the easy generation of beautiful graphs without the burden of distracting code.

## Installation

```bash
$ pip install beautifulplots
```

## Usage

- See usage examples in examples.ipynb (Jupyter notebook) and readthedocs [beatifulplots readthedocs](https://beautifulplots.readthedocs.io/en/latest/index.html).


## Feature Requests and Issues

Feature requests and issues: please provide feedback and suggestions for improvements or issues via github issues [new issue](https://github.com/Aljgutier/beautifulplots/issues).


## License

`beautifulplots` was created by Alberto Gutierrez. It is licensed under the terms of the MIT license.

## Credits

`beautifulplots` package setup with  [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

