Gephi has a great functionality to size nodes based on a given variable. The nodes seem to be sized so that the radius of the circle is linearly proportional to the value of the variable. How do I get the area of the circle to be proportional to the value of the variable?
Using the spline functionality to get exact proportionality seems quite complicated. I imagine one solution might be to export the node table, calculate the square root of the variable, and re-import the data. I was wondering whether I am missing any more direct solution.