Fixed for linecolor-attribute
This commit is contained in:
parent
3c401013f1
commit
4878339c00
@ -280,7 +280,8 @@ end
|
||||
end
|
||||
fillrange := nothing
|
||||
seriestype := :path
|
||||
if plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing
|
||||
println(plotattributes[:linecolor])
|
||||
if plotattributes[:linecolor] == :auto && plotattributes[:marker_z] !== nothing && plotattributes[:line_z] == nothing
|
||||
line_z := plotattributes[:marker_z]
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user