matplotlibはデータ解析の可視化ツールとして一般的に用いられています. 今回は,matplotlib.animation機能を使ってgif画像を作ってみたので,そのコードを紹介します. 最終的には,以下のgifアニメーションを作りたいとします. matplotlib.animationには,「ArtistAnimation」機能「FuncAnimation」機能があります. 今回は「ArtistAnimation」機能で話を進めます. 「FuncAnimation」機能については,こちらのページでまとめています. matplotlib.animationを利用してgif画像を作る (FuncAnimation) なお,こちらのページも参考にしています. + Animation using matplotlib with subplots and ArtistAnimation 動作