Concept Flow - Init function for animation
Define init function
Set initial plot state
Return artists to animate
Animation calls init
Plot shows initial frame
Animation updates frames
The init function sets the starting state of the animation plot and returns the plot elements to be animated before the animation frames update.