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.
There are no outputs visible on screen whatsoever. It just shows the checkmark telling me that the code ran, but there’s no popup window or other information in the terminal at all.
For reference, the following code was suggested to me for the initial problem. It’s from the Triangulate.jl examples on github, but I simply cannot figure out why it doesn’t display the output as shown in the example.