fix magic fill argument

This commit is contained in:
Daniel Schwabeneder 2018-03-15 21:22:29 +01:00
parent 7c257a09f6
commit 7f6fe09a00

View File

@ -751,6 +751,10 @@ function processFillArg(d::KW, arg)
elseif allAlphas(arg)
d[:fillalpha] = arg
# fillrange provided as vector or number
elseif typeof(arg) <: Union{AbstractArray{<:Real}, Real}
d[:fillrange] = arg
elseif !handleColors!(d, arg, :fillcolor)
d[:fillrange] = arg