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

Dynamic attributes for dynamic network not properly merged with multiple files #1885

Closed
arjunsraman opened this issue Jan 2, 2018 · 6 comments

Comments

@arjunsraman
Copy link

@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

@eduramiba eduramiba self-assigned this Jan 3, 2018
@eduramiba
Copy link
Member

Mmm I think it should work. Can you provide the gexf files? Are you using 0.9.2 with updates installed?

@arjunsraman
Copy link
Author

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.

month1a.txt
month2a.txt

And here is the output graph from opening the above two graphs and merging into one workspace.
month1_2_output.txt

@eduramiba
Copy link
Member

Thanks, I will test it. TimeMap merging is implemented at

if (TimeMap.class.isAssignableFrom(columnDraft.getTypeClass())) {
but maybe an unknown exception is being silenced in the catch block.

@kimyoungjin06
Copy link

Hello!
First, thanks for your effort.

I know that the gephi can visualization for a dynamic network with dynamic attributes.
So, I want to use that's function, but I cannot find a perfect manual or wiki for dynamic networks.
Where can I find the manual for the dynamic network with dynamic attributes (e.x. node size, edge weight and other things)

@mbastian mbastian added this to the 0.9.3 milestone Jan 5, 2022
@mbastian mbastian assigned mbastian and unassigned eduramiba Mar 4, 2022
@mbastian mbastian changed the title Dynamic attributes for dynamic network Dynamic attributes for dynamic network not properly merged with multiple files Mar 4, 2022
mbastian added a commit that referenced this issue Mar 4, 2022
@mbastian
Copy link
Member

mbastian commented Mar 4, 2022

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.

@eduramiba
Copy link
Member

@mbastian thanks for the fix!

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

No branches or pull requests

4 participants