Seems pretty Googleable but haven\'t been able to find something online that works.
I\'ve tried both sns.boxplot(\'Day\', \'Count\', data= gg).title(\'lalala\'
sns.boxplot(\'Day\', \'Count\', data= gg).title(\'lalala\'
.set_title('') can be used to add title to Seaborn Plot
import seaborn as sb sb.boxplot().set_title('Title')