# HG changeset patch # User jwe # Date 1197568139 0 # Node ID 8e5feea0545a3f27b69555752c9da2db777cb5bb # Parent 7fd7abd371131ddf28ffbc81e7314224467172aa [project @ 2007-12-13 17:48:59 by jwe] diff -r 7fd7abd37113 -r 8e5feea0545a scripts/plot/plotyy.m --- a/scripts/plot/plotyy.m Wed Dec 12 22:36:15 2007 +0000 +++ b/scripts/plot/plotyy.m Thu Dec 13 17:48:59 2007 +0000 @@ -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");