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
We now have geom_step(). The 'step' adjustment to the line could in theory work with other geometries as well, notably geom_area() or even geom_ribbon(). The proposal here is to make a position_step() and deprecate GeomStep in favour of GeomLine + PositionStep.