Mercurial > hg > octave-nkf
diff scripts/plot/print.m @ 14620:cd375519eab0
doc: Periodic grammar check of documentation
* get_unsatisfied_deps.m, print.m, shrinkfaces.m, polyfit.m, splinefit.m,
chol.cc, rand.cc, sparse.cc: Improve docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 10 May 2012 22:08:18 -0700 |
parents | 05635e4c605a |
children | 0d6dae0f6bc2 |
line wrap: on
line diff
--- a/scripts/plot/print.m +++ b/scripts/plot/print.m @@ -21,7 +21,7 @@ ## @deftypefnx {Function File} {} print (@var{options}) ## @deftypefnx {Function File} {} print (@var{filename}, @var{options}) ## @deftypefnx {Function File} {} print (@var{h}, @var{filename}, @var{options}) -## Print a graph, or save it to a file. Both output formatted for +## Print a graph, or save it to a file. Both output formatted for ## printing (PDF and PostScript), and many bitmapped and vector ## image formats are supported. ## @@ -35,8 +35,8 @@ ## ## For output to a printer, to a PostScript file, or a PDF file, ## the paper size is specified by the figure's @code{papersize} -## property. The location and size of the image on the page are -## specified by the figure's @code{paperposition} property. The +## property. The location and size of the image on the page are +## specified by the figure's @code{paperposition} property. The ## orientation of the page is specified by the figure's ## @code{paperorientation} property. ##