]> granicus.if.org Git - graphviz/commitdiff
Update attributes entry; remove unnecessary file
authorerg <devnull@localhost>
Tue, 22 Jul 2008 22:10:07 +0000 (22:10 +0000)
committererg <devnull@localhost>
Tue, 22 Jul 2008 22:10:07 +0000 (22:10 +0000)
doc/info/attrs.html
doc/infosrc/attrs
doc/infosrc/out [deleted file]

index 3e75d329e55f15e411a60e72473bb9f80039082b..4767388ba24948c84403bb783b8bd2ea21cc59c0 100644 (file)
@@ -128,6 +128,8 @@ This field indicates which graph component uses the attribute.
  <TR><TD><A NAME=a:defaultdist HREF=#d:defaultdist>defaultdist</A>
 </TD><TD>G</TD><TD>double</TD><TD ALIGN="CENTER">1+(avg. len)*sqrt(|V|)</TD><TD>epsilon</TD><TD>neato only</TD> </TR>
  <TR><TD><A NAME=a:dim HREF=#d:dim>dim</A>
+</TD><TD>G</TD><TD>int</TD><TD ALIGN="CENTER">2</TD><TD>2</TD><TD>fdp, neato only</TD> </TR>
+ <TR><TD><A NAME=a:dimen HREF=#d:dimen>dimen</A>
 </TD><TD>G</TD><TD>int</TD><TD ALIGN="CENTER">2</TD><TD>2</TD><TD>fdp, neato only</TD> </TR>
  <TR><TD><A NAME=a:dir HREF=#d:dir>dir</A>
 </TD><TD>E</TD><TD><A HREF=#k:dirType>dirType</A>
@@ -609,6 +611,14 @@ This field indicates which graph component uses the attribute.
 <DD>  Set the number of dimensions used for the layout. The maximum value
   allowed is 10.
 
+<DT><A NAME=d:dimen HREF=#a:dimen><STRONG>dimen</STRONG></A>
+<DD>  Set the number of dimensions used for rendering. 
+  The maximum value allowed is 10.
+  If both <TT>dimen</TT> and <TT>dim</TT> are set, the latter specifies
+  the dimension used for layout, and the former for rendering.
+  If only <TT>dimen</TT> is set, this is used for both layout and rendering
+  dimensions.
+
 <DT><A NAME=d:dir HREF=#a:dir><STRONG>dir</STRONG></A>
 <DD>  Set edge type for drawing arrowheads. This indicates which ends of the
   edge should be decorated with an arrowhead. The actual style of the
@@ -1546,7 +1556,11 @@ This field indicates which graph component uses the attribute.
   value given to <B>width</B> will be the final value.
 
 <DT><A NAME=d:z HREF=#a:z><STRONG>z</STRONG></A>
-<DD>  Provides z coordinate value for 3D layouts and displays. If the
+<DD>  <B>Deprecated:</B>Use <A HREF=#d:pos><B>pos</B></A> attribute, along
+  with <A HREF=#d:dimen><B>dimen</B></A> and/or <A HREF=#d:dim><B>dim</B></A>
+  to specify dimensions.
+  <P>
+  Provides z coordinate value for 3D layouts and displays. If the
   graph has <A HREF=#d:dim><B>dim</B></A> set to 3 (or more),
   neato will use a node's <B>z</B> value
   for the z coordinate of its initial position if
index 34c53de8cb2de9fb7cc1c662f99b0732b8c0b091..b290b9eabd60043eeef9986f8ab32c0815cce7b5 100644 (file)
@@ -187,6 +187,13 @@ polyline, underlining the label, then going to the closest point of spline.
 :dim:G:int:2:2; neato,fdp
 Set the number of dimensions used for the layout. The maximum value
 allowed is 10.
+:dimen:G:int:2:2; neato,fdp
+Set the number of dimensions used for rendering. 
+The maximum value allowed is 10.
+If both <TT>dimen</TT> and <TT>dim</TT> are set, the latter specifies
+the dimension used for layout, and the former for rendering.
+If only <TT>dimen</TT> is set, this is used for both layout and rendering
+dimensions.
 :dir:E:dirType:forward(directed)/none(undirected);
 Set edge type for drawing arrowheads. This indicates which ends of the
 edge should be decorated with an arrowhead. The actual style of the
@@ -1015,6 +1022,10 @@ requires more width to fit, the node's width will be increased to
 contain the label. Note also that, if the output format is dot, the
 value given to <B>width</B> will be the final value.
 :z:N:double:0.0:-MAXFLOAT/-1000;
+<B>Deprecated:</B>Use <A HREF=#d:pos><B>pos</B></A> attribute, along
+with <A HREF=#d:dimen><B>dimen</B></A> and/or <A HREF=#d:dim><B>dim</B></A>
+to specify dimensions.
+<P>
 Provides z coordinate value for 3D layouts and displays. If the
 graph has <A HREF=#d:dim><B>dim</B></A> set to 3 (or more),
 neato will use a node's <B>z</B> value
diff --git a/doc/infosrc/out b/doc/infosrc/out
deleted file mode 100644 (file)
index 781ecad..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-1104a1105
->   If the value is "ipsep",
-1130c1131
-<   <B>NOTE: </B>The methods "orthoxy" and "orthoyx" are still evolving. The
----
->   <B>NOTE</B>The methods "orthoxy" and "orthoyx" are still evolving. The