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.
Currently, a
LayoutSequenceis "an iterable ofLayouts". This means, aLayoutSequencecould 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.