also replace axis syms
This commit is contained in:
parent
a270e342b7
commit
bc12562e05
@ -60,7 +60,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user