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

Cannot rank according to attribute data #1392

Closed
mhockenhull opened this issue Feb 23, 2016 · 7 comments
Closed

Cannot rank according to attribute data #1392

mhockenhull opened this issue Feb 23, 2016 · 7 comments
Assignees
Milestone

Comments

@mhockenhull
Copy link

Experiencing an issue with Gephi 0.9.1 where data from integer, double and float coloumns do not appear in the drop-down menu for ranking the nodes. I have also tried duplicating the data into a new coloumn to make sure that the data format is correct, but the issue persists.

This occurs particularly with a network graph generated by the DMI-TCAT tool. I suspect that it may be something with the network file, as I get an error message stating that the GEXF 1.2 is deprecated. Could this be the issue?

@kooelo
Copy link

kooelo commented Mar 20, 2016

Can confirm this on a linux machine running Gephi 0.9. I wanted to use a numeric attribute for node coloring, but this variable is not visible for ranking.

@matjemeisje
Copy link

I also have this problem on Mac with Gephi 0.9.1.

@eduramiba
Copy link
Member

I think this is a duplicate of #1459

@matjemeisje
Copy link

No, it is not. The solution proposed there does not solve my issue. Have just tried it in the 0.9.2 nightly build with the same results.

@eduramiba
Copy link
Member

Does it contain any null value? That might be a problem.

@matjemeisje
Copy link

No, no null values. It might be of interest that the graph was created using the Twitter Streaming Importer plugin. But this problem does not occur with every graph imported with the plugin. I have given an assignment to a group of students and for most of them it works, but some don't. I have experienced it myself on Mac on and off. The current graph was made by a student on Windows, I believe, and sent to me. But both OS display the problem.
I just tested it also in 0.8.1 and there it does work. I notice one difference in the Data Laboratory between versions: 0.8.1 displays the centrality measures without trailing zeros (1), and 0.9 with trailing zeros (1.0). Maybe it's something to do with the data type used internally by Gephi?

@eduramiba
Copy link
Member

Hi,
The trailing zeroes are not the problem. There seems to be some synchronization issues between appearance and the graph data.

@mbastian mbastian added this to the 0.9.2 milestone Oct 23, 2016
@mbastian mbastian self-assigned this Oct 23, 2016
mbastian added a commit that referenced this issue Oct 23, 2016
eduramiba added a commit that referenced this issue Oct 24, 2016
Based on commit 99ed41c

HITS centrality #1290
Adapt crash reporter to send data to a new service #1530
NPE with trying to filter by partition with a null value #1563
Partition count filter does not work #1501
Partition filter doesn't work with edges #1564
GraphML export: Gephi doesn't generate the id attribute on edges #1585
GML import: '.0' always added to numeric ids #1588
Cannot rank according to attribute data #1392
Node size options not available if node colour set to partition mode #1459
Columns aren't properly sorted in appearance #1604
Inconsistency in calculating degree and weighted degree #1593
Incorrect average degree for directed graphs #1455
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

5 participants