Sebastian Proost
Sebastian Proost
This is a proposed solution to [discussion #50](https://github.com/trevismd/statannotations/discussions/50) with a single flag to show/hide non-significant issues. @trevismd: I based this on the master branch only noticed later that PR should...
I noticed that the implementation of the Kruskal-Wallis test is somewhat different from what is typically seen in literature (at least in my field). Statannotations applies a pairwise test on...
Fixed collections.callable being renamed to collections.abc.callable in python 3.7 and deprecated in 3.10.
Not really an issue, but a gap in the docs or my knowledge ;-) When using BAMBI to do a multinomial logistic regression, which category is considered the pivot category?
For tables centered around 0 (e.g. zlog transformed biological data) the color gradient should be symmetrical. This is now possible by adding symmetrical : true in the options passed to...
When working with a hi-resolution template (3288x4488 px) it is hard to slice and align images when adding them. Also on a screen with fullHD resolution some UI elements are...
Panel headers and editable versions should be different components
This is a good base for playing with graphql (potentially in another branch)