matplotlib [matplotlib] 11. テキストと矢印 matplotlibでは、グラフ上にテキストと矢印を表示することができる。ここでは、その設定方法について. 2019.02.21 matplotlibpython
matplotlib [matplotlib] 10. グラフを作成する様々な方法(subplot, add_subplot, subplots, GridSpec) matplotlibでひとつのグラフまたは複数グラフを表示する方法について説明する。 2019.02.20 matplotlibpython
matplotlib [matplotlib] 8. 凡例 matplotlibでは、凡例をplt.legend()またはax.legend()で表示できる。ここでは、その設定方法について説明する。 2019.02.15 matplotlibpython