scale attribute.
+March 27, 2014
+ - Enable packing for dot
+ - Allow scaling to work for all non-dot layouts
March 9, 2014
- Add overline text characteristic.
March 4, 2014
</TD><TD ALIGN="CENTER">true</TD><TD></TD><TD>prism only</TD> </TR>
<TR><TD><A NAME=a:pack HREF=#d:pack>pack</A>
</TD><TD>G</TD><TD><A HREF=#k:bool>bool</A>
-<BR>int</TD><TD ALIGN="CENTER">false</TD><TD></TD><TD>not dot</TD> </TR>
+<BR>int</TD><TD ALIGN="CENTER">false</TD><TD></TD><TD></TD> </TR>
<TR><TD><A NAME=a:packmode HREF=#d:packmode>packmode</A>
</TD><TD>G</TD><TD><A HREF=#k:packMode>packMode</A>
-</TD><TD ALIGN="CENTER">node</TD><TD></TD><TD>not dot</TD> </TR>
+</TD><TD ALIGN="CENTER">node</TD><TD></TD><TD></TD> </TR>
<TR><TD><A NAME=a:pad HREF=#d:pad>pad</A>
</TD><TD>G</TD><TD>double<BR><A HREF=#k:point>point</A>
</TD><TD ALIGN="CENTER">0.0555 (4 points)</TD><TD></TD><TD></TD> </TR>
</TD><TD>N</TD><TD>int</TD><TD ALIGN="CENTER">8(output)<BR>20(overlap and image maps)</TD><TD></TD><TD></TD> </TR>
<TR><TD><A NAME=a:scale HREF=#d:scale>scale</A>
</TD><TD>G</TD><TD>double<BR><A HREF=#k:point>point</A>
-</TD><TD ALIGN="CENTER"></TD><TD></TD><TD>twopi only</TD> </TR>
+</TD><TD ALIGN="CENTER"></TD><TD></TD><TD>not dot</TD> </TR>
<TR><TD><A NAME=a:searchsize HREF=#d:searchsize>searchsize</A>
</TD><TD>G</TD><TD>int</TD><TD ALIGN="CENTER">30</TD><TD></TD><TD>dot only</TD> </TR>
<TR><TD><A NAME=a:sep HREF=#d:sep>sep</A>
overlapping nodes, and in image maps.
<DT><A NAME=d:scale HREF=#a:scale><STRONG>scale</STRONG></A>
-<DD> If set, after the initial layout, twopi will scale the layout by the given factors.
- The scaling uses the root node of each component as the center of the scaling.
+<DD> If set, after the initial layout, the layout is scaled by the given factors.
If only a single number is given, this is used for both factors.
<DT><A NAME=d:searchsize HREF=#a:searchsize><STRONG>searchsize</STRONG></A>
:overlap_shrink:G:bool:true; prism
If true, the overlap removal algorithm will perform a compression pass to reduce the
size of the layout.
-:pack:G:bool/int:false; notdot
+:pack:G:bool/int:false;
This is true if the value of pack is "true" (case-insensitive) or a
non-negative integer. If true, each connected component of the graph is
laid out separately, and then the graphs are packed together.
<P>
For layouts which always do packing, such a twopi, the <B>pack</B>
attribute is just used to set the margin.
-:packmode:G:packMode:node; notdot
+:packmode:G:packMode:node;
This indicates how connected components should be packed
(cf. <A HREF=#k:packMode>packMode</A>). Note that defining
<B>packmode</B> will automatically turn on packing as though one had
the number of points used for a node whose shape is a circle or ellipse.
It plays the same role in neato, when adjusting the layout to avoid
overlapping nodes, and in image maps.
-:scale:G:double/point; twopi
-If set, after the initial layout, twopi will scale the layout by the given factors.
-The scaling uses the root node of each component as the center of the scaling.
+:scale:G:double/point; notdot
+If set, after the initial layout, the layout is scaled by the given factors.
If only a single number is given, this is used for both factors.
:searchsize:G:int:30; dot
During network simplex, maximum number of edges with negative cut values