小编nui*_*uin的帖子

如何抑制matplotlib警告?

matplotlib每次我都会收到警告import pandas:

/usr/local/lib/python2.7/site-packages/matplotlib/__init__.py:872: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.


 warnings.warn(self.msg_depr % (key, alt_key))
Run Code Online (Sandbox Code Playgroud)

抑制它的最佳方法是什么?所有套餐都是最新的.

Conf:OSX与brew Python 2.7.10(默认,2015年7月13日,12:05:58),pandas == 0.17.0和matplotlib == 1.5.0

python warnings matplotlib pandas

18
推荐指数
3
解决办法
2万
查看次数

标签 统计

matplotlib ×1

pandas ×1

python ×1

warnings ×1