From 108109e4c9776ed08d521970dd90986c7749f5ee Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 6 May 2020 14:15:12 +0200 Subject: [PATCH] change color handling of recipes --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 7a54bfe7..804cd63d 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1028,7 +1028,7 @@ end function error_style!(plotattributes::AKW) plotattributes[:seriestype] = :path - plotattributes[:linecolor] = plotattributes[:markerstrokecolor] + plotattributes[:markercolor] = plotattributes[:markerstrokecolor] plotattributes[:linewidth] = plotattributes[:markerstrokewidth] plotattributes[:label] = "" end