# HG changeset patch # User Pantxo Diribarne # Date 1443260539 -7200 # Node ID 63d14a5700396edc3da1b6437196a4a86e56666a # Parent 0fdba3fdf40ea1dc28319a4a38d10289ea4aaa2f annotation.m: document the "string" property of textbox and textarrow annotations (bug #4603.6) * annotation.m: add a doc string about "string" property of textbox and textarrow annotations diff -r 0fdba3fdf40e -r 63d14a570039 scripts/plot/appearance/annotation.m --- a/scripts/plot/appearance/annotation.m Tue Sep 22 23:12:22 2015 +0200 +++ b/scripts/plot/appearance/annotation.m Sat Sep 26 11:42:19 2015 +0200 @@ -100,6 +100,7 @@ ## @item @qcode{"textarrow"} ## Construct an arrow with a text label at the opposite end from the arrowhead. ## +## Use the "string" property to change the text string. ## The line and the arrowhead can be customized as for arrow annotations, and ## the text can be customized using the same properties as @code{text} graphics ## objects. Note, however, that some text property names are prefixed with @@ -112,6 +113,7 @@ ## Construct a box with text inside. @var{pos} specifies the ## @qcode{"position"} property of the annotation. ## +## Use the "string" property to change the text string. ## You may use @qcode{"backgroundcolor"}, @qcode{"edgecolor"}, ## @qcode{"linestyle"}, and @qcode{"linewidth"} properties to customize ## the box background color and edge appearance. A limited set of @code{text}