SunnyXu / SBMLDiagrams

MIT License
5 stars 1 forks source link

Check to make sure we can produce the attached style of map #40

Closed hsauro closed 2 years ago

hsauro commented 2 years ago

Check to make sure we can produce the attached style of pathway map

image

SunnyXu commented 2 years ago

For dashed reaction and text only cases, pls see the details in issue 41. For a circled species node with text outside, you can use setNodePosition() to adjust its position (https://sunnyxu.github.io/SBMLDiagrams/processSBML.html#SBMLDiagrams.processSBML.load.setNodeTextPosition). See a similar example on github (https://github.com/SunnyXu/SBMLDiagrams/tree/main/examples/Basic_functions).