Skip to content

Commit f69cfcb

Browse files
committed
forward to Makie for further arg. conversion
1 parent a744141 commit f69cfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/MakieExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ end
3838
# end
3939

4040
function Makie.convert_arguments(
41-
::Union{Type{<:Contour}, Type{<:Contourf}, Type{<:Heatmap}},
41+
P::Union{Type{<:Contour}, Type{<:Contourf}, Type{<:Heatmap}},
4242
ϕ::LSM.LevelSet,
4343
)
4444
LSM.dimension(ϕ) == 2 ||
4545
throw(ArgumentError("Contour plot only supported for 2D level-sets."))
46-
return _contour_plot(ϕ)
46+
return Makie.convert_arguments(P, _contour_plot)...)
4747
end
4848

4949
function Makie.convert_arguments(P::Type{<:Volume}, ϕ::LSM.LevelSet)

0 commit comments

Comments
 (0)