[Matplotlib-users] Cannot interact with 3D axis view during Funcanimation animation

isabella ihuang at veritystudios.com
Fri Oct 2 17:17:58 CEST 2015


I have a question about blitting in the FuncAnimation module of matplotlib.
After running the source code for  this example
<http://matplotlib.org/examples/animation/simple_3danim.html>  , I was able
to rotate the plot around with my cursor, and the axes followed.

However, simply changing blit=False to blit=True still allowed me to move
the lines around, but the axes stayed fixed. What do I have to change to
allow both blit=True and this movement of the axes? 

It's evident that ax.elev changes as I rotate the frame, for example, but
there seems to be the initial view overlaid on the figure, which makes the
axis appear stationary. 

My own code is experiencing this problem, so I figured I would sort it out
with the simplified example.

Thanks



--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Cannot-interact-with-3D-axis-view-during-Funcanimation-animation-tp46264.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


More information about the Matplotlib-users mailing list