Fixed for linecolor-attribute

This commit is contained in:
bernd_uni 2020-10-01 08:21:17 +02:00
parent 3c401013f1
commit 4878339c00

View File

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