]> granicus.if.org Git - graphviz/commit
Modify dot to using packing rather than the built-in component handling, which
authorEmden R. Gansner <erg@alum.mit.edu>
Wed, 19 Mar 2014 14:20:59 +0000 (10:20 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Wed, 19 Mar 2014 14:20:59 +0000 (10:20 -0400)
commit22966330a07ba159f82ac16f9c0698979f7a089a
tree7dd9659600e9c7fe12307b6fa4843b0e7117e13a
parentddce1a6a68f7543bfc7e6a4898b65e6edf774692
Modify dot to using packing rather than the built-in component handling, which
places all the components on a single row;
as a side-effect, parameterize dot_layout to distinguish between the absolute root graph
(for various parameters) and the local root used for layout, which will hold the various
rank information.
13 files changed:
lib/dotgen/Makefile.am
lib/dotgen/aspect.c
lib/dotgen/class2.c
lib/dotgen/cluster.c
lib/dotgen/conc.c
lib/dotgen/dotinit.c
lib/dotgen/dotprocs.h
lib/dotgen/dotsplines.c
lib/dotgen/fastgr.c
lib/dotgen/flat.c
lib/dotgen/mincross.c
lib/dotgen/position.c
lib/dotgen/rank.c