From 2c3113adb5c0273e86dbeb09e9568f02e25cd7ed Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Wed, 21 May 2014 08:57:34 -0400 Subject: [PATCH] Make the tables of images less wide so text can wrap and horizontal scrollbars aren't necessary. --- doc/info/attrs.html | 54 +++++++++++++++++++++++++++++++++------------ doc/infosrc/attrs | 20 ++++++++++++----- doc/infosrc/types | 34 ++++++++++++++++++++-------- 3 files changed, 80 insertions(+), 28 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 12a161374..43b37fa42 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1838,17 +1838,27 @@ of the layout programs. drawn as curved arcs.

- + + + + - + + + @@ -2468,20 +2478,34 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and Examples of linear and radial gradient fill can be seen under colorList.

+
+
splines=none
splines="" +
splines=line
splines=false +
- -
splines=none
splines="" -
splines=line
splines=false +
splines=polyline splines=curved +
+ +
splines=ortho splines=spline
splines=true
- - + + +
soliddasheddottedboldroundeddiagonalsfilledstripedwedged
solid + dashed + dotted
bold + rounded + diagonals
filled + striped + wedged
Basic style settings for nodes

- - + +
soliddasheddottedbold
solid + dashed
dotted + bold
Basic style settings for edges

- - + +
soliddasheddottedboldroundedfilledstriped
solid + dashed + dotted + bold
rounded + filled + striped
Basic style settings for clusters

@@ -2501,9 +2525,11 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and The following table illustrates the style=tapered with penwidth=7 and arrowtail=none. - - - + + + + +
arrowhead \ dirforwardbackbothnone
normal
none
dir \ arrowheadnormalnone
forward
back
both
none

Additional styles are available in diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 3c0d77891..ecf644afc 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -1236,17 +1236,27 @@ does not handle ports or, in dot, edge labels. drawn as curved arcs.

- + + + + - + + + diff --git a/doc/infosrc/types b/doc/infosrc/types index 40c513d26..862183f44 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -368,20 +368,34 @@ Examples of tapered line styles are given below. Examples of linear and radial gradient fill can be seen under colorList.

+
+
splines=none
splines="" +
splines=line
splines=false +
- -
splines=none
splines="" -
splines=line
splines=false +
splines=polyline splines=curved +
+ +
splines=ortho splines=spline
splines=true
- - + + +
soliddasheddottedboldroundeddiagonalsfilledstripedwedged
solid + dashed + dotted
bold + rounded + diagonals
filled + striped + wedged
Basic style settings for nodes

- - + +
soliddasheddottedbold
solid + dashed
dotted + bold
Basic style settings for edges

- - + +
soliddasheddottedboldroundedfilledstriped
solid + dashed + dotted + bold
rounded + filled + striped
Basic style settings for clusters

@@ -401,9 +415,11 @@ supplied via a colorList are ignored. The following table illustrates the style=tapered with penwidth=7 and arrowtail=none. - - - + + + + +
arrowhead \ dirforwardbackbothnone
normal
none
dir \ arrowheadnormalnone
forward
back
both
none

Additional styles are available in -- 2.50.1