Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
It would be awesome if it were possible to draw the
geom_vline()behind the points and error bars. At present, it has to be added as a subsequent layer which makes it the topmost layer, which I find aesthetically unsatisfying.I think you could simply add a
vline = NULLdefault argument and then change these lines to:By default then, nothing would be drawn but users could pass their own
geom_vline()object in place.