Export Image
Export Code

Manoja Q3

Manoja444

Last edited Apr 11, 2024
Created on Apr 11, 2024

Dog Dataset Scatter Plot Visualization

This project demonstrates a scatter plot visualization for a dataset containing information about different dog breeds, their heights, and weights. The scatter plot is created using D3.js library.

Dataset

The dataset used for this visualization contains the following columns:

  • Species: The breed of the dog.
  • Height: The height of the dog (in cm).
  • Weight: The weight of the dog (in kg).

Installation

There is no installation required for this project. Simply open the HTML file in a web browser to view the scatter plot visualization.

Usage

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. The scatter plot visualization should appear on your screen, displaying the relationship between the height and weight of different dog breeds.

Credits

  • This project utilizes the D3.js library for data visualization.
  • The dataset used in this project is sourced from [link to your dataset source].

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

MIT Licensed