From c1396fd86f3e07471b5c12553526acb29ffcf244 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 26 May 2020 18:20:34 +0200 Subject: [PATCH] also replace axis syms --- src/axes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axes.jl b/src/axes.jl index 0979186a..75977ad4 100644 --- a/src/axes.jl +++ b/src/axes.jl @@ -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