Lab 07: Plotting
Note
In lab.qmd ## Lab 7
,
- For the
mtcars
data, use R or Python tomake a scatter plot of
miles per gallon
vs.weight
. Decorate your plot using arguments,col
,pch
,xlab
, etc.create a histogram of 1/4 mile time. Make it beautiful!
- Commit and Push your work once you are done.