change font size of facet titles using seaborn facetgrid heatmap

前端 未结 1 1885
醉话见心
醉话见心 2021-01-14 16:47

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 f

1条回答
  •  不要未来只要你来
    2021-01-14 16:55

    Thanks @mwaskon, that is the answer - use size= when called set_titles.

    That leads to more questions, like

    • Can you please change set_titles used fontweight= and fontsize= instead of fontweight= and size=? size= is use elsewhere for the facet height in inches.
    • why is sns.plotting_context completely ineffective in this context?

    0 讨论(0)
提交回复
热议问题