jamesscottbrown / pyyed

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

Add support for label alignment #15

Closed nakami closed 5 years ago

nakami commented 5 years ago

Node and Group now make use of the keyword 'label_alignment' which can be 'left', 'center' or 'right'

jamesscottbrown commented 5 years ago

Thanks for this contribution.