Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restore original legend margin
Fixes #1871
  • Loading branch information
hadley committed Nov 7, 2016
1 parent e83cd48 commit 70c3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/theme-defaults.r
Expand Up @@ -110,7 +110,7 @@ theme_grey <- function(base_size = 11, base_family = "") {
legend.spacing = unit(0.4, "cm"),
legend.spacing.x = NULL,
legend.spacing.y = NULL,
legend.margin = margin(0, 0, 0, 0, "cm"),
legend.margin = margin(0.2, 0.2, 0.2, 0.2, "cm"),
legend.key = element_rect(fill = "grey95", colour = "white"),
legend.key.size = unit(1.2, "lines"),
legend.key.height = NULL,
Expand Down

0 comments on commit 70c3d69

Please sign in to comment.