Skip to content
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

Group Selector By Edge? #23

Closed
hdean83 opened this issue Jun 17, 2013 · 1 comment
Closed

Group Selector By Edge? #23

hdean83 opened this issue Jun 17, 2013 · 1 comment

Comments

@hdean83
Copy link

hdean83 commented Jun 17, 2013

Hi - I would like to be able to group select by edge type - would it be possible to recode for that after exporting? Or, is there a way in the initial export menu?

Also, when I export, the edge partitioning is not preserved and instead, colors of edges seem to be corresponding to node color partitioning. Is there a way to fix that in the code?

Thanks so much for your help,
Hannah

@computermacgyver
Copy link
Member

From v1.2 (Aug 2013) of the SigmaExporter plugin, edge color is pulled directly from the values set in Gephi; so, hopefully this will address your second question.

The group selector is built to select groups of nodes. There is no easy way to make a changes to edges, but one possibility would be to edit the main.js file to have lists of different nodes (e.g., all nodes that need to be shown for edge type A, all nodes that need to be shown for edge type B, etc.) and load these as discussed in #21 .

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

No branches or pull requests

2 participants