# NOT RUN {
make_scatterplot(dt = ggplot2::mpg,
x = 'hwy',
y = 'cty',
groups = 'manufacturer',
faceted = FALSE)
make_scatterplot(dt = ggplot2::mpg,
x = 'hwy',
y = 'cty',
groups = 'manufacturer',
faceted = TRUE,
scales = 'free')
# }
Run the code above in your browser using DataLab