When I import my .gexf file, it flags a bunch of parallel edges. I don't know what parallel edges are and why there's an issue with my graph. I'm trying to create a dynamic gephi graph.
In general, here is a bit about the difference between nodes and edges: Nodes: the nodes file tells Gephi all the possible nodes in a network. A node is represented by a circle within the Gephi visualization whereas the edges file tells Gephi how all the nodes are related (or connected).
Gephi supports CSV files that simply represents relationships. The CSV format can be obtained from any row data, databases or Excel export. Each line must contains at least two elements, separated by a separator (coma, semicolon, pipe or whitespace). Values can be encapsulated by single or double quotes.
If you have several edges between one pair of two nodes, these edges are parallel to each other, so they are the parallel edges.
There is no way to represent parallel edges in Gephi. So the Gephi will automatically merge your parallel edges into one edge. (But fortunately the weight will be also merged, e.g. if you put 3 parallel edges, the weight of new merged edge will be the sum of weights of given 3 parallel edges.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With