Closed hsauro closed 2 years ago
1) for node with text only, pls use setNodeShapeIdx() and set shape_idx as 0. Details see (https://sunnyxu.github.io/SBMLDiagrams/processSBML.html#SBMLDiagrams.processSBML.load.setNodeShapeIdx). 2) for dashed reactions, a new function has been added to api called setReactionDash. Details see (https://sunnyxu.github.io/SBMLDiagrams/processSBML.html#SBMLDiagrams.processSBML.load.setReactionDash). 3) for reversible reactions, if it is indicated that one reaction is reversible in an sbml file, you can set showReversible to True in the draw() function to visualize it. Details see (https://sunnyxu.github.io/SBMLDiagrams/processSBML.html#SBMLDiagrams.processSBML.load.draw). You can see a similar example on github (https://github.com/SunnyXu/SBMLDiagrams/tree/main/examples/Basic_functions).