plt.figure(figsize=(12,7)) plt.axvspan(x[1000][0], x[2000][0], facecolor='r', alpha=0.2) plt.plot(x,y) plt.show()