python - 如何在 wxpython 中使用 Matplotlib.animation?

标签 python animation matplotlib wxpython

我想在 wxpython 中使用 matplotlib.animation 绘制动态图像,但我不知道该怎么做。有没有人可以给我一个例子?

最佳答案

除了 Dan 在上面发布的教程之外,您还可以考虑试用 Mayavi,它对 3D 绘图和动画有可靠的支持。 http://docs.enthought.com/mayavi/mayavi/mlab.html#animating-the-data

关于python - 如何在 wxpython 中使用 Matplotlib.animation?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14192265/

相关文章:

python - Django ImageField.path 在 save 方法中返回没有 upload_to 的路径

python - 计算 Pandas DataFrame 中每一行的频率

javascript - 在网格元素上切换动画并淡入/淡出其他元素

python - Maya 2017 中的透明窗口

jquery - 如何使用 jquery 切换 svg 的动画?

jquery - 滚动 jquery 动画缺少 div

python - 如何设置 Matplotlib 以无衬线字体呈现希腊字母

python - Plotly:如何向烛台图表添加交易量

python - 对于 matplotlib 子图,Axes.invert_axis() 不适用于 sharey=True

python - Keras 的 fit_generator 中是否使用了所有训练样本?