在matplotlib为轴指定对数刻度时,标记该轴的默认方法是使用10到一个幂的数字,例如.10 ^ 6.是否有一种简单的方法可以将所有这些标签更改为完整的数字表示?例如.1,10,100等
matplotlib
请注意,我不知道功率范围是什么,并且想要支持任意范围(包括负数).
python graphing numpy matplotlib
graphing ×1
matplotlib ×1
numpy ×1
python ×1