diff --git a/iris_test.ipynb b/iris_test_2.ipynb similarity index 81% rename from iris_test.ipynb rename to iris_test_2.ipynb index ff21b79..d4081e7 100644 --- a/iris_test.ipynb +++ b/iris_test_2.ipynb @@ -47,7 +47,7 @@ "\n", "# Visualizations\n", "# Scatter plot of sepal length vs. sepal width\n", - "sns.scatterplot(x='sepal length (cm)', y='sepal width (cm)', hue='species', data=df)\n", + "sns.scatterplot(x='petal length (cm)', y='sepal width (cm)', hue='species', data=df)\n", "plt.title('Sepal Length vs. Sepal Width')\n", "plt.show()\n", "\n", @@ -78,7 +78,7 @@ "height": 1000 }, "id": "ONXbUJ5UrYIv", - "outputId": "056c28c0-a6bc-43cf-b6f2-720d739a285c" + "outputId": "c2c281be-056b-4a1c-c235-74c8f1bb4cc9" }, "execution_count": 1, "outputs": [ @@ -109,7 +109,7 @@ ], "text/html": [ "\n", - "