Replace axis line with an annotated segment.
Arguments
- position
The position of the axis. One of "bottom", "top", "left", or "right".
- ...
Extra parameters passed to
ggplot2::annotate("segment", ...)
.- colour
The colour of the annotated segment. Inherits from the current theme axis.line etc.
- linewidth
The linewidth of the annotated segment. Inherits from the current theme axis.line etc.