【发布时间】:2017-07-13 08:48:48
【问题描述】:
我正在尝试加快 pyplot 中的动画功能。我已经获取了这里给出的示例代码:https://matplotlib.org/2.0.0/examples/animation/animate_decay.html
我正在尝试自己运行它。我得到的结果是没有动画的空轴。我的设置是 anaconda 4.3,带有 python 3.6。 Matplotlib 是 2.0.0 版,我在 jupyter notebook 中运行它。我在 Windows 7 机器和 Mac 上都尝试过 IE 11、Chrome 59 和 Firefox 54。
【问题讨论】:
标签: python animation matplotlib