comparison scripts/plot/util/rotate.m @ 19464:26d1c3b73174

* rotate.m: Fix typo.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Oct 2014 15:32:12 -0400
parents 0f9c5a15c8fa
children 4197fc428c7d
comparison
equal deleted inserted replaced
19463:030d56f67363 19464:26d1c3b73174
37 ## Note in doc string about compatibility issues with calculation of 37 ## Note in doc string about compatibility issues with calculation of
38 ## default origin due to possible differences in the auto-scaling 38 ## default origin due to possible differences in the auto-scaling
39 ## algorithm between Octave and Matlab. 39 ## algorithm between Octave and Matlab.
40 40
41 if (nargin < 3 || nargin > 4) 41 if (nargin < 3 || nargin > 4)
42 print_unage (); 42 print_usage ();
43 endif 43 endif
44 44
45 is_h = ishandle (h); 45 is_h = ishandle (h);
46 if (is_h) 46 if (is_h)
47 ax_list = get (h, "parent"); 47 ax_list = get (h, "parent");