octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33849] Incorrect plot result when mixing comp


From: Rik
Subject: [Octave-bug-tracker] [bug #33849] Incorrect plot result when mixing complex values and real integers
Date: Thu, 17 Oct 2013 18:30:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #7, bug #33849 (project octave):

Is there anything to fix here?  I just tested


x = 1:10;
plot (x+i, x+2i);


and it is equivalent to 'plot (x,x)' which is what Matlab does.  Perhaps we
can close this before the 3.8 release.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33849>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]