You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to reference graph nodes with bracketed labels? Adding the following nodes with self.fchain[-2].link_to(self.fchain[-1]). Am I required to use the proper [-n] index value while adding the nodes?
This discussion was converted from issue #973 on April 25, 2022 11:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Overview
How do I reference graph nodes with tags?
Expected behavior
Is it possible to reference graph nodes with bracketed labels? Adding the following nodes with self.fchain[-2].link_to(self.fchain[-1]). Am I required to use the proper [-n] index value while adding the nodes?
]
Traceback:
Investigation
Beta Was this translation helpful? Give feedback.
All reactions