Skip to content

Commit

Permalink
fix docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Jan 11, 2025
1 parent 6d51c7f commit 249df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/polygonize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ polygonize
Here's a basic example, using the `Makie.peaks()` function. First, let's investigate the nature of the function:
```@example polygonize
using Makie, GeometryOps
using Makie, GeometryOps, GeoInterfaceMakie, CairoMakie
n = 49
xs, ys = LinRange(-3, 3, n), LinRange(-3, 3, n)
zs = Makie.peaks(n)
Expand Down

0 comments on commit 249df28

Please sign in to comment.