# Before removing
animals %>%
tidyplot(x = weight, y = speed, color = family) %>%
add_data_points()
# After removing
animals %>%
tidyplot(x = weight, y = speed, color = family) %>%
add_data_points() %>%
remove_padding()
Run the code above in your browser using DataLab