Hi,
I am wondering if there are any well-known algorithms that I should be aware of for spacing objects visually.
For instance, a LINQ to SQL diagram has many tables but automatically spaces them for readability. Is this pretty much a "place randomly and move if too close/overlap" type algorithm or is there more to this?
Thanks for any advice!