uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

In the visualization there can be large overlaps between vertices when they are initially laid out and then grow. #124

Closed pstutz closed 11 years ago

cshapeshifter commented 11 years ago

Do you know a specific computation where this happens? I recently update the layout algorithm to consider vertex radius and degree.

troxler commented 11 years ago

Closing as no vertices are entirely covered. With the solution of https://github.com/uzh/signal-collect/issues/125 you could also move the nodes farther apart if really necessary.