where each <I>%f</I> is a double.
<DT><A NAME=k:escString><STRONG>escString</STRONG></A>
-<DD>string allowing escape sequences which are replaced according
+<DD>A string allowing escape sequences which are replaced according
to the context.
For node attributes, the substring "\N" is replaced by the name of the node,
and the substring "\G" by the name of the graph.
the escape sequences "\n", "\l" and "\r"
divide the label into lines, centered, left-justified, and right-justified,
respectively.
+ <P>
+ Obviously, one can use "\\" to get a single backslash. A backslash appearing before any
+ character not listed above is ignored.
<DT><A NAME=k:layerList><STRONG>layerList</STRONG></A>
<DD>list of strings separated by characters from the
A colon-separated list of doubles: "<I>%f</I>(:<I>%f</I>)*"
where each <I>%f</I> is a double.
:escString
-string allowing escape sequences which are replaced according
+A string allowing escape sequences which are replaced according
to the context.
For node attributes, the substring "\N" is replaced by the name of the node,
and the substring "\G" by the name of the graph.
the escape sequences "\n", "\l" and "\r"
divide the label into lines, centered, left-justified, and right-justified,
respectively.
+<P>
+Obviously, one can use "\\" to get a single backslash. A backslash appearing before any
+character not listed above is ignored.
:lblString
an <A HREF=#k:escString>escString</A>
or an <A HREF=shapes.html#html>HTML label</A>.