2

i have a problem with font size for y label.

this is boxplot and the text is unreadable

Can you help me with that? code:

sns.boxplot(x='purpose',y='fico',data=loans,linewidth=2.5,width=0.5)
plt.xlabel('purpose',fontsize=12)
plt.yscale('linear')
Marta
  • 31
  • 6
  • This question had an answer at https://stackoverflow.com/questions/44954123/rotate-xtick-labels-in-seaborn-boxplot – Ramon Dec 26 '20 at 11:38

0 Answers0