changeset 33220:3af3c114f706

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 18 Mar 2024 17:30:43 +0100
parents fd4b199bfe3e (current diff) 32002886fc7c (diff)
children bd8a946093d7 67480f3843c7
files scripts/plot/draw/patch.m
diffstat 1 files changed, 3 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/patch.m	Sun Mar 17 22:44:49 2024 -0400
+++ b/scripts/plot/draw/patch.m	Mon Mar 18 17:30:43 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}