Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在为 matplotlib 设置绘图时,我遇到了非常大的数字。
在一个情节中,这些被转换为我喜欢的科学格式,在另一个情节中,它们没有被转换。我如何指定这种行为?
我喜欢它的例子:
它不像我想要的那样工作的例子:
我正在使用 matplotlib 版本 0.99.1.1。
使用plt.ticklabel_format:
例如:
plt.ticklabel_format(style='sci',axis='x',scilimits=(0,0))