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.
関数のドキュメントにsavefig()よると、サポートされているファイル形式のリストは、使用されているバックエンドによって異なります。特定のバックエンドでサポートされている画像形式のリストを取得するにはどうすればよいですか?
savefig()
あなたはただ尋ねる必要がありますcanvas:
canvas
plt.gcf().canvas.get_supported_filetypes()
また
plt.gcf().canvas.get_supported_filetypes_grouped()
ドキュメンテーション