comparison scripts/plot/draw/patch.m @ 24208:eec262017c6a

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 08 Nov 2017 10:32:23 -0500
parents 78ff6ba5cbb1
children 6cf385e26616
comparison
equal deleted inserted replaced
24207:f3d754deb41d 24208:eec262017c6a
63 ## 63 ##
64 ## The optional return value @var{h} is a graphics handle to the created patch 64 ## The optional return value @var{h} is a graphics handle to the created patch
65 ## object. 65 ## object.
66 ## 66 ##
67 ## Implementation Note: Patches are highly configurable objects. To truly 67 ## Implementation Note: Patches are highly configurable objects. To truly
68 ## customize them requires setting patch properties directly 68 ## customize them requires setting patch properties directly
69 ## (@pxref{Patch Properties}). Useful patch properties include: @qcode{"cdata"}, 69 ## (@pxref{Patch Properties}). Useful patch properties include: @qcode{"cdata"},
70 ## @qcode{"edgecolor"}, @qcode{"facecolor"}, @qcode{"faces"}, 70 ## @qcode{"edgecolor"}, @qcode{"facecolor"}, @qcode{"faces"},
71 ## @qcode{"facevertexcdata"}. 71 ## @qcode{"facevertexcdata"}.
72 ## @seealso{fill, get, set} 72 ## @seealso{fill, get, set}
73 ## @end deftypefn 73 ## @end deftypefn