jamesscottbrown / pyyed

A simple Python library to export networks to yEd
BSD 3-Clause "New" or "Revised" License
81 stars 37 forks source link

PolyLineEdge Example #55

Open Pasquale19 opened 2 months ago

Pasquale19 commented 2 months ago

Hello I would like to define the path of the edges as a polyline with your library. In your source code I found a line with the text "Polylineedge", so I assume it is possible. Therefore it would be nice to write an example how to define the Polylinedges points in the function "g.add_edge(...)".