From 9373c9e78aa88cbb1867fe16782d12723ff9cc6d Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 4 May 2022 15:31:31 +0200 Subject: [PATCH] also reset line_z --- src/recipes.jl | 3 +++ 1 file changed, 3 insertions(+) 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]