mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.6k stars 1.93k forks source link

The way to change the size of title in so.plot.label(title="...") #3718

Closed ngvananh2508 closed 5 months ago

ngvananh2508 commented 5 months ago

Hi, Thank you for wonderful library. I have a wonder that whether any way to change the size of title in so.plot.label(title= "..."). I referred you documentation and I did not find any information related to this. Thank you for helping me!

mwaskom commented 5 months ago

You can use .themefor this.

ngvananh2508 commented 5 months ago

I am sorry but when I use .theme({"axes.titlesize"}: 'large}) or "figure.titlesize". There are not any change in the size of the title.