文章目录
mplfinance是专用于金融数据的可视化分析模块,是基于matplotlib的实用模块程序。
一、从mpl-finance转到mplfinance
1、安装mpl-finance模块
pip install mpl-finance
2、导入mpl_finance模块出现警告
import mpl_finance as mpf
- 弹出警告信息:
mpl_finance
被废弃了,请使用mplfinance
(没有短横线,没有下划线)。
mplfinance是专用于金融数据的可视化分析模块,是基于matplotlib的实用模块程序。
pip install mpl-finance
import mpl_finance as mpf
mpl_finance
被废弃了,请使用mplfinance
(没有短横线,没有下划线)。