From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cecil Westerhof Subject: Re: How to place things differently in dot Date: Fri, 27 Mar 2015 10:29:31 +0100 Message-ID: References: <877fu35wsm.fsf@alphaville.usersys.redhat.com> <87zj6z4efa.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2314005ed81051241c559 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbQa5-00046I-Na for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 05:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbQa4-0000AH-KO for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 05:29:33 -0400 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:33075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbQa4-00009z-8l for emacs-orgmode@gnu.org; Fri, 27 Mar 2015 05:29:32 -0400 Received: by pdnc3 with SMTP id c3so91299443pdn.0 for ; Fri, 27 Mar 2015 02:29:31 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c2314005ed81051241c559 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2015-03-27 7:57 GMT+01:00 Cecil Westerhof : > 2015-03-26 23:19 GMT+01:00 Cecil Westerhof : > >> 2015-03-26 22:49 GMT+01:00 Nick Dokos : >> >>> Cecil Westerhof writes: >>> >>> > =E2=80=8BIn this way I do not get an empty column. It would be better= when K >>> > would put between and below H and I, but I think I can live with it.= =E2=80=8B >>> > >>> >>> Just put I after K and the subgraph. >>> >> >> =E2=80=8BThat works. It is even better when I put both H and I after it. >> >> I also found a way to get resources at the correct place. >> > > =E2=80=8BI changed to a digraph: > #+BEGIN_SRC dot :file test.png :cmdline -Kdot -Tpng > digraph { > A > B > C > utilities [label =3D "Utility's"] > > D > E > F [shape =3D rectangle] > > > subgraph cluster_resources { > color=3Dblue > resources [label =3D "Resources"] > } > > G > G_ [style=3D"invisible"] > > K > subgraph cluster_ta { > color=3Dblue > {rank =3D same; L, M} > L > M > } > H > I > > {rank =3D same; D, E, F} > {rank =3D same; G_, K} > > > A -> F > B -> F > C -> F > A -> D > utilities -> resources [style=3D"invisible"] > > E -> F > > F -> K [dir =3D back] > F -> G [dir =3D back] > F -> H [dir =3D back] > F -> I [dir =3D back] > > G -> G_ [style=3D"invisible"] > > K -> L > K -> M > L -> M > } > #+END_SRC > > There is only one problem: I see the arrowhead with: > utilities -> resources > and: > 'G -> G_' > > Is there a way to get rid of those? > =E2=80=8BI found that also: [style=3D"invisible", arrowhead =3D "none"] --=20 Cecil Westerhof --001a11c2314005ed81051241c559 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2015= -03-27 7:57 GMT+01:00 Cecil Westerhof <cldwesterhof@gmail.com>= :
= 2015-03-26 23:19 GMT+01:00 Cecil Westerhof <cldwesterhof@gmail.com>:
20= 15-03-26 22:49 GMT+01:00 Nick Dokos <ndokos@gmail.com>:
Cecil Westerhof <<= a href=3D"mailto:cldwesterhof@gmail.com" target=3D"_blank">cldwesterhof@gma= il.com> writes:

> =E2=80=8BIn this way I do not get an empty column. It would be better = when K
> would put between and below H and I, but I think I can live with it.= =E2=80=8B
>

Just put I after K and the subgraph.

=E2= =80=8BThat works. It is even better when I put both H and I after it.
I a= lso found a way to get resources at the correct place.

=E2=80=8BI changed to a digraph:
=C2=A0=C2=A0=C2=A0 #+BEGIN_SRC dot :file test.png :cmdline -Kdot = -Tpng
=C2=A0=C2=A0=C2=A0 digraph {
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 A
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 B
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 C
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 utilities [label =3D= "Utility's"]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 D
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 E
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 F [shape =3D rectangle]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 subgraph cluster_resources {
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 color=3Dblue
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 resources [label =3D "Resources"]
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 }
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 G
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 G_ [style=3D"invisible&q= uot;]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 K
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 subgraph cluster_ta {
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 color=3Dblue
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 {rank =3D same; L, M}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 L=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 M
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 }
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 H
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 I
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {rank =3D sa= me; D,=C2=A0 E, F}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 {rank =3D same; G_, K}=
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 A -> F
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 B -> F
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 C -> F
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 A -= > D
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 utilities -> resources [style= =3D"invisible"]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 E -> F
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 F -> K [dir =3D back]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 F -> G [d= ir =3D back]
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 F -> H [dir =3D back]
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 F -> I [dir =3D back]
=C2=A0=C2=A0=C2= =A0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 G -> G_ [style=3D"invisible&= quot;]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 K -> L=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 K -> M
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 L -> M
=C2=A0=C2=A0=C2=A0 }
=C2=A0=C2=A0=C2=A0 #+END_SRC
The= re is only one problem: I see the arrowhead with:
=C2=A0 =C2=A0 utilitie= s -> resources
and:
=C2=A0 =C2=A0 'G -> G_'

Is there = a way to get rid of those?

= =E2=80=8BI found that also:
=C2=A0=C2=A0=C2=A0 [style=3D"invisible&= quot;, arrowhead =3D "none"]

--
Cecil Westerhof
--001a11c2314005ed81051241c559--