JuliaGeometry / DelaunayTriangulation.jl

Delaunay triangulations and Voronoi tessellations in two dimensions.
https://juliageometry.github.io/DelaunayTriangulation.jl/
MIT License
62 stars 5 forks source link

Add Makie.jl's reftests of `tricontourf`/`voronoiplot`/`triplot` into tests #120

Open DanielVandH opened 2 months ago

DanielVandH commented 2 months ago

Will help catch issues like https://github.com/MakieOrg/Makie.jl/pull/4003. Might need to check anywhere else these functions are used like heatmap (I think)

DanielVandH commented 1 month ago

This is waiting on https://github.com/MakieOrg/Makie.jl/pull/4044