ConstructiveGeometry.jl
ConstructiveGeometry.jl copied to clipboard
`surface` gets shadowed by Makie
trafficstars
Hi @plut,
I just discovered this neat little package and since you also asked for it in the readme, I'll be opening a few issues as I discover things! :)
Here's the first thing:
Your surface function for explicitly generating meshes gets overwritten by Makie's surface plot function.
It'd probably good to use a different name for that.