是否可以在mplfinance图中添加标题(如 plt.title(stock)?或者是否可以使用 matplotlib 制作类似的图表?
apdict = [mpf.make_addplot(df[['ema34High','ema34Low']],color='y',linestyle='dashdot'),
mpf.make_addplot(df[['SMA10High','SMA8Low']],color='b',linestyle='dashdot'),
]
mpf.plot(df,volume=True,addplot=apdict,style='starsandstripes',datetime_format=' %A, %d-
%m',xrotation=45)enter code here