【发布时间】:2020-11-28 11:08:38
【问题描述】:
试图弄清楚这一点令人沮丧。知道如何在 seaborn 的联合图上显示标题吗?
title = "How long does it take to show a title with seaborn?"
g = sns.jointplot(x, y, space=0, color="b")
g.set_title = title
plt.show()
也试过了:
plt.title = title
set_title(title))
【问题讨论】:
-
这能回答你的问题吗? How to add title to seaborn boxplot
标签: python matplotlib seaborn