From: erg Date: Tue, 22 Jul 2008 22:10:07 +0000 (+0000) Subject: Update attributes entry; remove unnecessary file X-Git-Tag: LAST_LIBGRAPH~32^2~3826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3f9ab59d7d1919af7a5c5a38df2e85522c14d8e;p=graphviz Update attributes entry; remove unnecessary file --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 3e75d329e..4767388ba 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -128,6 +128,8 @@ This field indicates which graph component uses the attribute. defaultdist Gdouble1+(avg. len)*sqrt(|V|)epsilonneato only dim +Gint22fdp, neato only + dimen Gint22fdp, neato only dir EdirType @@ -609,6 +611,14 @@ This field indicates which graph component uses the attribute.
Set the number of dimensions used for the layout. The maximum value allowed is 10. +
dimen +
Set the number of dimensions used for rendering. + The maximum value allowed is 10. + If both dimen and dim are set, the latter specifies + the dimension used for layout, and the former for rendering. + If only dimen is set, this is used for both layout and rendering + dimensions. +
dir
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 width will be the final value.
z -
Provides z coordinate value for 3D layouts and displays. If the +
Deprecated:Use pos attribute, along + with dimen and/or dim + to specify dimensions. +

+ Provides z coordinate value for 3D layouts and displays. If the graph has dim set to 3 (or more), neato will use a node's z value for the z coordinate of its initial position if diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 34c53de8c..b290b9eab 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -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 dimen and dim are set, the latter specifies +the dimension used for layout, and the former for rendering. +If only dimen 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 width will be the final value. :z:N:double:0.0:-MAXFLOAT/-1000; +Deprecated:Use pos attribute, along +with dimen and/or dim +to specify dimensions. +

Provides z coordinate value for 3D layouts and displays. If the graph has dim set to 3 (or more), neato will use a node's z value diff --git a/doc/infosrc/out b/doc/infosrc/out deleted file mode 100644 index 781ecadd8..000000000 --- a/doc/infosrc/out +++ /dev/null @@ -1,6 +0,0 @@ -1104a1105 -> If the value is "ipsep", -1130c1131 -< NOTE: The methods "orthoxy" and "orthoyx" are still evolving. The ---- -> NOTEThe methods "orthoxy" and "orthoyx" are still evolving. The