Changed labeling-behaviour of :sticks
This commit is contained in:
parent
514a7c4fff
commit
c72a4e42c3
@ -283,6 +283,8 @@ end
|
|||||||
|
|
||||||
# create a secondary series for the markers
|
# create a secondary series for the markers
|
||||||
if plotattributes[:markershape] != :none
|
if plotattributes[:markershape] != :none
|
||||||
|
tmplabel = deepcopy(plotattributes[:label])
|
||||||
|
label := ""
|
||||||
@series begin
|
@series begin
|
||||||
seriestype := :scatter
|
seriestype := :scatter
|
||||||
x := x
|
x := x
|
||||||
@ -290,8 +292,8 @@ end
|
|||||||
if z !== nothing
|
if z !== nothing
|
||||||
z := z
|
z := z
|
||||||
end
|
end
|
||||||
label := ""
|
label := tmplabel
|
||||||
primary := false
|
primary := true
|
||||||
()
|
()
|
||||||
end
|
end
|
||||||
markershape := :none
|
markershape := :none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user