我使用python 3.4使用matplotlib.当我启动我的程序时,我有以下警告消息:
C:\ Python34-32bits\lib\site-packages\matplotlib\cbook.py:123:MatplotlibDeprecationWarning:在1.3版本中不推荐使用matplotlib.mpl模块.请
import matplotlib as mpl改用.warnings.warn(message,mplDeprecation,stacklevel = 1)
据我所知,我不使用mpl,所有关于matplotlib的导入都是:
import matplotlib.pyplot as plt
import matplotlib.animation as animation
Run Code Online (Sandbox Code Playgroud)
我该怎么办?