drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
224 stars 53 forks source link

enable "edge" output: fixes issue 45 #46

Closed mdarnold1 closed 4 years ago

drufat commented 4 years ago

Can you provide an example in the documentation where this feature is used like in pull request #44?

mdarnold1 commented 4 years ago

I see the emphasis of the examples is on plotting (which is nice). Edges are primarily of interest as intermediate results for later calculations, and would not add anything interesting to the plots. Edges have well-known meaning and are a documented feature of the underlying library, so I do not think it is worth the effort to write an example in this case.

mdarnold1 commented 4 years ago

Closing this to make syntax of markers more consistent with existing