-
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
Node size options not available if node colour set to partition mode #1459
Comments
I can confirm the issue for 0.9.1 on Windows 7. It's not only node size, though. From a fresh project, I import a nodes csv and import some columns as integer, double or float (no missing values). Without having made any change in the node color tab before (where all those columns can be selected), neither of them shows up in the node size selection, nor do they show up in label size or color selection. If I calculate additional values like PageRank, these do show up in all select boxes. |
Here's a quick and dirty workaround I used. Maybe this helps somebody while the issue is not fixed: I have one column "size" in my data with Double values, which does not appear in the node size selection. I calculated a statistics measure with Double values which I do not need for other reasons (e.g. Avg. Weighted Degree or PageRank). These columns were available in the node size menu. I then copied the values from the size column to this column, et voilà, I was able to use them for ranking sizes. |
Thanks for the quick and dirty solution. I tired to imitated the process by creating ad Double column and copy the values there (I also saw people on other thread said it works) but it did not work. Gephi 0.9 and 0.9.1 get better performance, but they have so many bugs makes them unreliable. |
None of the workarounds described here worked for me. Here is how i fixed it:
Needless to say this is a dirty hack and i hope we see a fix soon. |
@rhasarub work around works for me, but, not with every stat. Only with "Average Degree", which creates columns in the data lab for the attributes that were already available in the first place (Degree, In Degree and Out Degree in my case). I didn't have to export-reimport as @kennell suggested, though. A peculiarity which is perhaps useful: After performing "average degree", "Degree","In Degree" and "Out Degree" appeared duplicated in the attribute choosing dropdown for all node size,label size, etc. These dupplicates didn't appear in the data lab. |
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
Doesn't work for me on attached graph and "width" attribute. |
Hi,
this is one of the stranger issues I've encountered: in the node size selection menu (Node, Attribute, and the size icon selected in the Appearance box in the left sidebar), attributes other than degree/indegree/outdegree - e.g. weighted degree, component ID, etc. - will only appear if in the node colour options the mode of colour application is set to ranking (i.e. a gradual colour transition) rather than to partitions (i.e. discrete colours for each value). This is the case even if the specific attribute isn't even being used to determine node colours.
This seems very strange, since the node size is always a gradual scale, and shouldn't be influenced by whether ranking or partition is selected for node colour. Can you fix this, please ?
Axel Bruns
The text was updated successfully, but these errors were encountered: