Export Image
Export Code

activity6_task3(6)

sanjanaadapa7

Last edited Oct 24, 2024
Created on Oct 24, 2024
Forked from Hello VizHub

Penguins Scatter Plot Visualization

This project visualizes the Penguins dataset using a scatter plot created with D3.js. The dataset includes measurements of different penguin species, showing the relationship between bill length and flipper length.

Dataset

The dataset contains the following attributes:

  • Species: The species of penguin (Adelie, Chinstrap, Gentoo).
  • Bill_Length: Length of the penguin's bill in mm.
  • Bill_Depth: Depth of the penguin's bill in mm.
  • Flipper_Length: Length of the penguin's flipper in mm.
  • Body_Mass: Body mass of the penguin in grams.

How to Use

  1. Clone or download the repository.
  2. Make sure you have the penguins.csv dataset in the same directory.
  3. Open the index.html file in a web browser to view the scatter plot.

Visualization Details

  • X-axis: Bill Length (mm)
  • Y-axis: Flipper Length (mm)
  • Color: Represents different species (Red: Adelie, Green: Chinstrap, Blue: Gentoo)
  • Circle Size: Represents body mass (scaled for visualization)

Technologies Used

  • HTML/CSS
  • JavaScript
  • D3.js

License

This project is open-source and available under the MIT License.

MIT Licensed