gpt4 book ai didi

Python - matplotlib 中的轴限制

转载 作者:行者123 更新时间:2023-12-01 05:12:12 24 4
gpt4 key购买 nike

我用这个创建了一个图形

  fig8 = plt.figure()
ax8 = fig8.gca(projection = '3d')
ax8.set_xlim(0,0.8)

它给了我这个

enter image description here

我的问题是我确实需要 x 轴的限制恰好为 0.8。似乎 matplotlib 总是使轴比我们设置的限制长一点。有什么想法吗?

最佳答案

它似乎是硬编码的: https://github.com/matplotlib/matplotlib/blob/master/lib/mpl_toolkits/mplot3d/axis3d.py#L178

如果将此行替换为:

deltas = 0*(maxs - mins) / 12.

您获得了所需的输出,但标签现在的位置很奇怪。

关于Python - matplotlib 中的轴限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23951230/

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