Merge branch 'master' into dev

This commit is contained in:
Thomas Breloff 2016-07-14 15:47:40 -04:00
commit db096196c9

View File

@ -805,6 +805,7 @@ function convertLegendValue(val::Symbol)
end
convertLegendValue(val::Bool) = val ? :best : :none
convertLegendValue(val::Void) = :none
convertLegendValue(v::AbstractArray) = map(convertLegendValue, v)
# -----------------------------------------------------------------------------