diff --git a/src/recipes.jl b/src/recipes.jl index c3e283f0..ff073534 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1144,6 +1144,9 @@ function error_style!(plotattributes::AKW) if haskey(plotattributes, :marker_z) reset_kw!(plotattributes, :marker_z) end + if haskey(plotattributes, :line_z) + reset_kw!(plotattributes, :line_z) + end msc = plotattributes[:markerstrokecolor] msc = if msc === :match plotattributes[:subplot][:foreground_color_subplot]