Revert "Add :stepmid to line types example plot"

This reverts commit 0d528b7c82b63d9f60bf314838188265fff4d95d.
This commit is contained in:
David MacMahon 2021-03-26 10:49:19 -07:00
parent 0d528b7c82
commit 074c56867d

View File

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