Skip to content

Commit

Permalink
code notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Nov 29, 2024
1 parent 92f57f8 commit e381fa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/guides-.R
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,9 @@ Guides <- ggproto(
grobs
},

# here, we put `inside_position` in the last, so that it won't break current
# implement of patchwork
# here, we put `inside_position` and `inside_just` in the last, so that it
# won't break current implement of patchwork, which depends on the top three
# arguments to collect guides
package_box = function(grobs, position, theme,
inside_position = NULL, inside_just = NULL) {
if (is.zero(grobs) || length(grobs) == 0) {
Expand Down

0 comments on commit e381fa3

Please sign in to comment.