changeset 33215:ce6d586e18c4 bytecode-interpreter

maint: Merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 15 Mar 2024 13:26:26 -0400
parents 70d44ca38603 (current diff) 8a44f10870bd (diff)
children 5aa35bb9063c
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/patch.m	Fri Mar 15 07:26:09 2024 -0400
+++ b/scripts/plot/draw/patch.m	Fri Mar 15 13:26:26 2024 -0400
@@ -79,6 +79,10 @@
 ## @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