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

Feature request: option to add edge labels in network_g2g() #224

Open
AJMolz opened this issue Jun 1, 2022 · 1 comment
Open

Feature request: option to add edge labels in network_g2g() #224

AJMolz opened this issue Jun 1, 2022 · 1 comment

Comments

@AJMolz
Copy link

AJMolz commented Jun 1, 2022

This is a request to have the option to label the edges of a network_g2g() plot with the associated metric. The edge thickness is helpful for obvious outliers, but not as useful with a network of relatively equally distributed values. Alternative solution is to create a separate network plot after returning a table, data, or igraph.

@martinctc
Copy link
Member

Thanks for this feedback @AJMolz !

Could you clarify / elaborate on how you would envisage this plot? Would the edge represent the raw values of say Email_hours, instead of the proportion? Or are you asking to have a text label representing each edge (stating 8%, 10%, etc.)? The latter might also likely be a more busy visual, due to the fact that the edges are bi-directional.

Is the motivation to be able to understand the underlying numbers from the network visual, without having to refer to the interaction matrix? Would like to understand more before implementing the feature. Thanks!

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

No branches or pull requests

2 participants