import matplotlib.pyplot as plt import numpy as np import matplotlib.animation as animation n = 100 x = np.random.randn(n) def update(curr): if curr =