Re: [graphviz-interest] labelloc broken?

Ron Newman <[email protected]> Mon, 2 Feb 2015 09:47:24 -0700
Newsgroups gmane.comp.video.graphviz
Message-ID <CAGEsD1=1Fzq725Fu3YXUiLbGyse8w_6LNnirVMAqtCsk=JAt+g@mail.gmail.com>
Thanks, Hermann  Clever solution.

I'm not sure if the Graphviz behavior of flipping what "top" means in BT
rankdir should be considered a bug or is by design.

Ron


On Mon, Feb 2, 2015 at 3:10 AM, <[email protected]> wrote:

> Hi Ron,
>
> this time it seems that "top" and "bottom" got flipped by graph level "BT"
> rankdir.
> Below I do labelloc=b= in subgraph, and it appears on top ...
>
> $ cat Ron.2.dot
> digraph myGraph {
>   graph [ rankdir="BT"]
>
>   subgraph cluster1 {
>     label="Group 1"
>     labelloc=b
>     "A"
>   }
> }
> $
> $ dot -Tpng Ron.2.dot | pngtopnm | ppmtopgm | pgmtopbm | pbmtobraille
>

_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest