comparison scripts/plot/draw/line.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 bd51beb6205e
children 3cac3ceb9629 0a5b15007766
comparison
equal deleted inserted replaced
28090:4ec1e15b3438 28093:05c1217d0dae
57 ## 57 ##
58 ## The optional return value @var{h} is a graphics handle (or vector of 58 ## The optional return value @var{h} is a graphics handle (or vector of
59 ## handles) to the line objects created. 59 ## handles) to the line objects created.
60 ## 60 ##
61 ## Programming Note: The full list of properties is documented at 61 ## Programming Note: The full list of properties is documented at
62 ## @ref{Line Properties,,Line Properties}. 62 ## @ref{Line Properties}.
63 ## 63 ##
64 ## The function @code{line} differs from @code{plot} in that line objects are 64 ## The function @code{line} differs from @code{plot} in that line objects are
65 ## inserted in to the current axes without first clearing the plot. 65 ## inserted in to the current axes without first clearing the plot.
66 ## @seealso{image, patch, rectangle, surface, text} 66 ## @seealso{image, patch, rectangle, surface, text}
67 ## @end deftypefn 67 ## @end deftypefn