
matplotlib.animation.FuncAnimation() で図形のアニメーションを行う
DRANK
「停止」「再開」「リセット」の各操作がボタンでおこなえるようにする。 animation.py3 from math import sin as Sin from matplotlib import pyplot as plt from matplotlib import animation from matplotlib.widgets import Button class xy...