MatplotlibDeprecationWarning: The w_xaxis attribute was deprecated in Matplotlib 3.1 and will be removed in 3.8. Use xaxis instead. ax1.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
时间: 2023-05-19 15:02:06 浏览: 865
echarts.js最新版本:5.3.js.zip
这是一个 Matplotlib 的警告信息,提示 w_xaxis 属性在 Matplotlib 3.1 中已经被弃用,并将在 3.8 中被移除,建议使用 xaxis 属性代替。同时,代码中还设置了 ax1.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0)),用于设置坐标轴的背景颜色。
阅读全文