also replace axis syms

This commit is contained in:
Simon Christ 2020-05-26 18:20:34 +02:00 committed by GitHub
parent b73dd46521
commit c1396fd86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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