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 23508b3 commit 2a7ca74Copy full SHA for 2a7ca74
R/position-stack.R
@@ -256,7 +256,7 @@ stack_var <- function(data) {
256
"y"
257
} else {
258
cli::cli_warn(c(
259
- "Stacking requires either the {.field ymin} {.emph and} {.field ymin} or the {.field y} aesthetics",
+ "Stacking requires either the {.field ymin} {.emph and} {.field ymax} or the {.field y} aesthetics",
260
"i" = "Maybe you want {.code position = \"identity\"}?"
261
))
262
NULL
0 commit comments