gephi-lite icon indicating copy to clipboard operation
gephi-lite copied to clipboard

Size From input data scale

Open paulgirard opened this issue 1 year ago • 2 comments

When opening a GEXF from elsewhere size range can be unbalanced regarding node positions which makes the very first Image looks like this: image

If this size was actually set from a node property, opening node size panel makes everything back in right shape. But let's imagine this "input data" size is the only data we have to render the node size. In that case, one way to deal with this is to re-render the layout is a greater scale.

In this issue I reflect on other possible ways to handle this

  • we could create a node attribute to store the "original node size (input data)" and to reuse this in sizing tools/node property panel
  • add a node size display scale controller in the main graph view to adjust node size (not a big fan of this one)

paulgirard avatar Jul 03 '23 08:07 paulgirard

After investigation with the same graph file, it looks like the nodes are rendered exactly with the same size as they are in Gephi.

jacomyal avatar Jul 03 '23 08:07 jacomyal

So actually this is the same behaviour as in Gephi, see the same graph in Gephi:

image

paulgirard avatar Jul 03 '23 08:07 paulgirard