also reset line_z

This commit is contained in:
Simon Christ 2022-05-04 15:31:31 +02:00
parent f2bc3bf6c7
commit 9373c9e78a

View File

@ -1144,6 +1144,9 @@ function error_style!(plotattributes::AKW)
if haskey(plotattributes, :marker_z) if haskey(plotattributes, :marker_z)
reset_kw!(plotattributes, :marker_z) reset_kw!(plotattributes, :marker_z)
end end
if haskey(plotattributes, :line_z)
reset_kw!(plotattributes, :line_z)
end
msc = plotattributes[:markerstrokecolor] msc = plotattributes[:markerstrokecolor]
msc = if msc === :match msc = if msc === :match
plotattributes[:subplot][:foreground_color_subplot] plotattributes[:subplot][:foreground_color_subplot]