Home > other >  Python data visualization boxplot can change color
Python data visualization boxplot can change color

Time:10-09

In the yellow box how to change the color of the box, what is the name of the attribute

CodePudding user response:

Boxplot (data, boxprops=dict (color="blue")) can be set in the parameter boxprops associated color
  • Related