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))