diff --git a/src/recipes.jl b/src/recipes.jl index 4827232a..c3e283f0 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1140,6 +1140,10 @@ end # Error Bars function error_style!(plotattributes::AKW) + # errorbar color should soley determined by markerstrokecolor + if haskey(plotattributes, :marker_z) + reset_kw!(plotattributes, :marker_z) + end msc = plotattributes[:markerstrokecolor] msc = if msc === :match plotattributes[:subplot][:foreground_color_subplot]