Comment obtenir une aide à la fonction dans Jupyter Notebook

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