删除seaborn barplot中的条之间的空间

时间:2019-04-07 06:32:32

标签: matplotlib seaborn

我正在尝试绘制以下数据。持续时间是一月到十二月。类型从1到7。关键点是,并非每个月都存在所有类型。这不是缺少值,类型根本不存在。

Month  Type  Coef
Jan      1    2.3
Jan      2    2.1
..

代码:

ax = sns.barplot(x = 'Month', y = 'Coef_E',hue = 'LCZ',data = df_E, palette=palette)

结果

enter image description here

我想用箭头移开太空市场。

0 个答案:

没有答案