You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Currently geom_segment() supports one variant, geom_curve(), to connect two points with a curved line. I would find it useful to have in base ggplot an "elbow" geom, that connects points with a, well, elbow-shaped line, similar to geom_step() but with the same aesthetics as geom_segment() and geom_curve(). I am aware of geom_edge_elbow() in ggraph, but I believe this geom can be used more generally.