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

Spreadsheet import and self-loops #683

Closed
sheymann opened this issue Oct 16, 2012 · 1 comment
Closed

Spreadsheet import and self-loops #683

sheymann opened this issue Oct 16, 2012 · 1 comment
Assignees
Milestone

Comments

@sheymann
Copy link
Member

  1. When importing data from the Import Spreasdsheet, edges that connect a node to itself can be imported as a directed edge. However, the degree metric for this node counts both the outbound edge and the inbound edge separately, resulting in a degree count of 2.

  2. When importing data from text with a type field set to Undirected, edges that connect a node to itself are imported as type Directed (other edges are typed Undirected as expected). I am unable to change the type of an edge with the right-click Edit Edge function.

  3. When I attempt to add an edge with the Add Edge function, the dialog arranges the node dropdowns so that the same node is never available for both source and target.

source: https://forum.gephi.org/viewtopic.php?t=2263&p=7537#p7537

@ghost ghost assigned eduramiba Oct 16, 2012
@eduramiba
Copy link
Member

  1. is fixed

mbastian pushed a commit to mbastian/gephi that referenced this issue Nov 18, 2012
@eduramiba eduramiba self-assigned this Jun 6, 2016
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

3 participants