Skip to content

Commit de2648b

Browse files
committed
fix another partial match
1 parent bad0de2 commit de2648b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/guides-.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Guides <- ggproto(
526526
coord <- coord %||% default_inside_position %||% just
527527

528528
groups$justs[[i]] <- just
529-
groups$coord[[i]] <- coord
529+
groups$coords[[i]] <- coord
530530
}
531531

532532
groups <- vec_group_loc(vec_slice(groups, keep))
@@ -544,7 +544,7 @@ Guides <- ggproto(
544544
position <- groups$key$positions[i]
545545
if (position == "inside") {
546546
adjust <- theme(
547-
legend.position.inside = groups$key$coord[[i]],
547+
legend.position.inside = groups$key$coords[[i]],
548548
legend.justification.inside = groups$key$justs[[i]]
549549
)
550550
}

0 commit comments

Comments
 (0)