Changed primary-ness in sticks+marker
This commit is contained in:
parent
dd5f739236
commit
307e92f8d0
@ -286,8 +286,6 @@ end
|
|||||||
|
|
||||||
# create a primary series for the markers
|
# create a primary series for the markers
|
||||||
if plotattributes[:markershape] != :none
|
if plotattributes[:markershape] != :none
|
||||||
tmplabel = deepcopy(plotattributes[:label])
|
|
||||||
label := ""
|
|
||||||
primary := false
|
primary := false
|
||||||
@series begin
|
@series begin
|
||||||
seriestype := :scatter
|
seriestype := :scatter
|
||||||
@ -296,7 +294,6 @@ end
|
|||||||
if z !== nothing
|
if z !== nothing
|
||||||
z := z
|
z := z
|
||||||
end
|
end
|
||||||
label := tmplabel
|
|
||||||
primary := true
|
primary := true
|
||||||
()
|
()
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user