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

Implement ggplot2::stat_ellipse #52

Open
jbengler opened this issue Jan 19, 2025 · 0 comments
Open

Implement ggplot2::stat_ellipse #52

jbengler opened this issue Jan 19, 2025 · 0 comments
Labels
feature a feature request or enhancement

Comments

@jbengler
Copy link
Owner

library(tidyplots)

animals %>% 
  tidyplot(x = size, y = weight, color = family) %>% 
  add_data_points() %>% 
  add(ggplot2::stat_ellipse())
@jbengler jbengler added the feature a feature request or enhancement label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant