Metadata-Version: 2.1
Name: easy_plot_nass
Version: 1.0.0
Summary: A simple module for creating plots with Matplotlib.
Home-page: https://github.com/NassAbd/easy_plot
Author: Abdallah Nassur
Author-email: nassur1607@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# easy_plot

**easy_plot** est un module Python simple pour créer des graphiques avec Matplotlib.

## Fonctionnalités

- Tracer des lignes
- Graphiques en nuages de points
- Histogrammes, boîtes à moustaches, etc.

## Installation

```bash
pip install easy_plot


