We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Makie
1 parent a744141 commit f69cfcbCopy full SHA for f69cfcb
ext/MakieExt.jl
@@ -38,12 +38,12 @@ end
38
# end
39
40
function Makie.convert_arguments(
41
- ::Union{Type{<:Contour}, Type{<:Contourf}, Type{<:Heatmap}},
+ P::Union{Type{<:Contour}, Type{<:Contourf}, Type{<:Heatmap}},
42
ϕ::LSM.LevelSet,
43
)
44
LSM.dimension(ϕ) == 2 ||
45
throw(ArgumentError("Contour plot only supported for 2D level-sets."))
46
- return _contour_plot(ϕ)
+ return Makie.convert_arguments(P, _contour_plot(ϕ)...)
47
end
48
49
function Makie.convert_arguments(P::Type{<:Volume}, ϕ::LSM.LevelSet)
0 commit comments