Closed
Description
Bug report
Bug summary
can not scale and rotate the plot where set "blit=True" in 3D animation figures using funcAnimation
when I set "blit" to False, I can control the plot with mouse, but it's become very lagging when I drag or scale the figure window.
It's seems work well with 2D animation plot.
Code for reproduction
anim = FuncAnimation(fig, animate, init_func=init, frames=500, interval=5, blit=True)
Matplotlib version
- I'm using Python2.7 in Windows 10 with Matplotlib 2.0.0 installed