comparison scripts/plot/pbaspect.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents f8ea3eabcb85
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
30 ## 30 ##
31 ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio_mode} =} pbaspect ("mode") 31 ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio_mode} =} pbaspect ("mode")
32 ## Return the plot box aspect ratio mode of the current axes. 32 ## Return the plot box aspect ratio mode of the current axes.
33 ## 33 ##
34 ## @deftypefnx {Function File} {} pbaspect (@var{hax}, @dots{}) 34 ## @deftypefnx {Function File} {} pbaspect (@var{hax}, @dots{})
35 ## Uses the axes, with handle @var{hax}, instead of the current axes. 35 ## Use the axes, with handle @var{hax}, instead of the current axes.
36 ## 36 ##
37 ## @seealso{axis, daspect, xlim, ylim, zlim} 37 ## @seealso{axis, daspect, xlim, ylim, zlim}
38 ## @end deftypefn 38 ## @end deftypefn
39 39
40 ## Author: Ben Abbott <bpabbott@mac.com> 40 ## Author: Ben Abbott <bpabbott@mac.com>