reset marker_z for errorbars
This commit is contained in:
parent
a13d4d8554
commit
f2bc3bf6c7
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user