-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Implementation of cluster_wise
function
#1018
Comments
Let me check if I understand what you are requesting:
I am not in favour of including such a feature in igraph because:
There are more advanced layout methods that can take communities into account, and it would make sense to implement those. One example is hierarchical edge bundling. But this naive approach doesn't really produce good results. The reason for the existence of To be clear, the ultimate decision about this it with @krlmlr, not me. |
What is the feature or improvement you would like to see?
Thank you for developing and maintaining this important and useful library.
I would like to propose a function for calculating the network layout based on the cluster information of the nodes.
Use cases for the feature
After applying some clustering algorithms to the nodes, the users can visually inspect the results in the network.
I understand that there is a useful layout function
component_wise
andlayout_components
using the components of the graph, but I thought it would be useful if a similar function exits using the cluster information in the graph in the same manner (like in the namecluster_wise
?). Similar questions are asked in:https://stackoverflow.com/questions/23184306/draw-network-and-grouped-vertices-of-the-same-community-or-partition/23185529#23185529
https://stackoverflow.com/questions/16390221/how-to-make-grouped-layout-in-igraph
It seems there are none after searching the codebase and I made this issue. I apologize if this kind of feature is already available by combining functions or if this is an unwanted feature.
If I may, I would like to make a pull request for the feature.
noriakis@d7c63d4
References
None
The text was updated successfully, but these errors were encountered: