Load the glycolysis model and set the node position for ATP. Every alias ATP is moved to the new position. There isn't a way to specify a specific alias.
import SBMLDiagrams
la = SBMLDiagrams.load ('Jana_WolfGlycolysis.xml')
la.setNodePosition('ATP', [20, 20])
la.draw(setImageSize=[500,500])
Load the glycolysis model and set the node position for ATP. Every alias ATP is moved to the new position. There isn't a way to specify a specific alias.
import SBMLDiagrams la = SBMLDiagrams.load ('Jana_WolfGlycolysis.xml') la.setNodePosition('ATP', [20, 20]) la.draw(setImageSize=[500,500])