diff --git a/src/recipes.jl b/src/recipes.jl index a116cdff..d1cf4d4c 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -280,7 +280,8 @@ end end fillrange := nothing seriestype := :path - if plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing + println(plotattributes[:linecolor]) + if plotattributes[:linecolor] == :auto && plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing line_z := plotattributes[:marker_z] end