From 074c56867de56e9c0d9105bd7a47a04dfe4b761b Mon Sep 17 00:00:00 2001 From: David MacMahon Date: Fri, 26 Mar 2021 10:49:19 -0700 Subject: [PATCH] Revert "Add :stepmid to line types example plot" This reverts commit 0d528b7c82b63d9f60bf314838188265fff4d95d. --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 963413bb..cfc8e96f 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -193,7 +193,7 @@ const _examples = PlotExample[ [ :( begin - linetypes = [:path :steppre :stepmid :steppost :sticks :scatter] + linetypes = [:path :steppre :steppost :sticks :scatter] n = length(linetypes) x = Vector[sort(rand(20)) for i = 1:n] y = rand(20, n)