Export Image
Export Code

ice7 part1

Priyanka-Jammigumpula

Last edited Mar 28, 2024
Created on Mar 28, 2024
Forked from HTML Starter

Enhanced Scatter Plot

This HTML file creates an interactive scatter plot using D3.js library to visualize data points from the Cars dataset. It displays the relationship between horsepower and MPG (miles per gallon) of cars, with additional information such as origin and weight. Each data point is represented by a circle, with size corresponding to weight, and color indicating the origin of the car (USA, Japan, or Europe).

MIT Licensed