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

Modify: Localize scope of color #1

Merged
merged 1 commit into from
May 5, 2023

Conversation

the-lazy-learner
Copy link
Owner

Description


Fixed changes in code to the following snippet to make the plot color local to points.

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

@the-lazy-learner the-lazy-learner merged commit 0d0a27a into main May 5, 2023
@the-lazy-learner the-lazy-learner deleted the localize-scope-of-plot-color branch May 5, 2023 07:28
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