Marching squares: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 88: Line 88:
Uses the marching squares algorithm: see github.com/JuliaGeometry/Contour.jl/blob/master/src/Contour.jl
Uses the marching squares algorithm: see github.com/JuliaGeometry/Contour.jl/blob/master/src/Contour.jl
See the discussion page for the Oval of Cassini example
See the discussion page for the Oval of Cassini example
<syntaxhighlight lang="ruby">using Contour
<syntaxhighlight lang="julia">using Contour
import GLMakie as GM # GLMakie also defines Contour so import, not using
import GLMakie as GM # GLMakie also defines Contour so import, not using