gpt4 book ai didi

python - 如何更改 matplotlib 绘图标题中的背景颜色?

转载 作者:行者123 更新时间:2023-12-04 14:00:11 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





How do I make the width of the title box span the entire plot?

(2 个回答)


3年前关闭。




enter image description here

这张图片是由 R 绘制的,我想知道的是如何使用 matplotlib 进行绘制。
我试过 plt.title('aaa', backgroundcolor= 'silver') ,但它只会改变文本覆盖的背景颜色。

enter image description here

那么有什么方法可以做到这一点?
谢谢

最佳答案

你可以试试这个:

import matplotlib.pyplot as plt
plt.rcParams['axes.facecolor'] = 'silver'

关于python - 如何更改 matplotlib 绘图标题中的背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50302954/

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