# HG changeset patch # User jwe # Date 783962281 0 # Node ID 0c94207fb562e425e9c18a009c6d4a094e4caa3e # Parent 10882039366f6035e29618be73404ace7bf12375 [project @ 1994-11-04 15:18:01 by jwe] diff -r 10882039366f -r 0c94207fb562 scripts/plot/__plt__.m --- a/scripts/plot/__plt__.m Fri Nov 04 14:44:47 1994 +0000 +++ b/scripts/plot/__plt__.m Fri Nov 04 15:18:01 1994 +0000 @@ -27,7 +27,7 @@ nc = tmp; endif x1_i = imag (x1); - if (any (x1_i)) + if (any (any (x1_i))) x2 = x1_i; x1 = real (x1); else @@ -37,10 +37,10 @@ endif if (nargin <= 2) - if (any (imag (x1))) + if (any (any (imag (x1)))) x1 = real (x1); endif - if (any (imag (x2))) + if (any (any (imag (x2)))) x2 = real (x2); endif if (is_scalar (x1))