changeset 28736:5d4b400e4b66

doc: Remove references to "patch" from "scatter.m" and "scatter3.m".
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 14 Sep 2020 13:55:45 +0200
parents 376ecc6794e4
children e93ad0cfd9bd
files scripts/plot/draw/scatter.m scripts/plot/draw/scatter3.m
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/scatter.m	Sun Sep 13 19:56:06 2020 -0700
+++ b/scripts/plot/draw/scatter.m	Mon Sep 14 13:55:45 2020 +0200
@@ -53,10 +53,6 @@
 ## If no marker is specified it defaults to @qcode{"o"} or circles.
 ## If the argument @qcode{"filled"} is given then the markers are filled.
 ##
-## Additional property/value pairs are passed directly to the underlying
-## patch object.  The full list of properties is documented at
-## @ref{Patch Properties}.
-##
 ## If the first argument @var{hax} is an axes handle, then plot into this axes,
 ## rather than the current axes returned by @code{gca}.
 ##
--- a/scripts/plot/draw/scatter3.m	Sun Sep 13 19:56:06 2020 -0700
+++ b/scripts/plot/draw/scatter3.m	Mon Sep 14 13:55:45 2020 +0200
@@ -53,10 +53,6 @@
 ## If no marker is specified it defaults to @qcode{"o"} or circles.
 ## If the argument @qcode{"filled"} is given then the markers are filled.
 ##
-## Additional property/value pairs are passed directly to the underlying
-## patch object.  The full list of properties is documented at
-## @ref{Patch Properties}.
-##
 ## If the first argument @var{hax} is an axes handle, then plot into this axes,
 ## rather than the current axes returned by @code{gca}.
 ##