Is your feature request related to a problem? Please describe.
Currently graphplot(orbit) provides a visualization of an LC orbit where every graph in the orbit is represented by a single point (vertex in the orbit graph). This is unusable for analysis, since given a specific graph, I cannot identify which node in the plot corresponds to it. And after applying an LC operation, I cannot tell where the state moves in the orbit.
Describe the solution you’d like
I request an option to render each orbit vertex as the actual graph rather than a dot.
graphplot(orbit) should render
- Orbit connectivity (same as now).
-
- each orbit node drawn as the corresponding graph.
Describe alternatives you’ve considered
A clear and concise description of any alternative solutions or features you’ve considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Currently graphplot(orbit) provides a visualization of an LC orbit where every graph in the orbit is represented by a single point (vertex in the orbit graph). This is unusable for analysis, since given a specific graph, I cannot identify which node in the plot corresponds to it. And after applying an LC operation, I cannot tell where the state moves in the orbit.
Describe the solution you’d like
I request an option to render each orbit vertex as the actual graph rather than a dot.
graphplot(orbit) should render
Describe alternatives you’ve considered
A clear and concise description of any alternative solutions or features you’ve considered.
Additional context
Add any other context or screenshots about the feature request here.