How Can I add the total count percentage of male and female in the bar chart?

后端 未结 0 1654
青春惊慌失措
青春惊慌失措 2021-01-28 02:53

Here is the code I Used:

sns.set_style(\'whitegrid\') sns.countplot(x=\'depression\',hue=\'gender\',data=data,palette=\'RdBu_r\')

Here is the output: enter image d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题