-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong node coloring. #163
Comments
Duplicate of #153. Would be nice to know from the repo maintainers if there is any plan to work on this, or if, on the other hand, would be better to move to another solution like GraphMakie. |
My understanding of this issue is the following: nodecolor isa Array && (nodecolor = permutedims(vcat(fill(nothing, 8), vec(nodecolor), nothing))) I get the correct coloring for this example. |
The nodes coloring is wrong for some graphs. For instance,
produces the following plot:
However, from my understanding, only nodes 2, 4 and 5 should be colored red.
The text was updated successfully, but these errors were encountered: