这张图是用 R 绘制的,我想知道如何用 matplotlib 绘制它。我已经尝试过plt.title('aaa', backgroundcolor= 'silver'),但它只改变文本覆盖的背景颜色。
plt.title('aaa', backgroundcolor= 'silver')
那么有什么方法可以做到这一点吗?谢谢
python matplotlib
matplotlib ×1
python ×1