An open API service indexing awesome lists of open source software.

https://github.com/yufongpeng/starplot

Create barplots or boxplots with significant level annotations.
https://github.com/yufongpeng/starplot

barplots boxplots f-test mann-whitney matplotlib python seaborn significance-stars t-test

Last synced: 3 months ago
JSON representation

Create barplots or boxplots with significant level annotations.

Awesome Lists containing this project

README

        

starplot
==========================
A single class to take pairwise tests between groups, and create boxplots or barplots with significant level annotations.

Classmethods
-------
1. `StarPlot`: only do some internal transformations.
2. `StarPlot.test`: do statistical tests without plotting.
3. `StarPlot.base`: plot without annotations.
4. `StarPlot.star`: test, plot, and annotate.

Credits
-------

- `Distribute`_
- `Buildout`_
- `modern-package-template`_

.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template