Open lichengzhang1 opened 1 year ago
It's great to hear that you are making good use of this function!
This is a reasonable feature request that we will look into.
@lichengzhang1 I am happy you find it useful. The next update, I will do my best to be in October, will come with that.
@lichengzhang1 @szhorvat I can't promise GraphHighlight
will end up high on a todo list but other than that here's a small teaser for styles:
graph = Graph[
{1, Style[2, Red], 3},
{ 1 -> 2, Style[2 -> 3, Orange], 3 -> 1},
VertexStyle -> Blue,
EdgeStyle -> {(1 -> 2) -> Dashed}(*,
GraphHighlight -> {3, 3->1},
GraphHighlightStyle -> {"Thick"}*)
];
{graph, IGGraphEditor @ graph}
Nice. By the way, will the new version of IGraphM be released this year?
IGGraphEditor
is one of my favorite functions. However, I've noticed that every time I make a change to the embedding and pressshift-enter
, many properties of the graph are lost, especially vertex and edge colors, as in the example below. I still want to retain all of its properties.So it would be helpful to provide an option for this. By doing so, I won't have to go back and reapply properties every time I make adjustments.