Piotr0123456
Piotr0123456

Reputation: 648

graphviz: Different orientation of the sub graphs

I would like to create graph with 3 sub graphs. Could two of them have left-right orientation and third top-bottom orientation as in this example?

Graph Example

I need also connect a few nodes from one subgraph to another but this should be easy.

Upvotes: 1

Views: 496

Answers (1)

marapet
marapet

Reputation: 56566

This is not possible with graphviz. rankdir is a graph attribute (not subgraph or cluster).

Upvotes: 3

Related Questions