change font size of facet titles using seaborn facetgrid heatmap
问题 Note: this is a different question than "How can I change the font size using seaborn FacetGrid?". The methods suggested there do not work when using a heatmap inside a facetgrid. How can I change the font size of the facet titles when plotting heatmaps inside a facetgrid? The code below tries two methods, passing fontsize= to set_titles() and wrapping the whole thing in a plotting context. As far as I can tell, neither seems to have any effect on facet titles when using heatmap, although the