【发布时间】:2021-09-16 14:54:54
【问题描述】:
我有以下代码:
from pandas_datareader import data as web
df = web.DataReader('goog','yahoo', start="2021-07-3", end="2021-09-12")
mpf.plot(df, style='charles', type = 'candle', volume=True, figratio=(12,8), title = "new title \n another title")
您能否告诉我如何更改换行符another title 的字体和大小?
【问题讨论】:
标签: python python-3.x matplotlib title mplfinance