We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a5ef2 commit 1932002Copy full SHA for 1932002
R/grob-dotstack.R
@@ -25,7 +25,7 @@ dotstackGrob <- function(
25
is_npc <- function(x) isTRUE(grepl('^[^+^-^\\*]*[^s]npc$', as.character(x)))
26
27
#' @export
28
-makeContext.dotstackGrob <- function(x, recording = TRUE) {
+makeContext.dotstackGrob <- function(x) {
29
# Need absolute coordinates because when using npc coords with circleGrob,
30
# the radius is in the _smaller_ of the two axes. We need the radius
31
# to instead be defined in terms of the non-stack axis.
0 commit comments