# HG changeset patch # User jwe # Date 1197568139 0 # Node ID 8e5feea0545a3f27b69555752c9da2db777cb5bb # Parent 7fd7abd371131ddf28ffbc81e7314224467172aa [project @ 2007-12-13 17:48:59 by jwe] diff --git a/scripts/plot/plotyy.m b/scripts/plot/plotyy.m --- 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");