We try and understand the relationship between various factors and fuel used per mile using the mtcars data.
X axis vs. Y axis: weight of car(wt) versus mileage(mpg) Colour of a plot point: Visualization of number of cylinders(cyl) Size of a plot point: horsepower of the car(hp)
## Warning: `arrange_()` is deprecated as of dplyr 0.7.0.
## Please use `arrange()` instead.
## See vignette('programming') for more help
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.