Where a step chart jumps between two consecutive samples.
hv
y[i]
x[i+1]
steps-post
vh
x[i]
steps-pre
mid
steps-mid
hv is what ggplot2::geom_step() draws by default, but MAIDR substitutes no default of its own: see MaidrLayer.stepDirection.
ggplot2::geom_step()
Where a step chart jumps between two consecutive samples.
hv— holdy[i]untilx[i+1], then jump (matplotlibsteps-post).vh— jump atx[i], then hold untilx[i+1](matplotlibsteps-pre).mid— jump at the midpoint of the two x values (matplotlibsteps-mid).hvis whatggplot2::geom_step()draws by default, but MAIDR substitutes no default of its own: see MaidrLayer.stepDirection.