comparison scripts/plot/appearance/annotation.m @ 20560:3aea4200da40

maint: Periodic merger of stable to default.
author Rik <rik@octave.org>
date Mon, 28 Sep 2015 14:27:09 -0700
parents 83792dd9bcc1 63d14a570039
children
comparison
equal deleted inserted replaced
20559:88459dd6780f 20560:3aea4200da40
98 ## coordinates. 98 ## coordinates.
99 ## 99 ##
100 ## @item @qcode{"textarrow"} 100 ## @item @qcode{"textarrow"}
101 ## Construct an arrow with a text label at the opposite end from the arrowhead. 101 ## Construct an arrow with a text label at the opposite end from the arrowhead.
102 ## 102 ##
103 ## Use the "string" property to change the text string.
103 ## The line and the arrowhead can be customized as for arrow annotations, and 104 ## The line and the arrowhead can be customized as for arrow annotations, and
104 ## the text can be customized using the same properties as @code{text} graphics 105 ## the text can be customized using the same properties as @code{text} graphics
105 ## objects. Note, however, that some text property names are prefixed with 106 ## objects. Note, however, that some text property names are prefixed with
106 ## "text" to distinguish them from arrow properties: 107 ## "text" to distinguish them from arrow properties:
107 ## @qcode{"textbackgroundcolor"}, @qcode{"textcolor"}, 108 ## @qcode{"textbackgroundcolor"}, @qcode{"textcolor"},
110 ## 111 ##
111 ## @item @qcode{"textbox"} 112 ## @item @qcode{"textbox"}
112 ## Construct a box with text inside. @var{pos} specifies the 113 ## Construct a box with text inside. @var{pos} specifies the
113 ## @qcode{"position"} property of the annotation. 114 ## @qcode{"position"} property of the annotation.
114 ## 115 ##
116 ## Use the "string" property to change the text string.
115 ## You may use @qcode{"backgroundcolor"}, @qcode{"edgecolor"}, 117 ## You may use @qcode{"backgroundcolor"}, @qcode{"edgecolor"},
116 ## @qcode{"linestyle"}, and @qcode{"linewidth"} properties to customize 118 ## @qcode{"linestyle"}, and @qcode{"linewidth"} properties to customize
117 ## the box background color and edge appearance. A limited set of @code{text} 119 ## the box background color and edge appearance. A limited set of @code{text}
118 ## objects properties are also available; Besides @qcode{"font@dots{}"} 120 ## objects properties are also available; Besides @qcode{"font@dots{}"}
119 ## properties, you may also use @qcode{"horizontalalignment"} and 121 ## properties, you may also use @qcode{"horizontalalignment"} and