plot korelasi pyplot

import matplotlib.pyplot as plt

plt.matshow(dataframe.corr())
plt.show()
Shanti