Closed
Description
In the geom_errorbar code,
the required aesthetics are
required_aes = c("x", "ymin", "ymax"),
However, in the geom_errorbarh code,
the required aesthetics are
required_aes = c("x", "xmin", "xmax", "y"),
In other words, the x
aesthetic is required for both plots, but the y
aesthetic is required only for errorbarh
.
I believe the correct answer would be to drop the x
requirement from errorbarh
Metadata
Metadata
Assignees
Labels
No labels