jamesscottbrown / pyyed

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

Confusing Node Class attribute names #32

Closed bockor closed 4 years ago

bockor commented 4 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 4 years ago

Same recommendation for the Group Class

jamesscottbrown commented 4 years ago

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