Matplotlib - Animations
Identify the error in this
init function used in FuncAnimation:def init():
line.set_data([], [])
plt.show()
return line,