Skip to content

Commit 1932002

Browse files
authored
fix method inconsistency (#5231)
1 parent 04a5ef2 commit 1932002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grob-dotstack.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dotstackGrob <- function(
2525
is_npc <- function(x) isTRUE(grepl('^[^+^-^\\*]*[^s]npc$', as.character(x)))
2626

2727
#' @export
28-
makeContext.dotstackGrob <- function(x, recording = TRUE) {
28+
makeContext.dotstackGrob <- function(x) {
2929
# Need absolute coordinates because when using npc coords with circleGrob,
3030
# the radius is in the _smaller_ of the two axes. We need the radius
3131
# to instead be defined in terms of the non-stack axis.

0 commit comments

Comments
 (0)