0

I have a correlation map that i generated using this code

#Correlation Plot
corrplot = df.corr()

#Correlation in 4 d.p.
corrplot.style.background_gradient(cmap='Pastel1').set_precision(4)

im trying to save the plot generated but do not know how. I have tried using functions from other posts but to no avail. please advise, thank you

0 Answers0