Changed labeling-behaviour of :sticks

This commit is contained in:
bernd_uni 2020-09-30 15:01:54 +02:00
parent 514a7c4fff
commit c72a4e42c3

View File

@ -283,6 +283,8 @@ end
# create a secondary series for the markers
if plotattributes[:markershape] != :none
tmplabel = deepcopy(plotattributes[:label])
label := ""
@series begin
seriestype := :scatter
x := x
@ -290,8 +292,8 @@ end
if z !== nothing
z := z
end
label := ""
primary := false
label := tmplabel
primary := true
()
end
markershape := :none