Metadata-Version: 2.1
Name: ggcorrplot
Version: 0.0.2
Summary: Visualization of a Correlation Matrix using plotnine
Home-page: UNKNOWN
Author: Duvérier DJIFACK ZEBAZE
Author-email: duverierdjifack@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
Requires-Dist: numpy (>=1.24.2)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: plotnine (>=0.10.1)
Requires-Dist: scipy (>=1.10.1)
Requires-Dist: plydata (>=0.4.3)

The ggcorrplot package can be used to visualize easily a correlation matrix using plotnine. It provides a solution for reordering the correlation matrix and displays the significance level on the correlogram. It includes also a function for computing a matrix of correlation p-values.

