Skip to content

Commit

Permalink
Fix partial match
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jan 8, 2025
1 parent 231a7ca commit f6a1607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/guides-.R
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Guides <- ggproto(
# prepare output
for (i in vec_seq_along(groups)) {
adjust <- NULL
position <- groups$key$position[i]
position <- groups$key$positions[i]
if (position == "inside") {
adjust <- theme(
legend.position.inside = groups$key$coord[[i]],
Expand Down

0 comments on commit f6a1607

Please sign in to comment.