reset marker_z for errorbars

This commit is contained in:
Simon Christ 2022-05-04 15:29:05 +02:00
parent a13d4d8554
commit f2bc3bf6c7

View File

@ -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]