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.
We now have
geom_step(). The 'step' adjustment to the line could in theory work with other geometries as well, notablygeom_area()or evengeom_ribbon(). The proposal here is to make aposition_step()and deprecateGeomStepin favour ofGeomLine+PositionStep.