Mercurial > hg > octave-nkf
diff scripts/plot/errorbar.m @ 4007:31448e09d38e
[project @ 2002-07-26 01:47:32 by jwe]
author | jwe |
---|---|
date | Fri, 26 Jul 2002 01:47:32 +0000 |
parents | efac4b97bb09 |
children | 8fd9495f5054 |
line wrap: on
line diff
--- a/scripts/plot/errorbar.m +++ b/scripts/plot/errorbar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000-2002 Teemu Ikonen +## Copyright (C) 2000, 2001, 2002 Teemu Ikonen ## ## This file is part of Octave. ## @@ -119,7 +119,9 @@ gset nologscale x; gset nologscale y; gset nopolar; - - __errcomm__ ("errorbar", varargin); + + length (varargin) + + __errcomm__ ("errorbar", varargin{:}); endfunction