From 77e9d7209e3c2f65b3ff488420d68373ea2774d6 Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Mon, 14 Oct 2024 00:15:30 -0400 Subject: [PATCH] Fix #61 --- ext/BatsrusMakieExt/typerecipe.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/BatsrusMakieExt/typerecipe.jl b/ext/BatsrusMakieExt/typerecipe.jl index e35db04c..e27733ef 100644 --- a/ext/BatsrusMakieExt/typerecipe.jl +++ b/ext/BatsrusMakieExt/typerecipe.jl @@ -31,5 +31,5 @@ function Makie.convert_arguments(P::Makie.GridBased, bd::BATLData, var::String; w *= unitw end - (x, y, w) + (x, y, w') end