Changed primary-ness in sticks+marker

This commit is contained in:
bernd_uni 2020-10-01 14:27:40 +02:00
parent dd5f739236
commit 307e92f8d0

View File

@ -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