comparison scripts/plot/appearance/private/__axis_limits__.m @ 17574:662db69503b4

__axis_limits__.m: Change function prototype to match file name. * scripts/plot/appearance/private/__axis_limits__: Change function prototype to match file name.m
author Rik <rik@octave.org>
date Fri, 04 Oct 2013 19:10:10 -0700
parents 7bb76a22cde1
children d63878346099
comparison
equal deleted inserted replaced
17573:f749f432b019 17574:662db69503b4
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} __axes_limits__ (@var{fcn}, @dots{}) 20 ## @deftypefn {Function File} {} __axis_limits__ (@var{fcn}, @dots{})
21 ## Undocumented internal function. 21 ## Undocumented internal function.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 function retval = __axes_limits__ (fcn, varargin) 24 function retval = __axis_limits__ (fcn, varargin)
25 25
26 [hax, varargin, nargin] = __plt_get_axis_arg__ (fcn, varargin{:}); 26 [hax, varargin, nargin] = __plt_get_axis_arg__ (fcn, varargin{:});
27 27
28 if (isempty (hax)) 28 if (isempty (hax))
29 hax = gca (); 29 hax = gca ();