Skip to content

Commit

Permalink
update facet to make more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 21, 2022
1 parent bbeaf97 commit d464b1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 053_ggdensity/053_ggdensity.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ g1 <- mpg %>%
theme_tq() +
labs(title = "High Density Regions")

g1 +
facet_wrap(~ class)
g1 + facet_wrap(~ class, ncol = 2)

# * High Density Lines ----
g2 <- mpg %>%
Expand Down

0 comments on commit d464b1a

Please sign in to comment.