I am trying to position the nodes in the order without using the “pos” argument. The syntax i am using for generating the subgraph is as
Follows:
ranksep=0.7
subgraph cluster {
label=p
labelloc=t
{
rank=same
“A”
“B”
“C”
}
}
And getting this output:
I am expecting to get the output in this order