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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33849] Incorrect plot result when mixing complex values and real integers
Date: Fri, 02 Sep 2011 02:50:30 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1

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

I expect some confusion with how the code below should behave.


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

Matlab will treat it as ...


x = 0:10;
plot (x, x)
-verbatim+

... and give warnings.

Perhaps a patch can be provided that requires a format specification in order
to separate the plot objects? In which case, if the feature is well documented
I don't think it will be a source of confusion.


    _______________________________________________________

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]