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