matplotlib [matplotlib animation] 77. ランダムな位置に出現するemojiが拡大し消えていくアニメーション ランダムな位置に出現する絵文字が拡大し消えていくアニメーションをmatplotlib, FuncAnimationで表示する。 2020.04.25 matplotlibmatplotlib Animationpython
python [seaborn] 2. set_contextで文字サイズ等を変更する seabornは簡単かつ簡潔にデータを可視化できるライブラリである。ここではset_contextにより図の文字サイズなどを変更する方法について説明する。 2020.03.12 pythonseaborn
matplotlib [matplotlib] 25. 円グラフ(Pie chart) における比率、ラベルの文字サイズ、色の設定方法 matplotlibの円グラフで、文字サイズやカラーを設定する方法について説明する。 2019.03.23 matplotlibpython
matplotlib [matplotlib] 8. 凡例 matplotlibでは、凡例をplt.legend()またはax.legend()で表示できる。ここでは、その設定方法について説明する。 2019.02.15 matplotlibpython