matplotlib [matplotlib] 95. subplot_mosaicによる年賀状 アスキーアート的に図を複数個作成できるmatplotlibのsubplot_mosaicにより、年賀状を作成する方法について説明する。 2020.11.21 matplotlibpython
matplotlib [matplotlib] 52. 対数正規分布データのヒストグラムに最頻値、中央値、平均値を表示 numpyのrandom.lognormal()で対数正規分布に従うランダムな要素を生成し、matplotlibのplt.histでヒストグラムを作成する。そして、ヒストグラムに最頻値、中央値、平均値を表示する方法について説明する。 2019.12.13 matplotlibpython
matplotlib Animation [matplotlib animation] 55. 3Dグラフ上での点と線のアニメーション matplotlib, mplot3dの3Dグラフ上での点と線によるアニメーションについて解説する。 2019.10.10 matplotlib Animationpython