Skip to content

Commit e381fa3

Browse files
committed
code notes
1 parent 92f57f8 commit e381fa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R/guides-.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,9 @@ Guides <- ggproto(
599599
grobs
600600
},
601601

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

0 commit comments

Comments
 (0)