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

Add grid argument to plot_pattern() to avoid overplotting #131

Open
hanneoberman opened this issue Dec 7, 2023 · 2 comments
Open

Add grid argument to plot_pattern() to avoid overplotting #131

hanneoberman opened this issue Dec 7, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request workinprogress

Comments

@hanneoberman
Copy link
Member

Hide geom_tile borders for datasets with many columns (or missing data patterns, not shown).

ggmice::plot_pattern(data.frame(rbind(rep(NA, 500), 1:500)))

Created on 2023-12-07 with reprex v2.0.2

@hanneoberman hanneoberman added the enhancement New feature or request label Dec 7, 2023
@hanneoberman
Copy link
Member Author

And also plot_pred and plot_corr

@pepijnvink pepijnvink self-assigned this Dec 7, 2023
@hanneoberman
Copy link
Member Author

See code for plot_miss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workinprogress
Projects
None yet
Development

No branches or pull requests

2 participants