seaborn-qqplot

qqplots for seaborn


Keywords
quantile, qq-plot, plot
License
MIT
Install
pip install seaborn-qqplot==0.4.0

Documentation

seaborn-qqplot

Seabornic probability plots

Maintainability Test Coverage CircleCI Documentation Status

Documentation

The documentation can be found here.

Contributing

I am still working on this section but contribution is welcome.

Report Bugs

Report bugs here.

Quickstart

The extension wants to be as similar as seaborn as possible.

from seaborn_qqplot import pplot

The example provided with the package is the Iris dataset:

import seaborn as sns

iris_data = sns.load_dataset('iris')

Future Development

The release is not stable yet. It still need some work, help is welcome.

Requirements

These requirements reflect the testing environment. It is possible that seaborn-qqplot will work with older versions.

  • Python (3.6,3.7,3.8)
  • NumPy (1.16+)
  • SciPy (1.2+)
  • Pandas (0.23+)
  • Seaborn (0.9+)

The library was not tested on python 3.9 yet, so there is not guarantee that it will be possible to use with this python version.

Support or Contact

Having trouble with seaborn-qqplot? Check out the documentation.