I Drawn a plot like this:
plt.plot(x, \'r-\') smooth_data = pd.Series(d).rolling(window=6).mean().plot(style=\'k\')
how can i extract x and y