Entering edit mode
2.1 years ago
Amr
▴
180
How to add color to specific groups of a boxplot? How to make 'Significance' box with color and 'Effect_size' with different color etc. instead of all are blue? Thanks
print(df2.boxplot( grid = False,color = 'blue'))
See this or this or this for inspiration.