在使用matplotlib中finance版块出现问题
pycharm吧
全部回复
仅看楼主
level 3
在使用matplotlib.finance的时候出现了这样的警告:
MatplotlibDeprecationWarning: The finance module has been deprecated in mpl 2.0 and will be removed in mpl 2.2. Please use the module mpl_finance instead.
warnings.warn(message, mplDeprecation, stacklevel=1)
但是在使用github上提示的mpl_finance的时候,就是输入import mpl_finance as finance,
程序却出错说没有这个模块,求问一下如何解决
2017年03月14日 03点03分 1
level 1
这个提示是说新版本mpl 2.2中,finance才会被替换成mpl_finance
目前import matplotlib.finance是不会影响使用的
为了兼容新版本,你可以提前在https://github.com/matplotlib/mpl_finance 下载mpl_finance这个模块,这样才可以import mpl_finance
参考:http://stackoverflow.com/questions/42373104/candlestick-ochl-graph
2017年03月19日 03点03分 2
非常感谢!
2017年03月25日 15点03分
怎么下载啊?大神
2017年05月15日 13点05分
怎么安装求问
2017年08月29日 03点08分
怎么下载和安装啊,能不能详细说下?谢谢[乖]
2018年03月23日 11点03分
level 1
我也遇到这个问题,现在怎么改啊
2018年03月15日 08点03分 4
level 1
请问楼主解决了嘛,我也是mpl_finance 这里出了问题
2018年07月09日 06点07分 5
1