process showaxis

This commit is contained in:
Simon Christ 2020-05-26 20:23:15 +02:00
parent bc12562e05
commit 71df5bd796

View File

@ -60,7 +60,7 @@ function process_axis_arg!(plotattributes::AKW, arg, letter = "")
elseif arg === nothing elseif arg === nothing
plotattributes[Symbol(letter,:ticks)] = [] plotattributes[Symbol(letter,:ticks)] = []
elseif T <: Bool || arg in _allShowaxisArgs || arg in _allShowaxisSyms elseif T <: Bool || arg in _allShowaxisArgs
plotattributes[Symbol(letter,:showaxis)] = showaxis(arg, letter) plotattributes[Symbol(letter,:showaxis)] = showaxis(arg, letter)
elseif typeof(arg) <: Number elseif typeof(arg) <: Number