reset marker_z for errorbars (#4193)
* reset marker_z for errorbars * also reset line_z
This commit is contained in:
parent
3e1bad0971
commit
92611ea3b4
@ -1140,6 +1140,13 @@ end
|
|||||||
# Error Bars
|
# Error Bars
|
||||||
|
|
||||||
function error_style!(plotattributes::AKW)
|
function error_style!(plotattributes::AKW)
|
||||||
|
# errorbar color should soley determined by markerstrokecolor
|
||||||
|
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 = plotattributes[:markerstrokecolor]
|
||||||
msc = if msc === :match
|
msc = if msc === :match
|
||||||
plotattributes[:subplot][:foreground_color_subplot]
|
plotattributes[:subplot][:foreground_color_subplot]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user