change color handling of recipes

This commit is contained in:
Simon Christ 2020-05-06 14:15:12 +02:00
parent fbb758a546
commit 108109e4c9

View File

@ -1028,7 +1028,7 @@ end
function error_style!(plotattributes::AKW) function error_style!(plotattributes::AKW)
plotattributes[:seriestype] = :path plotattributes[:seriestype] = :path
plotattributes[:linecolor] = plotattributes[:markerstrokecolor] plotattributes[:markercolor] = plotattributes[:markerstrokecolor]
plotattributes[:linewidth] = plotattributes[:markerstrokewidth] plotattributes[:linewidth] = plotattributes[:markerstrokewidth]
plotattributes[:label] = "" plotattributes[:label] = ""
end end