# HG changeset patch # User Rik # Date 1276352435 25200 # Node ID da51afafca807a5696e94fdfd45a3d1da50dedab # Parent fa00ccf7b1f9a6a3cdcd415b97f87a4808aabce6 scatter.m: Add new calling forms of function to documentation. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-06-12 Rik + + * plot/scatter.m: Add new calling forms of function to documentation. + 2010-06-10 Ben Abbott * plot/private/__scatter__.m, plot/scatter.m: Honor Matlab color diff --git a/scripts/plot/scatter.m b/scripts/plot/scatter.m --- a/scripts/plot/scatter.m +++ b/scripts/plot/scatter.m @@ -17,10 +17,13 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}) -## @deftypefnx {Function File} {} scatter (@dots{}, 'filled') -## @deftypefnx {Function File} {} scatter (@dots{}, @var{style}) -## @deftypefnx {Function File} {} scatter (@dots{}, @var{prop}, @var{val}) +## @deftypefn {Function File} {} scatter (@var{x}, @var{y}) +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}) +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{c}) +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}) +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, 'filled') +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, @var{style}) +## @deftypefnx {Function File} {} scatter (@var{x}, @var{y}, @var{s}, @var{c}, @var{prop}, @var{val}) ## @deftypefnx {Function File} {} scatter (@var{h}, @dots{}) ## @deftypefnx {Function File} {@var{h} =} scatter (@dots{}) ##