gpt4 book ai didi

python - 在 matplotlib 中更改 x 轴比例

转载 作者:IT老高 更新时间:2023-10-28 21:31:34 26 4
gpt4 key购买 nike

我使用 Matlab 创建了这个图

enter image description here

使用 matplotlib,x 轴绘制大数字,例如 100000、200000、300000。我想要像 1、2、3 和 10^5 这样的数字来表示它实际上是 100000、200000、300000。

有没有一种简单的方法可以在 matplotlib 中创建这样的比例?

最佳答案

尝试使用 matplotlib.pyplot.ticklabel_format :

import matplotlib.pyplot as plt
...
plt.ticklabel_format(style='sci', axis='x', scilimits=(0,0))

这会将科学记数法(即 a x 10^b)应用于您的 x 轴刻度

关于python - 在 matplotlib 中更改 x 轴比例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11577665/

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