From 83fc003e775c9468aa362a15b45b9e8d675234c6 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Thu, 6 Jul 2023 12:52:51 +0200 Subject: [PATCH] Change Axis case (#3046) --- src/theming.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theming.jl b/src/theming.jl index 7d58f51a994..e181e4681ef 100644 --- a/src/theming.jl +++ b/src/theming.jl @@ -55,8 +55,8 @@ const MAKIE_DEFAULT_THEME = Attributes( patchstrokewidth = 0, resolution = (800, 600), # 4/3 aspect ratio visible = true, - axis = Attributes(), - axis3d = Attributes(), + Axis = Attributes(), + Axis3 = Attributes(), legend = Attributes(), axis_type = automatic, camera = automatic,