-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Dynamic attributes for dynamic network not properly merged with multiple files #1885
Comments
Mmm I think it should work. Can you provide the gexf files? Are you using 0.9.2 with updates installed? |
I'm using 0.9.3. Are there any other updates that are needed? Attached are the gexf files that I simultaneously open in gephi to make a dynamic graph. Thank you so much for looking into this. And here is the output graph from opening the above two graphs and merging into one workspace. |
Thanks, I will test it. gephi/modules/ProcessorPlugin/src/main/java/org/gephi/io/processor/plugin/AbstractProcessor.java Line 239 in 5a789b1
|
Hello! I know that the gephi can visualization for a dynamic network with dynamic attributes. |
Hi, I've made a fix for this issue. It will be included in the upcoming 0.9.3 release. Thanks a lot for the detailed report. |
@mbastian thanks for the fix! |
@eduramiba I have a series of graphs that have the following architecture:
Column 1: ID
Column 2: Label
Column 3: timeset
Column 4: eigencentrality (defined as dynamic variable and timestamped with the same time as in the timeset column)
Column 5: modularity class (defined as dynamic variable and timestamped with the same time as in the timeset column)
Now, I open multiple .gexf files, gephi combines the timeset columns just fine (<[2001.0 2002]> for instance), but for some reason, gephi doesn't do the same for eigencentrality or modularity class. It only includes the most recent timepoint (see attached example). Do you know how I could correct this? Thanks
example.pdf
The text was updated successfully, but these errors were encountered: