Mercurial > hg > octave-thorsten
changeset 7314:8e5feea0545a
[project @ 2007-12-13 17:48:59 by jwe]
author | jwe |
---|---|
date | Thu, 13 Dec 2007 17:48:59 +0000 |
parents | 7fd7abd37113 |
children | 3ceb12c499e9 |
files | scripts/plot/plotyy.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/plotyy.m +++ b/scripts/plot/plotyy.m @@ -131,7 +131,7 @@ %! x = 0:0.1:2*pi; %! y1 = sin (x); %! y2 = exp (x - 1); -%! ax = plotyy (x, y1, x - 1, y2, @@plot, @@semilogy); +%! ax = plotyy (x, y1, x - 1, y2, @plot, @semilogy); %! xlabel ("X"); %! ylabel (ax(1), "Axis 1"); %! ylabel (ax(2), "Axis 2");