emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Cecil Westerhof <cldwesterhof@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: How to place things differently in dot
Date: Fri, 27 Mar 2015 10:29:31 +0100	[thread overview]
Message-ID: <CAG-LmmBn138vURTR2Of_U2XW+uA0iLt=7Md_RYpNM08dJH3zdA@mail.gmail.com> (raw)
In-Reply-To: <CAG-LmmBKzzZmk+3sqtXzvBPUbe7Q0DKF9DVcjgDD24DDaO-P+A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1890 bytes --]

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>:
>
>> 2015-03-26 22:49 GMT+01:00 Nick Dokos <ndokos@gmail.com>:
>>
>>> Cecil Westerhof <cldwesterhof@gmail.com> writes:
>>>
>>> > ​In 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.​
>>> >
>>>
>>> Just put I after K and the subgraph.
>>>
>>
>> ​That 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.
>>
>
> ​I changed to a digraph:
>     #+BEGIN_SRC dot :file test.png :cmdline -Kdot -Tpng
>     digraph {
>       A
>       B
>       C
>       utilities [label = "Utility's"]
>
>       D
>       E
>       F [shape = rectangle]
>
>
>       subgraph cluster_resources {
>         color=blue
>         resources [label = "Resources"]
>       }
>
>       G
>       G_ [style="invisible"]
>
>       K
>       subgraph cluster_ta {
>         color=blue
>         {rank = same; L, M}
>         L
>         M
>       }
>       H
>       I
>
>       {rank = same; D,  E, F}
>       {rank = same; G_, K}
>
>
>       A -> F
>       B -> F
>       C -> F
>       A -> D
>       utilities -> resources [style="invisible"]
>
>       E -> F
>
>       F -> K [dir = back]
>       F -> G [dir = back]
>       F -> H [dir = back]
>       F -> I [dir = back]
>
>       G -> G_ [style="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?
>

​I found that also:
    [style="invisible", arrowhead = "none"]

-- 
Cecil Westerhof

[-- Attachment #2: Type: text/html, Size: 3964 bytes --]

  reply	other threads:[~2015-03-27  9:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 12:14 How to place things differently in dot Cecil Westerhof
2015-03-26 15:52 ` e.fraga
2015-03-26 16:07   ` Ken Mankoff
2015-03-26 16:57     ` Cecil Westerhof
2015-03-26 17:32       ` Cecil Westerhof
2015-03-26 17:00 ` Thomas S. Dye
2015-03-26 17:09   ` Cecil Westerhof
2015-03-26 20:27 ` Nick Dokos
2015-03-26 21:27   ` Cecil Westerhof
2015-03-26 21:49     ` Nick Dokos
2015-03-26 22:19       ` Cecil Westerhof
2015-03-27  6:57         ` Cecil Westerhof
2015-03-27  9:29           ` Cecil Westerhof [this message]
2015-03-26 21:59     ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAG-LmmBn138vURTR2Of_U2XW+uA0iLt=7Md_RYpNM08dJH3zdA@mail.gmail.com' \
    --to=cldwesterhof@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).