0

I want to remove "SalesPrice" from the plot. and remove the borders (keep the x,y axes and remove the top border) and I want to convert the numbers to be written with (e). I will be grateful for any help.

salesHist = ames.hist(column='SalePrice', grid = False, edgecolor = 
"black", color = 'khaki')

for ax in salesHist.flatten():
   ax.set_xlabel('home sale price')
   ax.set_ylabel('Density')

enter image description here

0 Answers0