Developing Data Product - Week 3 Assignment

Car Data looking at MPG Vs Weight in a continous colour scatter plot

plot_ly(mtcars, x = ~wt, y = ~mpg, type = "scatter", color = ~disp)
## No scatter mode specifed:
##   Setting the mode to markers
##   Read more about this attribute -> https://plotly.com/r/reference/#scatter-mode