gpt4 book ai didi

python - Pandas 多个箱线图 - 如何减少图之间的间距?

转载 作者:行者123 更新时间:2023-12-01 00:57:15 29 4
gpt4 key购买 nike

我有一个包含两个箱线图的图:

enter image description here

lan_data 和 wan_data 之间的间距非常大。我想减少这个间距。

我的数据框很简单:

df = pd.DataFrame({'lan_data':random.sample(range(1, 100), 100), 'wan_data':random.sample(range(1, 100), 100)})

我已经查看过,遇到的所有答案都与减少轴宽度(这只会挤压绘图)或更改绘图的位置有关 - 这些解决方案似乎都不合适。

理想情况下,我希望能够做这样的事情:

df.plot.box(box_padding = [上、下、左、右])

df.plot.box(subplot_spacing = 1.5)

有什么建议吗?

最佳答案

尝试使用宽度:

df.plot.box(widths=0.8)

enter image description here

关于python - Pandas 多个箱线图 - 如何减少图之间的间距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56152941/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com