Skip to content

Is it possible for IGGraphEditor to change the curvature of a straight edge by dragging and dropping? #127

Open
@lichengzhang1

Description

@lichengzhang1

Cross-posted at Mathematica stack.

<< IGraphM`
g = CompleteGraph[{2, 2, 2, 2}]
IGGraphEditor[g]

In IGGraphEditor, we can easily move vertices of the above graph $K_{2,2,2,2}$, but drawn edges are always straight lines and cannot be altered to be curved.
zzz

For example, I prefer the following layout of $K_{2,2,2,2}.$

image

I don't know what is difficult about that? Because many dynamic drawing systems, such as houseofgraphs and layout = interactive in maple also only provide the ability to draw straight lines.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions