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 #22

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.

(reopened after catching up with the commits from #20)

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (0803187) into dev (9e1cebd) will decrease coverage by 0.03%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #22      +/-   ##
==========================================
- Coverage   94.70%   94.67%   -0.04%     
==========================================
  Files          24       24              
  Lines        1512     1520       +8     
==========================================
+ Hits         1432     1439       +7     
- Misses         80       81       +1     
Impacted Files Coverage Δ
statannotations/Annotator.py 86.52% <ø> (ø)
statannotations/_Xpositions.py 96.55% <90.00%> (-3.45%) :arrow_down:
statannotations/_Plotter.py 85.13% <100.00%> (ø)
statannotations/_version.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 9e1cebd...0803187. Read the comment docs.