From 307e92f8d039145fba3305eeac4fcc7ad9b3360b Mon Sep 17 00:00:00 2001 From: bernd_uni Date: Thu, 1 Oct 2020 14:27:40 +0200 Subject: [PATCH] Changed primary-ness in sticks+marker --- src/recipes.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/recipes.jl b/src/recipes.jl index 10fb5246..4083289a 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -286,8 +286,6 @@ end # create a primary series for the markers if plotattributes[:markershape] != :none - tmplabel = deepcopy(plotattributes[:label]) - label := "" primary := false @series begin seriestype := :scatter @@ -296,7 +294,6 @@ end if z !== nothing z := z end - label := tmplabel primary := true () end