Skip to content

Commit 51889d4

Browse files
committed
fix inside guide box area
1 parent c6e90ea commit 51889d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot-build.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ table_add_legends <- function(table, legends, theme) {
527527
} else { # to be consistent with original gtable layout
528528
table <- gtable_add_grob(
529529
table, zeroGrob(), clip = "off",
530-
t = 1, b = 1, l = place$l, r = place$r,
530+
t = place$t, b = place$b, l = place$l, r = place$r,
531531
name = "guide-box-inside"
532532
)
533533
}

0 commit comments

Comments
 (0)