From 71df5bd7961d1b6f038317ea29de9eed889a5284 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 26 May 2020 20:23:15 +0200 Subject: [PATCH] process showaxis --- src/axes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axes.jl b/src/axes.jl index c7eed090..c4883a1f 100644 --- a/src/axes.jl +++ b/src/axes.jl @@ -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 || arg in _allShowaxisSyms + elseif T <: Bool || arg in _allShowaxisArgs plotattributes[Symbol(letter,:showaxis)] = showaxis(arg, letter) elseif typeof(arg) <: Number