plt.figure(figsize=(8,6)) sns.scatterplot(mydata['petal length', 'petal width', 'sepal length', 'sepal width']) plt.show()