Export Code

Fork of Reusable D3 Scatter Plot

Sahith100

Last edited Mar 26, 2025
Created on Mar 26, 2025

// README.md

D3 Iris Scatter Plot

Setup and Run

  1. Install dependencies:
    npm install
    
  2. Start the server:
    npm start
    
  3. Open http://localhost:3000 in a browser.

Description

This project visualizes the Iris dataset using a D3 scatter plot. The plot colors each species differently:

  • Setosa: Light blue
  • Versicolor: Light green
  • Virginica: Orange
MIT Licensed