Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Attribute to change row spacing of components in Graph?

Posted 3 years ago
POSTED BY: Richard Frost
2 Replies
GraphLayout -> {"VertexLayout" -> "LayeredDigraphEmbedding", 
  "PackingLayout" -> "ClosestPackingCenter"}

yields

enter image description here

POSTED BY: Richard Frost
Posted 3 years ago

It sounds like you want a tighter packing, so you might try

GraphLayout -> {"PackingLayout" -> "ClosestPacking"}

or

GraphLayout -> {"PackingLayout" -> "ClosestPackingCenter"}

But yeah, if you want fine-grained control over placement, you'll probably end up specifying your own vertex coordinates.

POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard