comparison scripts/plot/draw/patch.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 fd0789e075bf 0a5b15007766
comparison
equal deleted inserted replaced
28090:4ec1e15b3438 28093:05c1217d0dae
70 ## 70 ##
71 ## The optional return value @var{h} is a graphics handle to the created patch 71 ## The optional return value @var{h} is a graphics handle to the created patch
72 ## object. 72 ## object.
73 ## 73 ##
74 ## Programming Note: The full list of properties is documented at 74 ## Programming Note: The full list of properties is documented at
75 ## @ref{Patch Properties,,Patch Properties}. Useful patch properties include: 75 ## @ref{Patch Properties}. Useful patch properties include:
76 ## @qcode{"cdata"}, @qcode{"edgecolor"}, @qcode{"facecolor"}, @qcode{"faces"}, 76 ## @qcode{"cdata"}, @qcode{"edgecolor"}, @qcode{"facecolor"}, @qcode{"faces"},
77 ## and @qcode{"facevertexcdata"}. 77 ## and @qcode{"facevertexcdata"}.
78 ## @seealso{fill, get, set} 78 ## @seealso{fill, get, set}
79 ## @end deftypefn 79 ## @end deftypefn
80 80