Plotting graphs using the Iris data set in python
This repository contains Python code for visualizing the Iris dataset using Matplotlib.
The Iris data set contains 150 samples from three species of Iris flowers (Iris setosa, Iris versicolor, and Iris virginica), with four features: sepal length, sepal width, petal length, and petal width.
Scatter plot of sepal length vs. sepal width Scatter plot of petal length vs. petal width Scatter plot of sepal length vs. petal length Scatter plot of sepal width vs. petal width Scatter plot of the individual features: sepal length, sepal width, petal length, and petal width. Boxplot of the petal width
Ensure you have python installed