How do I add a title to this Seaborne plot? Let\'s give it a title \'I AM A TITLE\'.
tips = sns.load_dataset(\"tips\") g = sns.FacetGrid(tips, col=\"sex\", r
In ipython notebook, this worked for me!
sns.plt.title('YOUR TITLE HERE')