# HG changeset patch # User Markus Mützel # Date 1710521527 -3600 # Fri Mar 15 17:52:07 2024 +0100 # Branch stable # Node ID d3104cf9509afc176ec2979357ee08a47ea276ec # Parent c59ff2782e0450bb8e44a0924a41b3a000ad52a9 doc: Simplify programming notes for patch objects (bug #65421). * scripts/plot/draw/patch.m: Remove "cdata" from list of "useful patch properties". Remove item that is better described in the last item. Fix typo. diff -r c59ff2782e04 -r d3104cf9509a scripts/plot/draw/patch.m --- a/scripts/plot/draw/patch.m Tue Mar 12 15:53:42 2024 -0400 +++ b/scripts/plot/draw/patch.m Fri Mar 15 17:52:07 2024 +0100 @@ -75,19 +75,14 @@ ## @enumerate ## @item ## The full list of properties is documented at @ref{Patch Properties}. -## Useful patch properties include: @qcode{"cdata"}, @qcode{"edgecolor"}, -## @qcode{"facecolor"}, @qcode{"faces"}, @qcode{"vertices"}, and -## @qcode{"facevertexcdata"}. -## @item -## Properties specifying patch geometry (@qcode{"xdata"}, @qcode{"ydata"}, -## @qcode{"zdata"}, @qcode{"faces"}, @qcode{"vertices"}) should be specified -## before other properties to avoid unexpected plot outputs or errors. +## Useful patch properties include: @qcode{"edgecolor"}, @qcode{"facecolor"}, +## @qcode{"faces"}, @qcode{"vertices"}, and @qcode{"facevertexcdata"}. ## @item ## Unexpected geometry results can occur from mixing x-y-z and ## face-vertex forms of defining geometry. ## @item ## Unexpected patch color results can occur from using @qcode{"cdata"} color -## definitons with face-vertex defined geometry or @qcode{"facecentercdata"} +## definitons with face-vertex defined geometry or @qcode{"facevertexcdata"} ## color definitions with x-y-z defined geometry. ## @end enumerate ## @seealso{fill, get, set}