Akin01 / grplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



grplot: lazy statistical data visualization

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 line of code.

Documentation

Documentation at grplot repository includes a Documentation Notebook and other useful information.

Dependencies

grplot supports Python 3.6+.

Installation requires numpy, scipy, matplotlib, pandas, and ipython. Some functions will optionally use statsmodels if it is installed.

Installation

The latest stable release (and required dependencies) can be installed from PyPI:

pip install 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 with a reproducible example demonstrating the problem.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%