From aab57fea2c27172713934d807c8136e6ca40253b Mon Sep 17 00:00:00 2001 From: gregoirepourtier Date: Thu, 14 Mar 2024 15:32:26 +0100 Subject: [PATCH] fix labels #24 --- src/makie.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makie.jl b/src/makie.jl index d4e70d6..2766c79 100644 --- a/src/makie.jl +++ b/src/makie.jl @@ -704,6 +704,8 @@ function scalarplot!(ctx, TP::Type{MakieType}, ::Type{Val{2}}, grids, parentgrid title = map(data -> data.t, ctx[:contourdata]), aspect = aspect, autolimitaspect = autolimitaspect, + xlabel = ctx[:xlabel], + ylabel = ctx[:ylabel], scenekwargs(ctx)...,) else ctx[:scene] = XMakie.Axis3(ctx[:figure];