import seaborn as sns
import matplotlib.pyplot as plt

graphe = sns.pairplot(df)
plt.show()

