also reset line_z
This commit is contained in:
parent
f2bc3bf6c7
commit
9373c9e78a
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user