Skip to content

Commit 6642ba2

Browse files
committed
default to automargin, closes #1252
1 parent b463933 commit 6642ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ supply_defaults <- function(p) {
358358
}
359359
for (axis in axes) {
360360
p$x$layout[[axis]] <- modify_list(
361-
list(domain = c(0, 1)), p$x$layout[[axis]]
361+
list(domain = c(0, 1), automargin = TRUE), p$x$layout[[axis]]
362362
)
363363
}
364364
}

0 commit comments

Comments
 (0)