Commit 0c8d6c5
committed
feat(bar): support combining multiple statistical test methods
Users can now apply up to two statistical tests simultaneously, with one required to be `ttest_1samp`.
For example: `test_method=["ttest_1samp", "ttest_ind"]`.
If two methods are used, the asterisks from `ttest_1samp` will be shown in blue,
while the color of the second method's asterisks can be customized via `asterisk_color`.1 parent 1596c72 commit 0c8d6c5
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
221 | 245 | | |
222 | 246 | | |
223 | 247 | | |
| |||
0 commit comments