Mercurial > hg > octave-nkf
comparison scripts/plot/patch.m @ 14359:7277fe922e99
doc: Use Octave preference for double quote in docstrings in scripts/
* interp1.m, interp2.m, interp3.m, interpn.m, profexplore.m, profile.m,
profshow.m, quadgk.m, lookfor.m, imagesc.m, bzip2.m, gzip.m, parseparams.m,
pkg.m, ancestor.m, caxis.m, ezmesh.m, ezmeshc.m, ezsurf.m, ezsurfc.m, hidden.m,
hold.m, patch.m, pie.m, pie3.m, quiver.m, quiver3.m, scatter3.m,
uicontextmenu.m, uicontrol.m, uipanel.m, uipushtool.m, uitoggletool.m,
uitoolbar.m, xlim.m, ylim.m, zlim.m, ismember.m, setxor.m, filter2.m, bicg.m,
demo.m, example.m, fail.m, test.m: Use Octave preference for double quote in
docstrings in scripts/ directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 13 Feb 2012 07:38:23 -0800 |
parents | 4506eade9f04 |
children | f3d52523cde1 |
comparison
equal
deleted
inserted
replaced
14358:adb352685ded | 14359:7277fe922e99 |
---|---|
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} patch () | 20 ## @deftypefn {Function File} {} patch () |
21 ## @deftypefnx {Function File} {} patch (@var{x}, @var{y}, @var{c}) | 21 ## @deftypefnx {Function File} {} patch (@var{x}, @var{y}, @var{c}) |
22 ## @deftypefnx {Function File} {} patch (@var{x}, @var{y}, @var{z}, @var{c}) | 22 ## @deftypefnx {Function File} {} patch (@var{x}, @var{y}, @var{z}, @var{c}) |
23 ## @deftypefnx {Function File} {} patch (@var{fv}) | 23 ## @deftypefnx {Function File} {} patch (@var{fv}) |
24 ## @deftypefnx {Function File} {} patch ('Faces', @var{f}, 'Vertices', @var{v}, @dots{}) | 24 ## @deftypefnx {Function File} {} patch ("Faces", @var{f}, "Vertices", @var{v}, @dots{}) |
25 ## @deftypefnx {Function File} {} patch (@dots{}, @var{prop}, @var{val}) | 25 ## @deftypefnx {Function File} {} patch (@dots{}, @var{prop}, @var{val}) |
26 ## @deftypefnx {Function File} {} patch (@var{h}, @dots{}) | 26 ## @deftypefnx {Function File} {} patch (@var{h}, @dots{}) |
27 ## @deftypefnx {Function File} {@var{h} =} patch (@dots{}) | 27 ## @deftypefnx {Function File} {@var{h} =} patch (@dots{}) |
28 ## Create patch object from @var{x} and @var{y} with color @var{c} and | 28 ## Create patch object from @var{x} and @var{y} with color @var{c} and |
29 ## insert in the current axes object. Return handle to patch object. | 29 ## insert in the current axes object. Return handle to patch object. |