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

minor improvements to gg_miss_fct #118

Closed
njtierney opened this issue Nov 22, 2017 · 0 comments · Fixed by #138
Closed

minor improvements to gg_miss_fct #118

njtierney opened this issue Nov 22, 2017 · 0 comments · Fixed by #138

Comments

@njtierney
Copy link
Owner

Some minor improvement to gg_miss_fct- would be adding a minimal theme (instead of gray) and angled text on the x axis.

There needs to be some way to deal with suuuuper long x labels, but I'm not sure what that is.

library(naniar)
library(ggplot2)

gg_miss_fct(x = riskfactors, fct = marital)

gg_miss_fct(x = riskfactors, fct = marital) + 
  theme_minimal() + 
  theme(axis.text.x=element_text(angle=45,hjust=1)) 

@njtierney njtierney added this to visualisation in CRAN Version 0.3.0 Jan 26, 2018
njtierney added a commit that referenced this issue Mar 1, 2018
minor cosmetic change to gg_miss_fct, close #118
@njtierney njtierney moved this from visualisation to Done in CRAN Version 0.3.0 Mar 1, 2018
@njtierney njtierney removed the V0.3.0 label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant