gpt4 book ai didi

matplotlib - 如何在 Matplotlib 中扩展图形底部的边距?

转载 作者:行者123 更新时间:2023-12-03 10:21:56 24 4
gpt4 key购买 nike

以下屏幕截图显示了我的 x 轴。

enter image description here

我添加了一些标签并将它们旋转 90 度,以便更好地阅读它们。但是,pyplot 会截断底部,因此我无法完全读取标签。
如何扩展底部边距以查看完整标签?

最佳答案

两种追溯方式:

fig, ax = plt.subplots()
# ...
fig.tight_layout()

或者
fig.subplots_adjust(bottom=0.2) # or whatever

这是一个 subplots_adjust例如: http://matplotlib.org/examples/pylab_examples/subplots_adjust.html

(但我更喜欢 tight_layout )

关于matplotlib - 如何在 Matplotlib 中扩展图形底部的边距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27878217/

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