grplot is a Python visualization library based on numpy, scipy, matplotlib, seaborn, squarify, pandas, and ipython. It supports human laziness in drawing complete and attractive statistical graphs in just one function.
Online documentation is available at grplot.readthedocs.io.
An interactive Documentation Notebook is also available on Google Colab.
grplot supports Python 3.10+.
Installation requires numpy, scipy, matplotlib, pandas, and ipython. Some functions will optionally use statsmodels if it is installed.
The latest stable release (and required dependencies) can be installed from PyPI:
pip install grplot
The latest stable release (and required dependencies) can be installed from Conda:
conda install -c conda-forge grplot
grplot development takes place on Github: https://github.com/ghiffaryr/grplot/tree/dev
Please submit bugs that you encounter to the issue tracker with a reproducible example demonstrating the problem.