📜  python seaborn lmplot 添加标题 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:51.650000             🧑  作者: Mango

代码示例1
sns.lmplot(x, y, data=df, hue="hue")
ax = plt.gca()
ax.set_title("Graph (a)")