shadow

matplotlib

[matplotlib] 25. 円グラフ(Pie chart) における比率、ラベルの文字サイズ、色の設定方法

matplotlibの円グラフで、文字サイズやカラーを設定する方法について説明する。
matplotlib

[matplotlib] 8. 凡例

matplotlibでは、凡例をplt.legend()またはax.legend()で表示できる。ここでは、その設定方法について説明する。