-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Edge attributes not imported (or not shown) after DOT import #1644
Comments
In case it's helpful, the practical result is that I can't accomplish what I want to do: namely, select certain edges based on properties expressed as attributes, and modify or remove just those edges. If there is another way to accomplish this, then I'd be grateful to learn. |
Hi, Thanks |
sure, see below: simple 3-node graph. the edges show up in the color specified (red, black, blue), but edge properties are not viewable/editable in the Laboratory or anywhere else. thanks!
|
@samhatchett Thanks |
Just ran across this. I guess the short term answer is to switch to a different graph format where Gephi supports attributes on edges. I'm trying GEXF, which seems to be more successful so far. |
This is fixed but due to some other error we had to change the edge parsing a bit. Edges like |
When importing a dotfile, the edge attributes do not appear in the "Laboratory" table, nor are they accessible in the "Appearance" panel. However, the edges do appear colored appropriately (as declared in the dotfile).
So even thought the colors are correct, there is no way to modify the colors manually, either by editing the table, or by selecting the edge (which does not seem possible to do).
The text was updated successfully, but these errors were encountered: