SMRFoundation / NodeXLBasic

1 stars 1 forks source link

Groups repositioning #146

Open SMRFoundation opened 6 years ago

SMRFoundation commented 6 years ago

Hello,

I am trying to visualize a company value chain with NodeXL. It works well thus far. At the moment, I am trying to reposition the vertex groups I created. Each group is automatically assigned a square in the graph. I would like to arrange the groups in horizontal stripes (or "rows", basically). Any hint on how I can do that would be greatly appreciated!

Thanks, Marius

This work item was migrated from CodePlex

CodePlex work item ID: '24493' Vote count: '1'

SMRFoundation commented 6 years ago

[tcap479@7/9/2013] Marius:

When you turn on NodeXL's "lay out each of the graph's groups in its own box" option, NodeXL figures out where the boxes should go using what's called a "squarified treemap" algorithm. There are no options for using other algorithms, so there is no way to have NodeXL automatically arrange the boxes in horizontal stripes.

-- Tony