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
Currently, a LayoutSequence is "an iterable of Layouts". This means, a LayoutSequence could eventually reference different graphs, because every layout has it's own handle on the graph it belongs to.
Instead, there should be one graph handle in the layout sequence.
The text was updated successfully, but these errors were encountered:
Currently, a
LayoutSequence
is "an iterable ofLayouts
". This means, aLayoutSequence
could eventually reference different graphs, because every layout has it's own handle on the graph it belongs to.Instead, there should be one graph handle in the layout sequence.
The text was updated successfully, but these errors were encountered: