def _mpl_le_1_2_1():
try:
import matplotlib as mpl
return (str(mpl.__version__) <= LooseVersion('1.2.1') and
str(mpl.__version__)[0] != '0')
except ImportError:
return False
plotting.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录