Def test () :
ANI=animation. FuncAnimation (FIG=FIG,
Func=the animate,
Frames=len (x),
The interval=200,
Repeat=False,
Blit=False)
Threading. Thread (target=test,
The daemon=True). The start ()
May I ask you, under the ANI originally called directly can show normal animation figure, but in thread is not moved, how to do with this?