jamesscottbrown / pyyed

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

Confusing Node Class attribute names #32

Closed bockor closed 3 years ago

bockor commented 3 years ago

Dear -- In order to be consistent and avoid confusion, please change the "edge_color", "edge_type" and "edge_width" Node Class attribute names to respectively "border_color", "border_type" and "border_width".

bockor commented 3 years ago

Same recommendation for the Group Class

jamesscottbrown commented 3 years ago

This has been resolved by https://github.com/jamesscottbrown/pyyed/commit/6ba9a5b7fb741a916bcfd39590cfc85187a6fb71.