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

Fix xunits #21

Closed trevismd closed 3 years ago

trevismd commented 3 years ago

Fix a bug where incorrect xunits calculation would result in wrong association of points within a box, leading to erroneous max y position for that box.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (52cd64d) into dev (572bb81) will decrease coverage by 0.09%. The diff coverage is 88.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #21      +/-   ##
==========================================
- Coverage   94.76%   94.67%   -0.10%     
==========================================
  Files          22       24       +2     
  Lines        1508     1520      +12     
==========================================
+ Hits         1429     1439      +10     
- Misses         79       81       +2     
Impacted Files Coverage Δ
statannotations/_Plotter.py 85.13% <85.13%> (ø)
statannotations/Annotator.py 87.00% <93.33%> (-0.47%) :arrow_down:
statannotations/_Xpositions.py 96.55% <96.55%> (ø)
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...52cd64d. Read the comment docs.