Concept Flow - Animation interval and frames
Start Animation Setup
Define frames count
Set interval time
For each frame in frames
Update plot with new data
Pause for interval ms
Repeat until last frame
End
Animation runs by updating plot data frame by frame, pausing for the set interval between frames until all frames are shown.