Legend location in subplot

This commit is contained in:
Oscar Dowson 2016-07-12 17:26:17 +12:00 committed by odow
parent 0cc1bd2dc6
commit ce31ea8bf3

View File

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