Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add title to relplot seaborn

g = sns.relplot(x="total_bill", y="tip", hue="day", data=df)
g.fig.suptitle('Col1 x Col2', fontsize=16)
g.fig.subplots_adjust(top=0.9);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #title #relplot #seaborn
ADD COMMENT
Topic
Name
2+4 =