From 54cb3fc7e8b4a3c2f67a33f8198e725e7d5d3de3 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 17 Oct 2008 14:10:17 +0000 Subject: [PATCH] clarify the use of "orientation" attribute for nodes --- doc/info/attrs.html | 2 +- doc/infosrc/attrs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 660c9d2d6..81ea6dec8 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1096,7 +1096,7 @@ This field indicates which graph component uses the attribute. nodes n.
orientation -
Angle, in degrees, used to rotate node shapes. +
Angle, in degrees, used to rotate polygon node shapes. For any number of polygon sides, 0 degrees rotation results in a flat base.
orientation
If "[lL]*", set graph orientation to landscape diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index c70ce04a6..68af57d47 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -614,7 +614,7 @@ If "in", the edges *->n appear left-to-right in the same order in which they are defined for all nodes n. :orientation:N:double:0.0:360.0; -Angle, in degrees, used to rotate node shapes. +Angle, in degrees, used to rotate polygon node shapes. For any number of polygon sides, 0 degrees rotation results in a flat base. :orientation:G:string:""; If "[lL]*", set graph orientation to landscape Used only if rotate is not defined. -- 2.40.0