-
Notifications
You must be signed in to change notification settings - Fork 623
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
Multilayer Network Visualization. #282
base: master-forge
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @JSiv and thanks for this new plugin, looks exciting.
My first comment is why did you copy all the existing layouts in your code? Why not just reuse the classes from the LayoutPlugin
module?
Hi @mbastian , Thank you. The layouts here is a slightly modified version of the original codes. For force directed layouts, I tried to modify the |
Thanks for the clarification. I'm not a fan of having this amount of code duplication. A bit of duplication is fine but here it's really a lot, even for a plugin. There must be another, more elegant way to achieve what you want. Can you be more specific on what you were trying to do but couldn't? Seems like running a layout on a subset of nodes was your intention? |
Hi @mbastian, Yes, I was trying to pass a subset of nodes to the layout algorithm. Is there any way to do it? |
Hi @mbastian I've used Changes: |
New plugin or plugin update?
What is the purpose of this plugin?
Visualization of Multilayered/Multidimensional Networks
How to test the plugin in Gephi?
After Selecting the Plugin:
If Layout Algorithm Selected is a Force Directed Algorithm
Split By Level
More Details at https://arxiv.org/pdf/2209.03149.pdf