Mercurial > hg > octave-lyh
changeset 17098:ba7725c82ed2
Merge with official daily
author | LYH <lyh.kernel@gmail.com> |
---|---|
date | Sat, 27 Jul 2013 04:52:29 +0800 |
parents | 255d9e7aa494 (current diff) e38820d1124c (diff) |
children | 0d2253ffbe10 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -19,11 +19,11 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} subplot (@var{rows}, @var{cols}, @var{index}) ## @deftypefnx {Function File} {} subplot (@var{rcn}) -## @deftypefnx {Function File} {@var{ax}} = subplot (@var{rcn}, ...) +## @deftypefnx {Function File} {@var{hax} =} subplot (@dots{}) ## Set up a plot grid with @var{rows} by @var{cols} subwindows and plot ## in location given by @var{index}. ## -## If @var{ax} is provided, subplot returns the axis handle for the subplot. +## If @var{hax} is provided, subplot returns the axis handle for the subplot. ## This is usuful for modifying the properties of a subplot. ## ## If only one argument is supplied, then it must be a three digit value