Introduction

This project was created as part of the Developing Data Products course. It showcases an interactive plot created using Plotly in R Markdown, and the resulting webpage is hosted with a dark theme. The mtcars dataset includes various characteristics of cars, such as weight, MPG, and gear type. Below, we’ll explore the relationship between car weight and MPG by gear type. The plot shows car weight versus MPG with points color-coded by the number of gears (3, 4, or 5).