How to add color to specific groups of a boxplot in Python?
0
0
Entering edit mode
18 months ago
Amr ▴ 160

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 • 542 views
ADD COMMENT
1
Entering edit mode

See this or this or this for inspiration.

ADD REPLY

Login before adding your answer.

Traffic: 1384 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6