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

Plotter and Xpositions #20

Closed trevismd closed 3 years ago

trevismd commented 3 years ago

Two new classes to remove responsibilities from Annotator (and about 400 lines).

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (cd0f406) into dev (572bb81) will decrease coverage by 0.05%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #20      +/-   ##
==========================================
- Coverage   94.76%   94.70%   -0.06%     
==========================================
  Files          22       24       +2     
  Lines        1508     1512       +4     
==========================================
+ Hits         1429     1432       +3     
- Misses         79       80       +1     
Impacted Files Coverage Δ
statannotations/_Plotter.py 85.13% <85.13%> (ø)
statannotations/Annotator.py 87.00% <93.33%> (-0.47%) :arrow_down:
statannotations/_Xpositions.py 100.00% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/stats/ComparisonsCorrection.py 91.75% <100.00%> (+1.39%) :arrow_up:
tests/test_annotator.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 572bb81...cd0f406. Read the comment docs.