Add different shade colors for trend and forecast , with text on the region

前端 未结 0 1008
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 12:41
import numpy as np
import pandas as pd

df = pd.DataFrame({"y" : np.random.rand(20)})
ax = df.iloc[:15,:].plot(ls="-", color="b")
ax2 =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题