# HG changeset patch # User Doug Stewart # Date 1291174621 18000 # Node ID ec767d8ed830bd1282bc48e9884e00620d26a753 # Parent e971caa4c2bb38e9c2819f30d7cafc3bb1aed865 fix help for input and output vars diff -r e971caa4c2bb -r ec767d8ed830 scripts/plot/hist.m --- a/scripts/plot/hist.m Fri Nov 26 04:19:58 2010 -0500 +++ b/scripts/plot/hist.m Tue Nov 30 22:37:01 2010 -0500 @@ -18,7 +18,11 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {} hist (@var{y}, @var{x}, @var{norm}) +## @deftypefn {Function File} {} hist (@var{y}) +## @deftypefnx {Function File} {} hist (@var{y}, @var{x}) +## @deftypefnx {Function File} {} hist (@var{y}, @var{nbins}) +## @deftypefnx {Function File} {} hist (@var{y}, @var{x}, @var{norm}) +## @deftypefnx {Function File} address@hidden, @var{xx}] =} hist (@dots{}) ## Produce histogram counts or plots. ## ## With one vector input argument, plot a histogram of the values with