JuliaGeometry / Triangulate.jl

Julia Wrapper for the Triangle Mesh Generator
MIT License
38 stars 11 forks source link

Plotting stuff needs to move elesewhere #19

Open j-fu opened 9 months ago

j-fu commented 9 months ago

Plotting (with PyPlot and now Makie) was added here for convenience. Dependencies are weak, as the Plotter module is passed to the plotting methods, so not much overhead when this is ignored. With the extension mechanism, finally there is a way to check for version consistency. As wee see in https://github.com/JuliaGeometry/Triangulate.jl/commit/bdfb88910d21aed904cd241bf973b0592bd4eb89, this now requires to track updates of plotting packages which is completely out of scope of this package.

So this needs to be cleaned up.

The plan: