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 で、凡例フレームの線幅と色を指定するにはどうすればよいですか?
答えを得ました:
legend = axes.legend() frame = legend.get_frame()
frame.set_XXXフレームのプロパティを指定するために使用できます。
frame.set_XXX
メソッドの入力引数ではないため、最初は見つかりませんでしたplt.legend()。
plt.legend()