This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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')) 

enter image description here

boxplot python pandas

0 answers

No answers yet.

Log in to answer this question.