Vladimir Roudko
Vladimir Roudko
Thanks Trevis for quick reply! I tried your suggestion however I am running into another error - here is the code: data=df_freq data_name='df_freq' correction='BH' tests=['t-test_paired','Wilcoxon'] pal = sns.color_palette(['black'], len(data[hue_var].unique())) pairs...
No problem - here is the complete trace from the last error: TypeError Traceback (most recent call last) Cell In [198], line 20 17 g = sns.FacetGrid(data=data,col=facet_var,col_wrap=6,height=4, aspect= 1.5,\ 18...
HI, I have scipy the latest stable version: 1.10.1. the statannotations package is version: 0.5.0. Interestingly the suggestion you gave me to try outside FacetGrid worked: annotator = Annotator(g, pairs,...