import seaborn as sns import matplotlib.pyplot as pl sns.pairplot(df, hue='species') pl.show()