So erhalten Sie Funktionshilfe im Jupyter -Notebook

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