trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
639 stars 71 forks source link

Dev #28

Closed trevismd closed 3 years ago

trevismd commented 3 years ago

Support horizontal orientation

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (b87ef25) into master (284ba0a) will increase coverage by 0.51%. The diff coverage is 97.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   96.19%   96.70%   +0.51%     
==========================================
  Files          28       28              
  Lines        1681     1732      +51     
==========================================
+ Hits         1617     1675      +58     
+ Misses         64       57       -7     
Impacted Files Coverage Δ
statannotations/Annotator.py 90.00% <96.49%> (+2.60%) :arrow_up:
statannotations/_Plotter.py 97.38% <96.72%> (+0.19%) :arrow_up:
statannotations/_GroupsPositions.py 97.36% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/utils.py 100.00% <100.00%> (ø)
tests/test_integrate_plotter.py 100.00% <100.00%> (ø)
tests/test_plotter.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 284ba0a...b87ef25. Read the comment docs.