maximtrp / scikit-posthocs

Multiple Pairwise Comparisons (Post Hoc) Tests in Python
https://scikit-posthocs.rtfd.io
MIT License
351 stars 40 forks source link

Correct mapping for p-values at boundaries. #7

Closed kempa-liehr closed 6 years ago

kempa-liehr commented 6 years ago

Hi,

thanks for the great library.

This pull request fixes plotting issues if the p-values are exactly at the boundaries of the intervals, e.g. 0.001 or 0.01.

All the best, Andreas

maximtrp commented 6 years ago

Merged. Thank you!