class: center, middle, inverse, title-slide .title[ # Interactive Plot with Plotly ] .author[ ### Anjeanette Sy ] .date[ ### August 07, 2023 ] --- class: center, middle, inverse, title-slide # Interactive Plot with Plotly This presentation features an interactive scatter plot created with Plotly based on the `mtcars` dataset. --- # Scatter Plot with Plotly This scatter plot is created using the `mtcars` dataset. The x-axis represents the weight (`wt`) of the cars, and the y-axis represents the miles per gallon (`mpg`) they achieve.
--- # Conclusion The interactive scatter plot reveals an inverse relationship between car weight (`wt`) and miles per gallon (`mpg`). As weight increases, miles per gallon tends to decrease.