gpt4 book ai didi

python - 如何抑制 matplotlib 警告?

转载 作者:IT老高 更新时间:2023-10-28 21:00:00 25 4
gpt4 key购买 nike

每次我 import pandas 时都会收到来自 matplotlib 的警告:

/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))

抑制它的最佳方法是什么?所有软件包都是最新的。

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

最佳答案

您可以隐藏所有警告:

import warnings
warnings.filterwarnings("ignore")

import pandas

关于python - 如何抑制 matplotlib 警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33792478/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com