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))
I am using the latest matplotlib version, but getting the warning above. How to fix it? The soln here suppresses all warnings: How to suppress matplotlib warning?, and that is not what I want