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