Makie.preferred_axis_type(::YourRecipe) = LScene
# Or depending on the argumens:
Makie.args_preferred_axis(::YourRecipe, args::YourTypes...) = ...
3 Likes
Makie.preferred_axis_type(::YourRecipe) = LScene
# Or depending on the argumens:
Makie.args_preferred_axis(::YourRecipe, args::YourTypes...) = ...