JuliaGeometry / Triangulate.jl

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

`plot` conflicts with `Plots.plot` #7

Closed jlchan closed 3 years ago

jlchan commented 3 years ago

Would it be possible to change the name of plot in Triangulate.jl so that it doesn't conflict with Plots.jl?

jlchan commented 3 years ago

Nevermind, it's not a big issue unless I reexport plot in the library I'm using Triangulate.jl in.

j-fu commented 3 years ago

Hi, took notice of this. Agree after my own experience. I anyway want to work on the plot part if time permits, so I will think about this change,

jlchan commented 3 years ago

Reopening - my previous workaround doesn't work when using Triangulate with Requires unless the package is loaded with using Triangulate: Triangulate (to avoid introducing plot).

j-fu commented 3 years ago

Got annoyed with this, too, so new version is underway, Will be 2.0.0 as it is formallly breaking.

jlchan commented 3 years ago

Thanks!

j-fu commented 3 years ago

Ok it's there.

jlchan commented 3 years ago

that was fast. thanks!