# HG changeset patch # User Michael Godfrey # Date 1374811057 14400 # Node ID e38820d1124c98f38e9464d1d2a5b2756a9ff23f # Parent 60228ef13f20832221f63e87b3579ede332b39c7 correct typo in doc diff --git a/scripts/plot/subplot.m b/scripts/plot/subplot.m --- 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