This project visualizes the famous Iris flower dataset. It provides a scatter plot using D3.js to compare petal length to petal width, with data points color-coded by species. This visualization can help in understanding the relationship between these two features and how they differ among Iris species.
index.html
: The HTML file containing the D3.js script
for rendering the scatter plot.data2.csv
: The dataset file with iris flower
measurements, including sepal length, sepal width, petal
length, petal width, and species.To view the visualization, simply open the index.html
file
in a web browser. Make sure that data2.csv
is located in
the same directory as the index.html
file.
Hovering over any point on the scatter plot will display a tooltip with the species name and the corresponding petal length and width.
Ensure you have a modern web browser installed. Clone the
repository, navigate to the directory containing
index.html
, and open it in your browser to view the
scatter plot.
Contributions to improve the visualization or expand the dataset are welcome. Please feel free to fork the repository and submit a pull request.
This project is open source and available under the MIT License.
If you have any questions or would like to contact the maintainers, please open an issue on this repository.