changeset 33197:bee755660415

doc: Remove merged docstring note about property ordering * scripts/plot/draw/patch.m: Remove third note about geometry properties needing to occur first as requirement was removed by cset 4ec97d8770ff.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 12 Mar 2024 15:05:37 -0400
parents 3e0b916d4666
children 1e2b93a4840d 297fd823a953
files scripts/plot/draw/patch.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/patch.m	Tue Mar 12 15:02:31 2024 -0400
+++ b/scripts/plot/draw/patch.m	Tue Mar 12 15:05:37 2024 -0400
@@ -79,10 +79,6 @@
 ## @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.
-## @item
 ## Unexpected geometry results can occur from mixing x-y-z and
 ## face-vertex forms of defining geometry.
 ## @item