C:\Anaconda64\lib\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))
我使用的是最新的matplotlib版本,但上面有警告。怎么解决?这里的soln会抑制所有警告:How to suppress matplotlib warning?,这不是我想要的