Mercurial > hg > octave-lyh
diff scripts/plot/__patch__.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | 1c1d62569590 |
children | 1401a79af68c |
line wrap: on
line diff
--- a/scripts/plot/__patch__.m +++ b/scripts/plot/__patch__.m @@ -17,11 +17,11 @@ ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. -## -*- texinfo -*- -## @deftypefn {Function File} {} __patch__ (@var{p}, @var{x}, @var{y}, @var{c}) -## Create patch object from @var{x} and @var{y} with color @var{c} and parent @var{p}. +## Undocumented internal function. + +## __patch__ (p, x, y, c) +## Create patch object from x and y with color c and parent p. ## Return handle to patch object. -## @end deftypefn ## Author: Kai Habel