From f66e307b67c7c44bd78fd6dccb72269b92433041 Mon Sep 17 00:00:00 2001 From: Lee Phillips Date: Fri, 1 Oct 2021 12:34:30 -0600 Subject: [PATCH] Update src/recipes.jl Co-authored-by: t-bltg --- src/recipes.jl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/recipes.jl b/src/recipes.jl index 8ce87bcc..ef045446 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -1042,11 +1042,7 @@ export lens! series_plotindex := backup[:series_plotindex] seriestype := :path primary := false - if haskey(backup, :linecolor) - linecolor := backup[:linecolor] - else - linecolor := :lightgray - end + linecolor := get(backup, :linecolor, :lightgray) if haskey(backup, :linestyle) linestyle := backup[:linestyle] end