Mercurial > hg > octave-lyh
diff scripts/plot/daspect.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | 3c6e8aaa9555 |
children | d5bd2766c640 |
line wrap: on
line diff
--- a/scripts/plot/daspect.m +++ b/scripts/plot/daspect.m @@ -1,5 +1,5 @@ ## Copyright (C) 2010-2011 Ben Abbott -## +## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio}) ## Set the data aspect ratio of the current axes. The aspect ratio is -## a normalized 3-element vector representing the span of the x, y, and +## a normalized 3-element vector representing the span of the x, y, and ## z-axes limits. ## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) ## Return the data aspect ratio of the current axes.