Clicking on an edge shows a dialog with the list of labels
- Dominant language
- Java
- Stars
- 6.6k
- Forks
- 1.6k
- Avg merge
- 9h 38m
- Merged PRs (30d)
- 75
Description
Hi, I would like to see this behaviour implemented:
- possibility to load an edges.csv with non-aggregate data (in the Les Miserables example, that would mean having for the edge (3,0) not the aggregate weight 10, but instead every occurrence of the two nodes 0 and 3 in a sentence) and let Gephi calculate the weight.
In other words, instead of having this data:
3,0,undirected,2,,10
I would like to have the possibility of having:
3,0,undirected,1,"MmeMagloire told Myriel she had...",0
3,0,undirected,2,"That day MmeMagloire gave Myriel something...",0
3,0,undirected,3,"MmeMagloire and Myriel went to...",0
...
3,0,undirected,10....
- clicking on the edge (3.0) I would like to see the list of all the sentences which contribute to the weight 10 of the edge, that is all the sentences in which node 3 (MmeMagloire) appears together with node 0 (Myriel).
Do you think it is interesting?
If the labels contain URLs, it would be nice to be able to click on them and trigger the opening of the browser to that URL.
Contributor guide
Assessment
This issue has not been assessed yet.