Position of subgraphs in the graph DOT

Hi everyone.
Dot scheme.
rankdir=“LR”;
Is it possible to change the position of subgraphs in the graph.
Now they are located from the bottom up, under each other. I would like the subgraphs to be arranged in a circle or horizontally. The subrafs themselves were not changed.

Circular layouts and clusters do not mix.
If you have a recent (built this year) version of Graphviz, try using the graph-level attribute packmode. Maybe graph [packmode=“array_c4i”]