How to add color to specific groups of a boxplot in Python?
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'))
• 1,191 views
•
link
0 answers
No answers yet.
Log in to answer this question.
See this or this or this for inspiration.