Mercurial > hg > octave-lyh
comparison scripts/plot/plotyy.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 | a754c2d8a13f |
children | 5cbf660e649d d0dccc6dd4e7 |
comparison
equal
deleted
inserted
replaced
12574:89604fa96d2f | 12575:d0b799dafede |
---|---|
20 ## @deftypefn {Function File} {} plotyy (@var{x1}, @var{y1}, @var{x2}, @var{y2}) | 20 ## @deftypefn {Function File} {} plotyy (@var{x1}, @var{y1}, @var{x2}, @var{y2}) |
21 ## @deftypefnx {Function File} {} plotyy (@dots{}, @var{fun}) | 21 ## @deftypefnx {Function File} {} plotyy (@dots{}, @var{fun}) |
22 ## @deftypefnx {Function File} {} plotyy (@dots{}, @var{fun1}, @var{fun2}) | 22 ## @deftypefnx {Function File} {} plotyy (@dots{}, @var{fun1}, @var{fun2}) |
23 ## @deftypefnx {Function File} {} plotyy (@var{h}, @dots{}) | 23 ## @deftypefnx {Function File} {} plotyy (@var{h}, @dots{}) |
24 ## @deftypefnx {Function File} {[@var{ax}, @var{h1}, @var{h2}] =} plotyy (@dots{}) | 24 ## @deftypefnx {Function File} {[@var{ax}, @var{h1}, @var{h2}] =} plotyy (@dots{}) |
25 ## Plots two sets of data with independent y-axes. The arguments @var{x1} and | 25 ## Plot two sets of data with independent y-axes. The arguments @var{x1} and |
26 ## @var{y1} define the arguments for the first plot and @var{x1} and @var{y2} | 26 ## @var{y1} define the arguments for the first plot and @var{x1} and @var{y2} |
27 ## for the second. | 27 ## for the second. |
28 ## | 28 ## |
29 ## By default the arguments are evaluated with | 29 ## By default the arguments are evaluated with |
30 ## @code{feval (@@plot, @var{x}, @var{y})}. However the type of plot can be | 30 ## @code{feval (@@plot, @var{x}, @var{y})}. However the type of plot can be |