-
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
Cannot rank according to attribute data #1392
Comments
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. |
I also have this problem on Mac with Gephi 0.9.1. |
I think this is a duplicate of #1459 |
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. |
Does it contain any null value? That might be a problem. |
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. |
Hi, |
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
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?
The text was updated successfully, but these errors were encountered: