comparison scripts/plot/appearance/text.m @ 28093:05c1217d0dae stable

doc: Create better looking cross references in Info format (bug #57845). * image.m, text.m, light.m, line.m, patch.m, surface.m, axes.m, figure.m: Use 1-input form of @ref which produces better visuals in Info format.
author Rik <rik@octave.org>
date Tue, 18 Feb 2020 08:15:39 -0800
parents b09432b20a84
children 0a5b15007766
comparison
equal deleted inserted replaced
28090:4ec1e15b3438 28093:05c1217d0dae
74 ## set (ht, "color", "red"); 74 ## set (ht, "color", "red");
75 ## @end group 75 ## @end group
76 ## @end example 76 ## @end example
77 ## 77 ##
78 ## Programming Notes: The full list of properties is documented at 78 ## Programming Notes: The full list of properties is documented at
79 ## @ref{Text Properties,,Text Properties}. 79 ## @ref{Text Properties}.
80 ## 80 ##
81 ## Any numeric entries in a cell array will be converted to text using 81 ## Any numeric entries in a cell array will be converted to text using
82 ## @code{sprintf ("%g")}. For more precise control of the appearance convert 82 ## @code{sprintf ("%g")}. For more precise control of the appearance convert
83 ## any numeric entries to strings using @code{num2str}, @code{sprintf}, etc., 83 ## any numeric entries to strings using @code{num2str}, @code{sprintf}, etc.,
84 ## before calling @code{text}. 84 ## before calling @code{text}.