I\'m trying to use FuncAnimation to plot a wavefunction, and I have my function working fine in a standard plt.plot(x,y) situation:
plt.plot(x,y)
import numpy as n