gpt4 book ai didi

python - 更改 matplotlib 3D 图的轴平面的背景颜色

转载 作者:IT老高 更新时间:2023-10-28 20:45:24 31 4
gpt4 key购买 nike

基于scatterplot example matplotlib,如何更改 3 轴网格平面的灰色背景颜色?我想将其设置为白色,使网格线保持默认的灰色。我找到了 this question但我无法将其应用于示例。谢谢。

最佳答案

使用相同的示例。您可以使用 set_pane_color 方法设置 Pane 颜色,如此处所述 http://matplotlib.org/mpl_toolkits/mplot3d/api.html#axis3d .您可以使用 RGBA 元组设置颜色:

# scatter3d_demo.py
# ...
# Set the background color of the pane YZ
ax.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
plt.show()

关于python - 更改 matplotlib 3D 图的轴平面的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11448972/

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