Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: replace geom_line with geom_smooth for plot #2

Merged
merged 1 commit into from
May 5, 2023

Conversation

the-lazy-learner
Copy link
Owner

Description


Modified code from geom_line to geom_smooth for plot. Changes:

ggplot(data = penguins,
       mapping = aes(x = flipper_length_mm, y = body_mass_g)) +
  geom_point(mapping = aes(color = species)) +
  geom_smooth(method = 'lm')

@the-lazy-learner the-lazy-learner merged commit a6e5a62 into main May 5, 2023
@the-lazy-learner the-lazy-learner deleted the localize-scope-of-plot-color branch May 5, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant