pyeeg.vizu
.pairwise_boxplots
- pyeeg.vizu.pairwise_boxplots(arr1, arr2, labels=['1', '2'], ax=None, linealpha=0.5, boxalpha=0.5, add_signi=False)
Plot two boxplot of supplied series with small lines indicating pairwise change between the two series.
- Parameters:
arr1 (1darray) – First series.
arr2 (1darray) – Second series.
labels (TYPE, list[str]) – Xticklabels. The default is [‘1’, ‘2’].
- Return type:
Boxes, lines