Metadata-Version: 2.4
Name: grplot
Version: 1.0.6
Summary: grplot: lazy statistical data visualization
Home-page: https://github.com/ghiffaryr/grplot
Download-URL: https://github.com/ghiffaryr/grplot
Author: Ghiffary Rifqialdi
Author-email: grifqialdi@gmail.com
Maintainer: Ghiffary Rifqialdi
Maintainer-email: grifqialdi@gmail.com
License: BSD (3-clause)
Project-URL: Bug Tracker, https://github.com/ghiffaryr/grplot/issues
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: OS Independent
Classifier: Framework :: Matplotlib
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy!=1.24.0,>=1.20
Requires-Dist: pandas>=1.2
Requires-Dist: matplotlib!=3.6.1,>=3.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img src="https://raw.githubusercontent.com/ghiffaryr/grplot/main/docs/_static/grlogo_white_border.svg"><br>

--------------------------------------

grplot: lazy statistical data visualization
=======================================

[![PyPI Version](https://img.shields.io/pypi/v/grplot.svg)](https://pypi.org/project/grplot/) [![License](https://img.shields.io/pypi/l/grplot.svg)](https://github.com/ghiffaryr/grplot/blob/master/LICENSE.md)  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17159965.svg)](https://doi.org/10.5281/zenodo.17159965) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/grplot/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/grplot) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/grplot?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/grplot) ![Coverage Badge](https://gist.githubusercontent.com/ghiffaryr/8fce7554f72160b59527bd0deecf7666/raw/coverage-badge.svg?sanitize=true)


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.


Documentation
-------------

Online documentation is available at [grplot.readthedocs.io](https://grplot.readthedocs.io/).

An interactive [Documentation Notebook](https://colab.research.google.com/drive/1jkOoWooJgrr9xgEF6KWyNi56_Naqum_g) is also available on Google Colab.


Dependencies
------------

grplot supports Python 3.10+.

Installation requires [numpy](https://numpy.org), [scipy](https://www.scipy.org), [matplotlib](https://matplotlib.org), [pandas](https://pandas.pydata.org), and [ipython](https://ipython.readthedocs.io/). Some functions will optionally use [statsmodels](https://www.statsmodels.org) if it is installed.


Installation
------------

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
    

Development
-----------

grplot development takes place on Github: https://github.com/ghiffaryr/grplot/tree/dev

Please submit bugs that you encounter to the [issue tracker](https://github.com/ghiffaryr/grplot/issues) with a reproducible example demonstrating the problem.

