level 3
且听我口耳听02
楼主
在使用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
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,
程序却出错说没有这个模块,求问一下如何解决