Triangulate.jl - Generating a triangle grid using Triangulate

Hi, I’m trying to generate an unstructured triangle grid using Triangulate.jl with coordinate data specifying layer boundaries and measuring points within those boundaries.

I’ve tried just about every bit of example code I can find online but somehow have never ended up with an actual plot output. The code functions run without error, but it never displays anything afterwards.

I’m intending to use GLMakie as a plotting backend. Is there any place within the code I need to specify this for it to actually create the plot?

I’m simply confused as to why, even in examples with provided data, I never end up with a plot in a separate window, even though no errors occur in the code.

Any help is greatly appreciated :slight_smile:

Not sure.

Does the mesh generation cause any output to screen?

Do you output files (.ploy, .node or .ele) being created?