From 4878339c0064d7d7f7e1f5abfda01b1942fd739c Mon Sep 17 00:00:00 2001 From: bernd_uni Date: Thu, 1 Oct 2020 08:21:17 +0200 Subject: [PATCH] Fixed for linecolor-attribute --- src/recipes.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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