gephi
gephi copied to clipboard
Data type String lists, Sorting Edges, Node Label display
Hi all, I am trying to visualize a network between individuals based on common keywords.
- Each individual has a list of string keywords. Using a list of strings as a node attribute, is there a way to partition the network and filter nodes based on strings in the string list? It seems that string lists are not recognized as string lists but strings.
Search 1st Degree as a column of string lists.

String lists treated as string

- If I partition by edge labels, it is sorted by value counts in descending order. Is it possible to sort the values alphabetically?
- Is it possible to view more selected node labels only after pointing at a selected node?
Hi @reversingentropy
- The #2061 issue already captures this gap. Currently, list types are not decomposed by the partition module so that you can't manipulate or filter based on the list elements.
The way values are shown in the filter panel is however problematic, and I created an separate issue for that #2569.
-
No, sorting is hardcoded to be in descending order by frequency. I would appreciate if you could create a feature request issue just for that.
-
Sorry I do not understand your question.