MatplotlibDeprecationWarning报错处理(style.use(‘seaborn-whitegrid‘))
短信预约 -IT技能 免费直播动态提醒
问题描述
在网上很多关于matplotlib的旧教程里,都会使用到以下命令
style.use('seaborn-whitegrid')
在python3.6版本以后会报错:
MatplotlibDeprecationWarning: The seaborn styles shipped by Matplotlib are deprecated since 3.6, as they no longer correspond to the styles shipped by seaborn. However, they will remain available as 'seaborn-v0_8-