Closed Ax3man closed 8 years ago
This may be confusing for users that are changing an existing call to a horizontal one, where they already are supplying x, ymin and ymax.
Is definitely confusing, but appreciate the answer above.
This should now be fixed, thanks for the report
Great Lionel, your package is very useful indeed!
For any of
geom_linerangeh
,geom_pointrangeh
,geom_crossbarh
,geom_errorbarh
, the error for missing aesthetics still report the required aesthetics for the vertical versions.ggplot(mtcars) + geom_linerangeh()
Even though it needs
y
,xmin
andxmax
.This may be confusing for users that are changing an existing call to a horizontal one, where they already are supplying
x
,ymin
andymax
.