Skip to content

Replace point-based graphplot(orbit) with graph visualization #18

Description

@Mingyuan1231

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

  1. Orbit connectivity (same as now).
    1. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions