Automobile Data Visualization
This project visualizes the relationship between automobile characteristics using Vega-Lite. The scatter plot shows:
- X-axis: Miles per gallon (MPG)
- Y-axis: Horsepower
- Color: Origin of the vehicle
- Size: Weight of the vehicle
- Tooltip: Vehicle name and additional details
Features
- Responsive design that adapts to window resizing
- Interactive tooltips with vehicle details
- Clean, modern styling with improved readability
- Optimized data loading and rendering
Technologies
Data Source
The dataset is sourced from the UCI Machine Learning Repository and contains specifications for various automobiles.