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')
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')