SunnyXu / SBMLDiagrams

MIT License
5 stars 1 forks source link

Setting the node border width to zero doesn't result in a zero width border. #63

Closed hsauro closed 2 years ago

hsauro commented 2 years ago

I tried to set the border width of a node to zero but the setting it is ignored and the border still has a non-zero width.

import SBMLDiagrams import tellurium as te

r = te.loada (''' species A ''')

la = SBMLDiagrams.load (r.getSBML()) la.setNodeBorderWidth('A', 0) la.draw(setImageSize=[100,100])

image

SunnyXu commented 2 years ago

fixed.