JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 354 forks source link

[FR] Areaplot should have a step form - OR - create separate line segment property #4290

Closed BioTurboNick closed 2 years ago

BioTurboNick commented 2 years ago

I'd like to generate an areaplot that can have a step-function form for the line.

More generally, it might be useful to have a separate property to determine how adjacent values are joined? Instead of having a separate series type.

linear (default) one or more smoothed options: cubic spline? steppost steppre stepmid

t-bltg commented 2 years ago

Fixed by https://github.com/JuliaPlots/Plots.jl/pull/4291.