We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad0de2 commit de2648bCopy full SHA for de2648b
R/guides-.R
@@ -526,7 +526,7 @@ Guides <- ggproto(
526
coord <- coord %||% default_inside_position %||% just
527
528
groups$justs[[i]] <- just
529
- groups$coord[[i]] <- coord
+ groups$coords[[i]] <- coord
530
}
531
532
groups <- vec_group_loc(vec_slice(groups, keep))
@@ -544,7 +544,7 @@ Guides <- ggproto(
544
position <- groups$key$positions[i]
545
if (position == "inside") {
546
adjust <- theme(
547
- legend.position.inside = groups$key$coord[[i]],
+ legend.position.inside = groups$key$coords[[i]],
548
legend.justification.inside = groups$key$justs[[i]]
549
)
550
0 commit comments