Posts by JOAO RF • 9 points
2 posts
-
0
votes2
answers32
viewsA: How to increase the title font of a Seaborn.displot chart?
I got help on stackoverflow in English. Follow the code below: f = sns.displot(df,x="yearOfRegistration", kde=True, binwidth=5) plt.title("Distribuição de Veículos com base no Ano de Registro",…
-
-1
votes2
answers32
viewsQ: How to increase the title font of a Seaborn.displot chart?
Hello! I have the following code: f = sns.displot(df,x="yearOfRegistration", kde=True, binwidth=5) f.set(title = "Distribuição de Veículos com base no Ano de Registro") f.set_axis_labels("Ano de…