Metadata-Version: 2.1
Name: easyplot-toolbox
Version: 1.1.0
Summary: 
Author: wmpjrufg
Author-email: wanderlei_junior@ufcat.edu.br
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: joypy (>=0.2.6,<0.3.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: squarify (>=0.4.3,<0.5.0)
Description-Content-Type: text/markdown

# Easyplot toolbox
EasyplotPy is a software being developed by the research group headed by professor Wanderlei Malaquias Pereira Junior in Faculty of Engineering at Federal University of Catalão (UFCAT). EasyplotPy algorithm provide an easy workflow to assemble charts and save figures. The framework was developed in Python language.

# Version
### 1.1.0

_feat:_  
  
_improvement:_  
- scatter_chart new plot   

_bug:_  
  
_doc:_  
- line_chart new doc  
- histogram_chart new doc  
- scatter_chart new doc   

_config:_   

### 1.0.0

_feat:_
- histogram_chart: This function shows a boxplot and histogram in a single chart.  
- scatter_chart: This function shows a scatter plot in single chart.
- scatter_line_plot: This function shows a scatter and line chart.

_improvement:  
_bug:_  
_doc:_  
_config:_

### 0.0.0

_feat:_
- line_chart: This function shows a multiple lines in single chart     

_improvement:_  
_bug:_  
_doc:_  
_config:_  

