python [seaborn] 1. relplotで散布図を表示する seabornは簡単かつ簡潔にデータを可視化できるライブラリである。ここではseabornにより散布図を表示する方法について説明する。 2020.03.11 pythonseabornサッカー
matplotlib [matplotlib] 8. 凡例 matplotlibでは、凡例をplt.legend()またはax.legend()で表示できる。ここでは、その設定方法について説明する。 2019.02.15 matplotlibpython