Skip to content

Commit

Permalink
fix labels #24
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoirepourtier committed Mar 14, 2024
1 parent 13785e5 commit aab57fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit aab57fe

Please sign in to comment.