gpt4 book ai didi

python - 摆脱python matplotlib条形图中的灰色背景

转载 作者:太空宇宙 更新时间:2023-11-03 12:32:26 51 4
gpt4 key购买 nike

如何去除在 python matplotlib 中使用 foll 命令制作的下图中的灰色背景

ax.bar(x_axis,bar_val,yerr=err_val,linewidth=0,width=0.2)

enter image description here

最佳答案

set_axis_bgcolor 函数在 2.0 版中已弃用。请改用 set_facecolor。您的代码将是:

 ax.set_facecolor('white')

关于python - 摆脱python matplotlib条形图中的灰色背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30009062/

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