如何在seaborn histplot 中的男性和女性条之间添加空格?
import seaborn as sns tips = sns.load_dataset("tips") sns.histplot(data=tips, x="day", hue="sex", multiple="dodge", shrink=.9) plt.show()
python matplotlib seaborn grouped-bar-chart seaborn-0.12.x
grouped-bar-chart ×1
matplotlib ×1
python ×1
seaborn ×1
seaborn-0.12.x ×1