python seaborn lmplot add title

35

python seaborn lmplot add title -

sns.lmplot(x, y, data=df, hue="hue")
ax = plt.gca()
ax.set_title("Graph (a)")

Comments

Submit
0 Comments