Skip to content

Commit 907fac6

Browse files
committed
Merge remote-tracking branch 'origin/main' into as/usecore
2 parents d0c0806 + 018d285 commit 907fac6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/methods/geom_relations/contains.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# # Contains
22

3-
export contains
3+
# do not export to avoid conflict with Base.contains
44

55
#=
66
## What is contains?

src/methods/polygonize.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ polygonize
1919
2020
Here's a basic example, using the `Makie.peaks()` function. First, let's investigate the nature of the function:
2121
```@example polygonize
22-
using Makie, GeometryOps
22+
using Makie, CairoMakie, GeoInterfaceMakie
23+
using GeometryOps
2324
n = 49
2425
xs, ys = LinRange(-3, 3, n), LinRange(-3, 3, n)
2526
zs = Makie.peaks(n)

0 commit comments

Comments
 (0)