Geom.step
Connect points using a stepwise function. Equivalent to Geom.line with Stat.step.
Aesthetics
x
: Point x-coordinate.y
: Point y-coordinate.
Arguments
direction
: Either:hv
for horizontal then vertical, or:vh
for vertical then horizontal.
Examples
plot(x=rand(25), y=rand(25), Geom.step)