Code:
fig, axs = pyplot.subplots(figsize=(width, 5)) axs.plot(data_1, index_1,color=color) ax2 = axs.twinx() dataFrame = pandas.DataFra