Add :stepmid to line types example plot

This commit is contained in:
David MacMahon 2021-03-24 23:27:16 -07:00
parent c2cb60ff12
commit 0d528b7c82

View File

@ -193,7 +193,7 @@ const _examples = PlotExample[
[
:(
begin
linetypes = [:path :steppre :steppost :sticks :scatter]
linetypes = [:path :steppre :stepmid :steppost :sticks :scatter]
n = length(linetypes)
x = Vector[sort(rand(20)) for i = 1:n]
y = rand(20, n)